/* node_modules/ngx-spinner/animations/ball-scale-multiple.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* node_modules/@angular/material/prebuilt-themes/magenta-violet.css */
html {
  --mat-sys-background: #161215;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #93000a;
  --mat-sys-inverse-on-surface: #342f32;
  --mat-sys-inverse-primary: #a900a9;
  --mat-sys-inverse-surface: #e9e0e4;
  --mat-sys-on-background: #e9e0e4;
  --mat-sys-on-error: #690005;
  --mat-sys-on-error-container: #ffdad6;
  --mat-sys-on-primary: #5b005b;
  --mat-sys-on-primary-container: #ffd7f5;
  --mat-sys-on-primary-fixed: #380038;
  --mat-sys-on-primary-fixed-variant: #810081;
  --mat-sys-on-secondary: #3d2b3a;
  --mat-sys-on-secondary-container: #f7daef;
  --mat-sys-on-secondary-fixed: #271624;
  --mat-sys-on-secondary-fixed-variant: #554151;
  --mat-sys-on-surface: #e9e0e4;
  --mat-sys-on-surface-variant: #eedee7;
  --mat-sys-on-tertiary: #42008a;
  --mat-sys-on-tertiary-container: #ecdcff;
  --mat-sys-on-tertiary-fixed: #270057;
  --mat-sys-on-tertiary-fixed-variant: #5f00c0;
  --mat-sys-outline: #9a8d95;
  --mat-sys-outline-variant: #4e444b;
  --mat-sys-primary: #ffabf3;
  --mat-sys-primary-container: #810081;
  --mat-sys-primary-fixed: #ffd7f5;
  --mat-sys-primary-fixed-dim: #ffabf3;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #dabfd2;
  --mat-sys-secondary-container: #554151;
  --mat-sys-secondary-fixed: #f7daef;
  --mat-sys-secondary-fixed-dim: #dabfd2;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #161215;
  --mat-sys-surface-bright: #3d383b;
  --mat-sys-surface-container: #231e22;
  --mat-sys-surface-container-high: #2d292c;
  --mat-sys-surface-container-highest: #383337;
  --mat-sys-surface-container-low: #1e1a1d;
  --mat-sys-surface-container-lowest: #110d10;
  --mat-sys-surface-dim: #161215;
  --mat-sys-surface-tint: #ffabf3;
  --mat-sys-surface-variant: #4e444b;
  --mat-sys-tertiary: #d5baff;
  --mat-sys-tertiary-container: #5f00c0;
  --mat-sys-tertiary-fixed: #ecdcff;
  --mat-sys-tertiary-fixed-dim: #d5baff;
  --mat-sys-neutral-variant20: #372e34;
  --mat-sys-neutral10: #1e1a1d;
}
html {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* src/styles.scss */
:root {
  --light: #f9f9f9;
  --grey: #E6E6E6;
  --blue: #7fa4e1 ;
  --primary: #231D9A;
  --ag-header-color: #F4F7FC;
  --ag-row-bg: #F9FAFC;
  --ag-header-text-color: #2B3674;
  --ag-row-text: #2B3674;
  --main-GL:
    linear-gradient(
      135deg,
      #f9f9f9 0%,
      #e8e7f3 50%,
      #cfe8ff 100%);
  --light-blue: #cfe8ff;
  --text-grey: #9f9f9f;
  --dark-grey: #aaaaaa;
  --dark: #342e37;
  --red: #ff0000;
  --light-red: #ec8181;
  --yellow: #ffce26;
  --light-yellow: #fff2c6;
  --orange: #fd7238;
  --light-orange: #ffe0d3;
  --white-color: #ffff;
  --green: #47c55b;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("./media/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("./media/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("./media/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("./media/Poppins-Bold.ttf");
}
.export_excel_new_img {
  color: var(--blue) !important;
}
.topbar_user_img {
  border-radius: 100px;
  border: 1px solid var(--blue);
  padding: 1px;
}
.backbtn_img {
  width: 19px;
  color: var(--blue);
  filter: none;
}
body.dark {
  --light: #0c0c1e;
  --grey: #060714;
  --dark: #fbfbfb;
}
body {
  background-color: var(--main-GL) !important;
  font-family: "Poppins-Regular" !important;
}
html,
body {
  height: 100%;
  background-color: var(--main-GL) !important;
  font-family: "Poppins-Regular" !important;
}
h5 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  font-family: "Poppins-Regular" !important;
}
.btn-primary,
.btn-secondary,
.btn-danger,
.btn-warning,
.btn-back {
  min-width: 100px !important;
  height: 35px !important;
  padding: 7px 25px !important;
  width: fit-content !important;
  gap: 7px !important;
  border-radius: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-width: 1px !important;
  min-height: fit-content;
}
.btn-primary {
  background-color: var(--blue) !important;
  border: none !important;
}
.btn-secondary {
  color: var(--blue) !important;
  font-weight: bold !important;
  background-color: #ffffff !important;
  border-color: var(--blue);
}
.btn-danger {
  font-weight: bold !important;
  border-color: var(--blue);
}
.btn-warning {
  font-weight: 600 !important;
  background: var(--light-orange) !important;
  color: var(--orange) !important;
  border-color: var(--blue);
}
.btn-back {
  color: var(--blue);
  font-weight: bold !important;
  padding: 7px 16px !important;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  box-shadow: none !important;
}
.btn-primary-grid,
.btn-secondary-grid {
  font-weight: 400 !important;
  font-size: 12px !important;
  letter-spacing: 0% !important;
  min-width: 4rem !important;
  border-radius: 30px !important;
  border-width: 1px !important;
}
.btn-primary-grid {
  background-color: var(--blue);
  color: #ffffff !important;
  border: none !important;
}
.btn-secondary-grid {
  background-color: #ffffff !important;
  color: var(--blue);
  background-color: #f0f5fb !important;
  border-color: var(--blue);
}
.text-bg-success {
  background-color: rgba(115, 246, 151, 0.85) !important;
}
.text-bg-danger {
  background-color: rgba(246, 41, 0, 0.59) !important;
}
.mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  background-color: var(--blue);
}
.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  display: none !important;
}
.mat-mdc-dialog-surface {
  background-color: #ffffff !important;
  overflow-y: hidden !important;
}
.mat-mdc-menu-panel {
  margin-top: 13px !important;
  background: #ffffff !important;
}
.mat_menu_name {
  font-weight: 400;
  font-size: 16px !important;
  color: #636363 !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
}
.mat-mdc-menu-content {
  padding: 0px !important;
  width: fit-content !important;
}
.epin_heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}
.epin_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #939393 !important;
}
.pera {
  font-size: 14px;
}
.hpera {
  color: var(--blue);
  font-weight: 500 !important;
}
.conf_DpH {
  color: var(--green);
  font-size: 28px;
  margin-top: 10px;
}
.del_pop {
  color: var(--red);
}
.dashH {
  font-size: 17px;
  margin-bottom: 0px;
  color: var(--dark);
}
.form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: grey !important;
}
.radio-text {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #120c0c;
  cursor: pointer;
}
.txn-type {
  font-family: "Poppins-Regular";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.hr_topbar {
  width: 80%;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  height: 1px;
  background: brown;
}
.vCardMem,
.pop_content {
  border-radius: 15px;
  padding: 1.5rem;
}
.pop_content {
  background-color: var(--main-GL);
}
.G_cardT {
  background: var(--main-GL);
  font-size: 14px;
  width: fit-content;
  padding: 5px;
  border-radius: 25px;
  margin: auto;
  margin-bottom: 30px;
}
.G_cardT .nav-item .nav-link {
  border-radius: 25px;
  color: var(--dark);
  border: none;
}
.G_cardT .nav-item .nav-link.active {
  background: var(--blue);
  color: var(--white-color);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs {
  border: none;
}
.labelH {
  font-size: 17px;
  border-bottom: 1px solid #bb9e9e;
  width: 100%;
  color: var(--blue);
  padding: 10px 0px;
  font-weight: 500;
}
.main_btn img {
  width: auto;
  margin: 0px;
  padding: 0px;
}
.vCardMem .tactions {
  width: 18px;
  margin-bottom: 0px;
}
.modal-content {
  border: none !important;
  min-width: 16rem !important;
  height: -webkit-fill-available !important;
  overflow-y: auto !important;
}
.btn-close:focus {
  box-shadow: none !important;
}
.cdk-overlay-pane {
  max-width: 80vw !important;
  min-width: auto !important;
  max-height: 80vh !important;
}
.cdk-overlay-pane.mat-mdc-dialog-panel {
  max-width: auto !important;
}
.card_vm {
  background-color: var(--white-color) !important;
  border-radius: 25px !important;
  position: absolute !important;
  width: -webkit-fill-available !important;
  height: -webkit-fill-available !important;
  margin-right: 0.5rem !important;
  overflow-y: auto !important;
}
.parent-of-ag-grid {
  height: 100%;
}
.ag-grid-wrapper {
  flex: 1;
}
.graph_sec {
  background-color: var(--white-color);
  border-radius: 25px;
  padding: 1.5rem;
}
.graph_sele .select2-container {
  width: 200px !important;
  padding: 10px 15px;
  background-color: var(--grey);
  font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  padding-right: 15px;
  margin: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 21px;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
}
.select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  right: 8px;
}
.form_group .graph_sele .select2-container {
  width: 100% !important;
}
.graph_tabs {
  background-color: var(--grey);
  padding: 5px;
  width: 292px;
  font-size: 14px;
  margin: auto;
  border-radius: 25px;
}
.graph_tabs button {
  border: none;
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--dark);
}
.graph_tabs button.active {
  color: var(--white-color);
  background-color: var(--blue);
}
.graph_box {
  margin-top: 30px;
}
.graph_box .graph_tabs {
  margin-bottom: 20px;
}
.kycheader {
  background-color: var(--blue);
}
.txn-layout {
  border-radius: 15px;
  background: var(--lightS, var(--main-GL));
}
.form-item {
  position: relative;
  cursor: pointer;
}
.form-item input,
.form-item textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  padding: 0 15px;
  background-color: var(--main-GL);
  border-radius: 7px;
  font-size: 14px;
}
.form-item input {
  height: 40px;
  cursor: pointer;
}
.form-item textarea {
  padding-top: 10px !important;
  min-height: 100px !important;
}
.form-item input[type=text],
.form-item textarea[type=text] {
  color: var(--dark);
}
.form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 11px;
  left: 10px;
  font-size: 14px;
  background: var(--main-GL);
  padding: 0 6px;
  transition: all 0.3s ease;
  color: var(--text-grey);
  width: 70% !important;
}
.form-item input:focus-visible,
.form-item textarea:focus-visible {
  outline: none;
}
.form-item input:focus + label,
.form-item input:valid + label,
.form-item textarea:focus + label,
.form-item textarea:valid + label {
  font-size: 11px;
  top: -9px;
  border-radius: 30px;
  width: auto;
  border-top: 1px solid var(--text-grey);
  border-bottom: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  background-color: var(--main-GL);
  width: fit-content !important;
}
.form-item input:focus + label,
.form-item textarea:focus + label {
  color: var(--text-grey);
  border-top: 1px solid var(--text-grey);
  border-bottom: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  background-color: var(--main-GL);
  width: fit-content !important;
}
.DOB_w {
  width: 50%;
}
.floating-label {
  position: relative;
}
.floating-input,
.floating-select {
  font-size: 14px;
  color: var(--dark);
  display: block;
  width: 100%;
  height: 40px;
  background-color: var(--main-GL);
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 0px 11px;
}
.floating-input:focus,
.floating-select:focus {
  outline: none;
}
.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label,
.floating-select:focus ~ label,
.floating-select:has(option:checked) ~ label {
  font-size: 11px;
  top: -13px;
  border-radius: 30px;
  background-color: var(--white-color);
  width: auto;
}
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}
.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}
.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
.ng-select.ng-select-single .ng-select-container,
.ng-select.ng-select-multiple .ng-select-container {
  height: 38px !important;
  background-color: var(--main-GL);
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  overflow: visible;
}
.disableField > .ng-select.ng-select-single .ng-select-container {
  height: 38px !important;
  background-color: lightgrey;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  overflow: visible;
}
.disableField > .ng-select.ng-select-multiple .ng-select-container {
  height: 38px !important;
  background-color: lightgrey;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  overflow: visible;
}
.ng-select.ng-select-multiple.ng-has-value .ng-select-container .ng-placeholder {
  top: -11px !important;
}
.ng-select-multiple .ng-has-value .ng-placeholder,
.ng-select.ng-select-single .ng-has-value .ng-placeholder {
  font-size: 11px;
  top: -11px !important;
  border-radius: 10px;
  background: var(--main-GL);
  width: auto;
  display: block !important;
  position: absolute;
  cursor: pointer !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
  padding-bottom: 0px !important;
  border-top: 1px solid;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.8em !important;
  margin-bottom: -11px !important;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  background-color: var(--main-GL);
}
.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  font-size: 14px !important;
  cursor: pointer !important;
  padding-top: 4px !important;
}
.ng-select.ng-select-single .ng-placeholder,
.ng-select.ng-select-single .ng-has-value .ng-placeholder {
  position: absolute;
  left: 10px;
  z-index: 2;
  background: var(--main-GL);
  padding: 0 6px;
  color: var(--text-grey);
  transition: all 0.3s ease;
  pointer-events: none;
}
.ng-select.ng-select-single .ng-placeholder {
  top: 11px;
  font-size: 14px;
}
.ng-select.ng-select-single.ng-has-value .ng-placeholder,
.ng-select.ng-select-single.ng-select-focused .ng-placeholder {
  top: -11px;
  background: var(--main-GL);
  font-size: 11px;
  border-radius: 10px;
  border-top: 1px solid;
}
ng-select .ng-value {
  color: #120c0c !important;
  cursor: pointer !important;
  overflow: visible !important;
}
.ng-select {
  position: relative;
  overflow: visible;
  overflow: visible !important;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.input_text-color {
  color: #120c0c !important;
  background-color: var(--main-GL) !important;
  border: none !important;
  border-radius: 5px !important;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: grab !important;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  cursor: grab !important;
}
::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 10px;
  cursor: grab !important;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: grab !important;
}
.ag-body-horizontal-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--blue) #f1f1f1;
  display: none;
}
.ag-body-horizontal-scroll::-webkit-scrollbar {
  height: 6px;
  cursor: grab !important;
}
.ag-body-horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  cursor: grab !important;
}
.ag-body-horizontal-scroll::-webkit-scrollbar-thumb {
  background: var(---blue);
  border-radius: 10px;
  cursor: grab !important;
}
.ag-body-horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: grab !important;
}
.ag-body-horizontal-scroll .ag-body-horizontal-scroll-viewport {
  height: 7px !important;
  max-height: 7px !important;
  min-height: 7px !important;
  cursor: grab !important;
}
.ag-body-vertical-scroll-viewport {
  width: 4px !important;
  max-width: 4px !important;
  min-width: 5px !important;
  cursor: grab !important;
}
.ag-header-cell,
.ag-header-group-cell {
  background-color: var(--ag-header-color);
  color: var(--blue) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  height: 50px !important;
}
.ag-header {
  background-color: var(--blue);
}
.ag-cell,
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  font-size: 12px !important;
  color: var(--ag-row-text) !important;
  display: flex;
  text-align: center !important;
  font-family: "Poppins-Regular" !important;
}
.text-center {
  text-align: center !important;
}
.text-center-header {
  text-align: center !important;
}
.ag-row {
  color: var(--ag-row-text) !important;
}
.ag-row-odd {
  background: var(--ag-row-bg) !important;
}
.ag-header-cell-text {
  font-size: 13px !important;
  color: var(--ag-header-text-color) !important;
}
.ag-simple-filter-body-wrapper {
  padding-bottom: 1px !important;
  padding-top: 6px !important;
  padding-left: 7px !important;
  padding-right: 8px !important;
}
.ag-picker-has-focus:focus-within {
  border: none !important;
  box-shadow: none !important;
}
.ag-number-field-input,
.ag-text-field-input:focus {
  box-shadow: none !important;
}
.ag-pointer {
  cursor: pointer !important;
  align-items: center !important;
}
.custom-datepicker-container {
  display: flex;
  justify-content: center;
}
.custom-datepicker {
  width: 100%;
  max-width: 300px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.custom-datepicker .mat-form-field-outline {
  border-color: #ff7f50 !important;
}
.custom-datepicker .mat-form-field-label {
  color: #ff7f50 !important;
  font-weight: bold;
}
.custom-datepicker input {
  padding: 10px;
  font-size: 16px;
  color: #333;
}
.custom-datepicker .mat-datepicker-toggle {
  color: #ff7f50 !important;
}
.custom-datepicker .mat-datepicker-content {
  background-color: #f8f9fa !important;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}
.highcharts-data-table table {
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.highcharts-figure,
.highcharts-container {
  height: 300px !important;
}
#container {
  height: 100%;
  width: 100%;
}
.highcharts-description {
  margin: 0.3rem 10px;
}
.highcharts-exporting-group {
  display: none;
}
.highcharts-background {
  fill: none;
}
.highcharts-title {
  display: none;
}
.highcharts-root {
}
.highcharts-label text {
  fill: #585858 !important;
  font-weight: 100 !important;
}
.highcharts-button-symbol {
  display: none;
}
.highcharts-credits {
  display: none;
}
.blurred {
  pointer-events: none !important;
  opacity: 0.6 !important;
}
.clickableIcon {
  cursor: "pointer" !important;
}
.unclickable,
.disableBlock {
  pointer-events: none !important;
}
.not_visible {
  visibility: hidden !important;
}
.get_balance {
  background: var(--green) !important;
  border-radius: 12px !important;
  padding: 1px 13px !important;
  color: white !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.card_type_text {
  width: 21px;
  height: 21px;
  border-radius: 30px;
  gap: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #ffffff;
  font-weight: bold;
}
.card_type_text_green {
  background: var(--green);
}
.card_type_text_orange {
  background: var(--orange);
  cursor: pointer !important;
}
.card_type_text_grey {
  background: var(--grey);
  color: #999999;
}
.anchor_plus,
.anchor_minus {
  min-width: min-content !important;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchor_plus {
  background: var(--blue);
}
.anchor_minus {
  background: rgb(234, 58, 58);
}
.img_grid_cancel,
.img_grid {
  cursor: pointer !important;
}
input[type=number] {
  min-width: 50px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.radio-epin {
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 1.75px solid var(--blue) !important;
  border-radius: 50% !important;
  width: 1.1rem !important;
  height: 1rem !important;
  position: relative;
  cursor: pointer;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.radio-epin:checked::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--blue);
  border-radius: 50%;
}
.radio-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.radio-epin-topbar {
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 1.75px solid var(--blue) !important;
  border-radius: 50% !important;
  width: 1.1rem !important;
  height: 1rem !important;
  position: relative;
  cursor: pointer;
  margin-bottom: 3px;
}
.radio-epin-topbar:checked::before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 3.2px;
  width: 8px;
  height: 8px;
  background-color: var(--blue);
  border-radius: 50%;
}
.radio-wrapper-topbar {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.currency-symbol {
  position: absolute;
  font-size: 24px;
  color: var(--dark);
  pointer-events: none;
  margin-top: 9px;
  margin-left: -21px;
}
.input-independent {
  font-family: "Poppins-Regular";
  font-size: 20px;
  text-align: center;
  outline: none !important;
  border: none !important;
  width: 215px !important;
  height: 56px !important;
  border-radius: 40px !important;
  background: var(--main-GL) !important;
}
.input-independent:focus {
  font-family: "Poppins-Regular";
  font-size: 20px;
  text-align: center;
  outline: none !important;
  border: none !important;
  width: 215px !important;
  height: 56px !important;
  border-radius: 40px !important;
  background: var(--main-GL) !important;
}
.docu_inp {
  border: 1px solid #ccc;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
  background: var(--main-GL);
  opacity: 1;
}
.docu_inp input {
  padding-top: 13px;
  cursor: pointer;
  opacity: 0;
}
.docu_inp input:valid {
  opacity: 1;
}
.att_ic {
  position: absolute;
  top: 9px;
  right: 15px;
  width: 22px !important;
}
.file_upload.form-item input:valid + label {
  top: -11px !important;
}
.get_balance {
  background: var(--blue) !important;
  border-radius: 12px !important;
  padding: 1px 13px !important;
  color: white !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.card_type_text {
  width: 21px;
  height: 21px;
  border-radius: 30px;
  gap: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #ffffff;
  font-weight: bold;
}
.card_type_text_green {
  background: var(--blue);
}
.card_type_text_orange {
  background: var(--orange);
  cursor: pointer !important;
}
.card_type_text_grey {
  background: var(--grey);
  color: #999999;
}
.ag-header-cell-text {
  font-size: 13px !important;
}
.ag-simple-filter-body-wrapper {
  padding-bottom: 1px !important;
  padding-top: 6px !important;
  padding-left: 7px !important;
  padding-right: 8px !important;
}
.ag-picker-has-focus:focus-within {
  border: none !important;
  box-shadow: none !important;
}
.ag-number-field-input,
.ag-text-field-input:focus {
  box-shadow: none !important;
}
.ag-pointer {
  cursor: pointer !important;
  align-items: center !important;
}
.anchor_plus {
  min-width: min-content !important;
  background: var(--blue);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
  text-decoration: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.anchor_minus {
  min-width: min-content !important;
  background: rgb(234, 58, 58);
  border-radius: 33px;
  display: flex;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.img_grid_cancel {
  cursor: pointer;
}
.img_grid {
  cursor: pointer !important;
}
.clickableIcon {
  cursor: "pointer" !important;
}
.unclickable {
  pointer-events: none !important;
}
.disableBlock {
  pointer-events: none !important;
}
.not_visible {
  visibility: hidden !important;
}
.radio-epin {
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 1.75px solid var(--blue) !important;
  border-radius: 50% !important;
  width: 1.1rem !important;
  height: 1rem !important;
  position: relative;
  cursor: pointer;
  margin-bottom: 3px;
  cursor: pointer;
}
.radio-epin:checked::before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 3.2px;
  width: 8px;
  height: 8px;
  background-color: var(--blue);
  border-radius: 50%;
}
.txn-layout {
  border-radius: 15px;
  background: var(--lightS, var(--main-GL));
}
.txn-type {
  font-family: "Poppins-Regular";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.radio-text {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #120c0c;
  cursor: pointer;
}
.radio-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.currency-symbol {
  position: absolute;
  font-size: 24px;
  color: var(--dark);
  pointer-events: none;
  margin-top: 9px;
  margin-left: -21px;
}
.input-independent {
  font-family: "Poppins-Regular";
  font-size: 20px;
  text-align: center;
  outline: none !important;
  border: none !important;
  width: 215px !important;
  height: 56px !important;
  border-radius: 40px !important;
  background: var(--main-GL) !important;
}
.input-independent:focus {
  font-family: "Poppins-Regular";
  font-size: 20px;
  text-align: center;
  outline: none !important;
  border: none !important;
  width: 215px !important;
  height: 56px !important;
  border-radius: 40px !important;
  background: var(--main-GL) !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=checkbox] {
  accent-color: var(--blue) !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
.banking_dashboard_select {
  cursor: pointer;
  min-width: 200px;
}
.same_as {
  font-size: 16px;
}
.initiate_txn_banking {
  width: -webkit-fill-available;
  position: absolute;
}
.small_cards_epin {
  width: -webkit-fill-available !important;
}
@media (max-width: 575.98px) {
  .laptop_view {
    display: none !important;
  }
  .mobile_view {
    display: flex !important;
  }
  .laptop_view_sidebar {
    display: none !important;
  }
  .mobile_view_sidebar {
    display: block !important;
  }
  .sidebar.collapsed {
    width: 0px !important;
  }
  .mob_flex {
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 7px;
  }
  .content.expanded {
    margin-left: 0px;
  }
  .banking_dashboard_select {
    min-width: 100px !important;
  }
  .dashH {
    font-size: 12px;
  }
  app-sidebar.collapsed {
    width: 0px !important;
  }
  .member_head {
    font-size: 12px !important;
    margin-bottom: 8px !important;
    font-family: "Poppins-Regular" !important;
  }
  .breadcrumbs-heading {
    font-size: 12px !important;
  }
  .breadcrumbs-subheading {
    font-size: 10px !important;
  }
  .ag-paging-panel {
    align-items: center;
    border-top: var(--ag-footer-row-border);
    height: max(var(--ag-row-height), 22px);
    justify-content: flex-end;
    padding: 0 var(--ag-cell-horizontal-padding);
    display: flex !important;
    flex-direction: column !important;
    overflow: auto !important;
    height: fit-content !important;
    gap: 0 !important;
  }
  .form-grid {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    width: -webkit-fill-available !important;
  }
  .form-group {
    display: flex !important;
    flex-direction: column !important;
    width: -webkit-fill-available !important;
  }
  .section-label {
    font-size: 15px !important;
  }
  .same_as {
    font-size: 9px !important;
  }
  .mob_space {
    padding-top: 10px;
  }
  .mob_word_wrap {
    word-break: break-all;
  }
  .nested .form-container {
    gap: 15px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .add_nested_button_mob {
    font-size: 12px !important;
  }
  .initiate_txn_banking {
    position: relative !important;
  }
  .content.expanded {
    margin-left: 0px !important;
  }
  .G_cardT {
    background: none !important;
    font-size: 10px !important;
  }
  .otherStatusGrid {
    display: ruby !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .laptop_view {
    display: none !important;
  }
  .mobile_view {
    display: flex !important;
  }
  .laptop_view_sidebar {
    display: none !important;
  }
  .mobile_view_sidebar {
    display: block !important;
  }
  .sidebar.collapsed {
    width: 0px !important;
  }
  .mob_flex {
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 7px;
  }
  .content.expanded {
    margin-left: 0px;
  }
  .banking_dashboard_select {
    min-width: 100px !important;
  }
  .dashH {
    font-size: 12px;
  }
  app-sidebar.collapsed {
    width: 0px !important;
  }
  .member_head {
    font-size: 12px !important;
    margin-bottom: 8px !important;
    font-family: "Poppins-Regular" !important;
  }
  .breadcrumbs-heading {
    font-size: 12px !important;
  }
  .breadcrumbs-subheading {
    font-size: 10px !important;
  }
  .ag-paging-panel {
    align-items: center;
    border-top: var(--ag-footer-row-border);
    height: max(var(--ag-row-height), 22px);
    justify-content: flex-end;
    padding: 0 var(--ag-cell-horizontal-padding);
    display: flex !important;
    flex-direction: column !important;
    overflow: auto !important;
    height: fit-content !important;
    gap: 0 !important;
  }
  .form-grid {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    width: -webkit-fill-available !important;
  }
  .form-group {
    display: flex !important;
    flex-direction: column !important;
    width: -webkit-fill-available !important;
  }
  .section-label {
    font-size: 15px !important;
  }
  .same_as {
    font-size: 9px !important;
  }
  .mob_space {
    padding-top: 10px;
  }
  .mob_word_wrap {
    word-break: break-all;
  }
  .nested .form-container {
    gap: 15px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .add_nested_button_mob {
    font-size: 12px !important;
  }
  .initiate_txn_banking {
    position: relative !important;
  }
  .content.expanded {
    margin-left: 0px !important;
  }
  .G_cardT {
    background: none !important;
    font-size: 10px !important;
  }
  .otherStatusGrid {
    display: ruby !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .laptop_view {
    display: flex !important;
  }
  .mobile_view {
    display: none !important;
  }
  .laptop_view_sidebar {
    display: block !important;
  }
  .mobile_view_sidebar {
    display: none !important;
  }
  .sidebar.collapsed {
    width: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .laptop_view {
    display: flex !important;
  }
  .mobile_view {
    display: none !important;
  }
  .laptop_view_sidebar {
    display: block !important;
  }
  .mobile_view_sidebar {
    display: none !important;
  }
  .small_cards_epin {
    max-width: 33% !important;
  }
}
@media (min-width: 1200px) {
  .laptop_view {
    display: flex !important;
  }
  .mobile_view {
    display: none !important;
  }
  .laptop_view_sidebar {
    display: block !important;
  }
  .mobile_view_sidebar {
    display: none !important;
  }
  .small_cards_epin {
    max-width: 33% !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
