@charset "UTF-8";
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

/* node_modules/@angular/material/prebuilt-themes/azure-blue.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.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: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(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;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-app-background-color:#faf9fd;
  --mat-app-text-color:#1a1b1f;
  --mat-app-elevation-shadow-level-0: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);
  --mat-app-elevation-shadow-level-1: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);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: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);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: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);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: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);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: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);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color:rgba(26, 27, 31, 0.1);
  --mat-option-selected-state-label-text-color:#131c2b;
  --mat-option-label-text-color:#1a1b1f;
  --mat-option-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-option-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-option-selected-state-layer-color:#dae2f9;
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:1.25rem;
  --mat-option-label-text-size:1rem;
  --mat-option-label-text-tracking:0.006rem;
  --mat-option-label-text-weight:400;
  --mat-optgroup-label-text-color:#44474e;
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:1.25rem;
  --mat-optgroup-label-text-size:0.875rem;
  --mat-optgroup-label-text-tracking:0.006rem;
  --mat-optgroup-label-text-weight:500;
  --mat-full-pseudo-checkbox-selected-icon-color:#005cbb;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color:#44474e;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#faf9fd;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:rgba(26, 27, 31, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:rgba(26, 27, 31, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#005cbb;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:rgba(26, 27, 31, 0.38);
  --mdc-elevated-card-container-color:#faf9fd;
  --mdc-elevated-card-container-elevation: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);
  --mdc-elevated-card-container-shape:12px;
  --mdc-outlined-card-container-color:#faf9fd;
  --mdc-outlined-card-outline-color:#c4c6d0;
  --mdc-outlined-card-container-elevation: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);
  --mdc-outlined-card-container-shape:12px;
  --mdc-outlined-card-outline-width:1px;
  --mat-card-subtitle-text-color:#1a1b1f;
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:1.75rem;
  --mat-card-title-text-size:1.375rem;
  --mat-card-title-text-tracking:0;
  --mat-card-title-text-weight:400;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:1.5rem;
  --mat-card-subtitle-text-size:1rem;
  --mat-card-subtitle-text-tracking:0.009rem;
  --mat-card-subtitle-text-weight:500;
  --mdc-linear-progress-active-indicator-color:#005cbb;
  --mdc-linear-progress-track-color:#e0e2ec;
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
  --mdc-plain-tooltip-container-color:#2f3033;
  --mdc-plain-tooltip-supporting-text-color:#f2f0f4;
  --mdc-plain-tooltip-supporting-text-line-height:1rem;
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:0.75rem;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.025rem;
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-filled-text-field-caret-color:#005cbb;
  --mdc-filled-text-field-focus-active-indicator-color:#005cbb;
  --mdc-filled-text-field-focus-label-text-color:#005cbb;
  --mdc-filled-text-field-container-color:#e0e2ec;
  --mdc-filled-text-field-disabled-container-color:rgba(26, 27, 31, 0.04);
  --mdc-filled-text-field-label-text-color:#44474e;
  --mdc-filled-text-field-hover-label-text-color:#44474e;
  --mdc-filled-text-field-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-input-text-color:#1a1b1f;
  --mdc-filled-text-field-disabled-input-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:#44474e;
  --mdc-filled-text-field-error-hover-label-text-color:#410002;
  --mdc-filled-text-field-error-focus-label-text-color:#ba1a1a;
  --mdc-filled-text-field-error-label-text-color:#ba1a1a;
  --mdc-filled-text-field-active-indicator-color:#44474e;
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color:#1a1b1f;
  --mdc-filled-text-field-error-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-error-focus-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-error-hover-active-indicator-color:#410002;
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:1rem;
  --mdc-filled-text-field-label-text-tracking:0.031rem;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-caret-color:#005cbb;
  --mdc-outlined-text-field-focus-outline-color:#005cbb;
  --mdc-outlined-text-field-focus-label-text-color:#005cbb;
  --mdc-outlined-text-field-label-text-color:#44474e;
  --mdc-outlined-text-field-hover-label-text-color:#1a1b1f;
  --mdc-outlined-text-field-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-text-field-input-text-color:#1a1b1f;
  --mdc-outlined-text-field-disabled-input-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:#44474e;
  --mdc-outlined-text-field-error-focus-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-error-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-error-hover-label-text-color:#410002;
  --mdc-outlined-text-field-outline-color:#74777f;
  --mdc-outlined-text-field-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-outlined-text-field-hover-outline-color:#1a1b1f;
  --mdc-outlined-text-field-error-focus-outline-color:#ba1a1a;
  --mdc-outlined-text-field-error-hover-outline-color:#410002;
  --mdc-outlined-text-field-error-outline-color:#ba1a1a;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:1rem;
  --mdc-outlined-text-field-label-text-tracking:0.031rem;
  --mdc-outlined-text-field-label-text-weight:400;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
  --mat-form-field-focus-select-arrow-color:#005cbb;
  --mat-form-field-disabled-input-text-placeholder-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-state-layer-color:#1a1b1f;
  --mat-form-field-error-text-color:#ba1a1a;
  --mat-form-field-select-option-text-color:#1a1b1f;
  --mat-form-field-select-disabled-option-text-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-leading-icon-color:#44474e;
  --mat-form-field-disabled-leading-icon-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-trailing-icon-color:#44474e;
  --mat-form-field-disabled-trailing-icon-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-error-focus-trailing-icon-color:#ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color:#410002;
  --mat-form-field-error-trailing-icon-color:#ba1a1a;
  --mat-form-field-enabled-select-arrow-color:#44474e;
  --mat-form-field-disabled-select-arrow-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.08;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:1.5rem;
  --mat-form-field-container-text-size:1rem;
  --mat-form-field-container-text-tracking:0.031rem;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:1rem;
  --mat-form-field-subscript-text-size:0.75rem;
  --mat-form-field-subscript-text-tracking:0.025rem;
  --mat-form-field-subscript-text-weight:400;
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
  --mat-form-field-focus-state-layer-opacity:0;
  --mat-select-panel-background-color:#efedf0;
  --mat-select-enabled-trigger-text-color:#1a1b1f;
  --mat-select-disabled-trigger-text-color:rgba(26, 27, 31, 0.38);
  --mat-select-placeholder-text-color:#44474e;
  --mat-select-enabled-arrow-color:#44474e;
  --mat-select-disabled-arrow-color:rgba(26, 27, 31, 0.38);
  --mat-select-focused-arrow-color:#005cbb;
  --mat-select-invalid-arrow-color:#ba1a1a;
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:1.5rem;
  --mat-select-trigger-text-size:1rem;
  --mat-select-trigger-text-tracking:0.031rem;
  --mat-select-trigger-text-weight:400;
  --mat-select-arrow-transform:translateY(-8px);
  --mat-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color:#efedf0;
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-color:#faf9fd;
  --mdc-dialog-subhead-color:#1a1b1f;
  --mdc-dialog-supporting-text-color:#44474e;
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:2rem;
  --mdc-dialog-subhead-size:1.5rem;
  --mdc-dialog-subhead-weight:400;
  --mdc-dialog-subhead-tracking:0;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:1.25rem;
  --mdc-dialog-supporting-text-size:0.875rem;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.016rem;
  --mdc-dialog-container-shape:28px;
  --mat-dialog-container-elevation-shadow:none;
  --mat-dialog-container-max-width:560px;
  --mat-dialog-container-small-max-width:calc(100vw - 32px);
  --mat-dialog-container-min-width:280px;
  --mat-dialog-actions-alignment:flex-end;
  --mat-dialog-actions-padding:16px 24px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px 0;
  --mat-dialog-headline-padding:6px 24px 13px;
  --mdc-chip-outline-color:#74777f;
  --mdc-chip-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-chip-focus-outline-color:#44474e;
  --mdc-chip-hover-state-layer-opacity:0.08;
  --mdc-chip-selected-hover-state-layer-opacity:0.08;
  --mdc-chip-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-chip-elevated-selected-container-color:#dae2f9;
  --mdc-chip-flat-disabled-selected-container-color:rgba(26, 27, 31, 0.12);
  --mdc-chip-focus-state-layer-color:#44474e;
  --mdc-chip-hover-state-layer-color:#44474e;
  --mdc-chip-selected-hover-state-layer-color:#131c2b;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:#131c2b;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#44474e;
  --mdc-chip-selected-label-text-color:#131c2b;
  --mdc-chip-with-icon-icon-color:#44474e;
  --mdc-chip-with-icon-disabled-icon-color:#1a1b1f;
  --mdc-chip-with-icon-selected-icon-color:#131c2b;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#1a1b1f;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#44474e;
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:1.25rem;
  --mdc-chip-label-text-size:0.875rem;
  --mdc-chip-label-text-tracking:0.006rem;
  --mdc-chip-label-text-weight:500;
  --mdc-chip-container-height:32px;
  --mdc-chip-container-shape-radius:8px;
  --mdc-chip-with-avatar-avatar-shape-radius:24px;
  --mdc-chip-with-avatar-avatar-size:24px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity:0.38;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:0.38;
  --mdc-chip-with-icon-disabled-icon-opacity:0.38;
  --mdc-chip-elevated-container-color:transparent;
  --mat-chip-trailing-action-state-layer-color:#44474e;
  --mat-chip-selected-trailing-action-state-layer-color:#131c2b;
  --mat-chip-trailing-action-hover-state-layer-opacity:0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity:0.12;
  --mat-chip-selected-disabled-trailing-icon-color:#1a1b1f;
  --mat-chip-selected-trailing-icon-color:#131c2b;
  --mat-chip-disabled-container-opacity:1;
  --mat-chip-trailing-action-opacity:1;
  --mat-chip-trailing-action-focus-opacity:1;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.08;
  --mdc-switch-selected-pressed-state-layer-opacity:0.12;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.12;
  --mdc-switch-selected-focus-state-layer-color:#005cbb;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#005cbb;
  --mdc-switch-selected-pressed-state-layer-color:#005cbb;
  --mdc-switch-selected-focus-handle-color:#d7e3ff;
  --mdc-switch-selected-hover-handle-color:#d7e3ff;
  --mdc-switch-selected-pressed-handle-color:#d7e3ff;
  --mdc-switch-selected-focus-track-color:#005cbb;
  --mdc-switch-selected-hover-track-color:#005cbb;
  --mdc-switch-selected-pressed-track-color:#005cbb;
  --mdc-switch-selected-track-color:#005cbb;
  --mdc-switch-disabled-selected-handle-color:#faf9fd;
  --mdc-switch-disabled-selected-icon-color:#1a1b1f;
  --mdc-switch-disabled-selected-track-color:#1a1b1f;
  --mdc-switch-disabled-unselected-handle-color:#1a1b1f;
  --mdc-switch-disabled-unselected-icon-color:#e0e2ec;
  --mdc-switch-disabled-unselected-track-color:#e0e2ec;
  --mdc-switch-selected-icon-color:#001b3f;
  --mdc-switch-unselected-focus-handle-color:#44474e;
  --mdc-switch-unselected-focus-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-focus-track-color:#e0e2ec;
  --mdc-switch-unselected-handle-color:#74777f;
  --mdc-switch-unselected-hover-handle-color:#44474e;
  --mdc-switch-unselected-hover-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-hover-track-color:#e0e2ec;
  --mdc-switch-unselected-icon-color:#e0e2ec;
  --mdc-switch-unselected-pressed-handle-color:#44474e;
  --mdc-switch-unselected-pressed-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-pressed-track-color:#e0e2ec;
  --mdc-switch-unselected-track-color:#e0e2ec;
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-shape:9999px;
  --mdc-switch-selected-icon-size:16px;
  --mdc-switch-track-height:32px;
  --mdc-switch-track-shape:9999px;
  --mdc-switch-track-width:52px;
  --mdc-switch-unselected-icon-size:16px;
  --mdc-switch-state-layer-size:40px;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:1.25rem;
  --mat-switch-label-text-size:0.875rem;
  --mat-switch-label-text-tracking:0.016rem;
  --mat-switch-label-text-weight:400;
  --mat-switch-disabled-selected-handle-opacity:1;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:16px;
  --mat-switch-selected-handle-size:24px;
  --mat-switch-pressed-handle-size:28px;
  --mat-switch-with-icon-handle-size:24px;
  --mat-switch-selected-handle-horizontal-margin:0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin:0 22px;
  --mat-switch-unselected-handle-horizontal-margin:0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0 2px;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:0;
  --mat-switch-visible-track-transition:opacity 75ms;
  --mat-switch-hidden-track-transition:opacity 75ms;
  --mat-switch-track-outline-width:2px;
  --mat-switch-selected-track-outline-width:2px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:2px;
  --mdc-radio-disabled-selected-icon-color:#1a1b1f;
  --mdc-radio-disabled-unselected-icon-color:#1a1b1f;
  --mdc-radio-unselected-hover-icon-color:#1a1b1f;
  --mdc-radio-unselected-icon-color:#44474e;
  --mdc-radio-unselected-pressed-icon-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#005cbb;
  --mdc-radio-selected-hover-icon-color:#005cbb;
  --mdc-radio-selected-icon-color:#005cbb;
  --mdc-radio-selected-pressed-icon-color:#005cbb;
  --mdc-radio-state-layer-size:40px;
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mat-radio-ripple-color:#1a1b1f;
  --mat-radio-checked-ripple-color:#005cbb;
  --mat-radio-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-radio-label-text-color:#1a1b1f;
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:1.25rem;
  --mat-radio-label-text-size:0.875rem;
  --mat-radio-label-text-tracking:0.016rem;
  --mat-radio-label-text-weight:400;
  --mat-radio-touch-target-display:block;
  --mdc-slider-handle-elevation: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);
  --mdc-slider-handle-color:#005cbb;
  --mdc-slider-focus-handle-color:#005cbb;
  --mdc-slider-hover-handle-color:#005cbb;
  --mdc-slider-active-track-color:#005cbb;
  --mdc-slider-inactive-track-color:#e0e2ec;
  --mdc-slider-with-tick-marks-inactive-container-color:#44474e;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-disabled-active-track-color:#1a1b1f;
  --mdc-slider-disabled-handle-color:#1a1b1f;
  --mdc-slider-disabled-inactive-track-color:#1a1b1f;
  --mdc-slider-label-container-color:#005cbb;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mdc-slider-with-tick-marks-disabled-container-color:#1a1b1f;
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:0.75rem;
  --mdc-slider-label-label-text-line-height:1rem;
  --mdc-slider-label-label-text-tracking:0.031rem;
  --mdc-slider-label-label-text-weight:500;
  --mdc-slider-active-track-height:4px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:9999px;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.38;
  --mdc-slider-with-tick-marks-container-shape:9999px;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.38;
  --mat-slider-ripple-color:#005cbb;
  --mat-slider-hover-state-layer-color:rgba(0, 92, 187, 0.05);
  --mat-slider-focus-state-layer-color:rgba(0, 92, 187, 0.2);
  --mat-slider-value-indicator-width:28px;
  --mat-slider-value-indicator-height:28px;
  --mat-slider-value-indicator-caret-display:none;
  --mat-slider-value-indicator-border-radius:50% 50% 50% 0;
  --mat-slider-value-indicator-padding:0;
  --mat-slider-value-indicator-text-transform:rotate(45deg);
  --mat-slider-value-indicator-container-transform:translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity:1;
  --mat-menu-item-label-text-color:#1a1b1f;
  --mat-menu-item-icon-color:#44474e;
  --mat-menu-item-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-menu-item-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-menu-container-color:#efedf0;
  --mat-menu-divider-color:#e0e2ec;
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:0.875rem;
  --mat-menu-item-label-text-tracking:0.006rem;
  --mat-menu-item-label-text-line-height:1.25rem;
  --mat-menu-item-label-text-weight:500;
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:8px;
  --mat-menu-divider-top-spacing:8px;
  --mat-menu-item-spacing:12px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:12px;
  --mat-menu-item-trailing-spacing:12px;
  --mat-menu-item-with-icon-leading-spacing:12px;
  --mat-menu-item-with-icon-trailing-spacing:12px;
  --mat-menu-base-elevation-level:2;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:#d7e3ff;
  --mdc-list-list-item-disabled-state-layer-color:#1a1b1f;
  --mdc-list-list-item-disabled-state-layer-opacity:0.12;
  --mdc-list-list-item-label-text-color:#1a1b1f;
  --mdc-list-list-item-supporting-text-color:#44474e;
  --mdc-list-list-item-leading-icon-color:#44474e;
  --mdc-list-list-item-trailing-supporting-text-color:#44474e;
  --mdc-list-list-item-trailing-icon-color:#44474e;
  --mdc-list-list-item-selected-trailing-icon-color:#005cbb;
  --mdc-list-list-item-disabled-label-text-color:#1a1b1f;
  --mdc-list-list-item-disabled-leading-icon-color:#1a1b1f;
  --mdc-list-list-item-disabled-trailing-icon-color:#1a1b1f;
  --mdc-list-list-item-hover-label-text-color:#1a1b1f;
  --mdc-list-list-item-focus-label-text-color:#1a1b1f;
  --mdc-list-list-item-hover-state-layer-color:#1a1b1f;
  --mdc-list-list-item-hover-state-layer-opacity:0.08;
  --mdc-list-list-item-focus-state-layer-color:#1a1b1f;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:1.5rem;
  --mdc-list-list-item-label-text-size:1rem;
  --mdc-list-list-item-label-text-tracking:0.031rem;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:1.25rem;
  --mdc-list-list-item-supporting-text-size:0.875rem;
  --mdc-list-list-item-supporting-text-tracking:0.016rem;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:1rem;
  --mdc-list-list-item-trailing-supporting-text-size:0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight:500;
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:9999px;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-label-text-opacity:0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:#dae2f9;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:16px;
  --mat-list-active-indicator-shape:9999px;
  --mat-paginator-container-text-color:#1a1b1f;
  --mat-paginator-container-background-color:#faf9fd;
  --mat-paginator-enabled-icon-color:#44474e;
  --mat-paginator-disabled-icon-color:rgba(26, 27, 31, 0.38);
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:1rem;
  --mat-paginator-container-text-size:0.75rem;
  --mat-paginator-container-text-tracking:0.025rem;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:0.75rem;
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-color:#005cbb;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:#e0e2ec;
  --mat-tab-header-pagination-icon-color:#1a1b1f;
  --mat-tab-header-inactive-label-text-color:#1a1b1f;
  --mat-tab-header-active-label-text-color:#1a1b1f;
  --mat-tab-header-active-ripple-color:#1a1b1f;
  --mat-tab-header-inactive-ripple-color:#1a1b1f;
  --mat-tab-header-inactive-focus-label-text-color:#1a1b1f;
  --mat-tab-header-inactive-hover-label-text-color:#1a1b1f;
  --mat-tab-header-active-focus-label-text-color:#1a1b1f;
  --mat-tab-header-active-hover-label-text-color:#1a1b1f;
  --mat-tab-header-active-focus-indicator-color:#005cbb;
  --mat-tab-header-active-hover-indicator-color:#005cbb;
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:0.875rem;
  --mat-tab-header-label-text-tracking:0.006rem;
  --mat-tab-header-label-text-line-height:1.25rem;
  --mat-tab-header-label-text-weight:500;
  --mat-tab-header-divider-height:1px;
  --mdc-checkbox-disabled-selected-checkmark-color:#faf9fd;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.12;
  --mdc-checkbox-selected-pressed-icon-color:#005cbb;
  --mdc-checkbox-disabled-selected-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#005cbb;
  --mdc-checkbox-selected-hover-icon-color:#005cbb;
  --mdc-checkbox-selected-icon-color:#005cbb;
  --mdc-checkbox-unselected-focus-icon-color:#1a1b1f;
  --mdc-checkbox-unselected-hover-icon-color:#1a1b1f;
  --mdc-checkbox-unselected-icon-color:#44474e;
  --mdc-checkbox-selected-focus-state-layer-color:#005cbb;
  --mdc-checkbox-selected-hover-state-layer-color:#005cbb;
  --mdc-checkbox-selected-pressed-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-focus-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-hover-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-pressed-state-layer-color:#005cbb;
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:1.25rem;
  --mat-checkbox-label-text-size:0.875rem;
  --mat-checkbox-label-text-tracking:0.016rem;
  --mat-checkbox-label-text-weight:400;
  --mat-checkbox-touch-target-display:block;
  --mdc-text-button-label-text-color:#005cbb;
  --mdc-text-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:0.875rem;
  --mdc-text-button-label-text-tracking:0.006rem;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-container-height:40px;
  --mdc-text-button-container-shape:9999px;
  --mdc-protected-button-container-elevation-shadow: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);
  --mdc-protected-button-disabled-container-elevation-shadow: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);
  --mdc-protected-button-focus-container-elevation-shadow: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);
  --mdc-protected-button-hover-container-elevation-shadow: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);
  --mdc-protected-button-pressed-container-elevation-shadow: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);
  --mdc-protected-button-container-color:#faf9fd;
  --mdc-protected-button-label-text-color:#005cbb;
  --mdc-protected-button-disabled-container-color:rgba(26, 27, 31, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:0.875rem;
  --mdc-protected-button-label-text-tracking:0.006rem;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-container-height:40px;
  --mdc-protected-button-container-shape:9999px;
  --mdc-filled-button-container-color:#005cbb;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-filled-button-disabled-container-color:rgba(26, 27, 31, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:0.875rem;
  --mdc-filled-button-label-text-tracking:0.006rem;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-container-height:40px;
  --mdc-filled-button-container-shape:9999px;
  --mdc-outlined-button-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-button-label-text-color:#005cbb;
  --mdc-outlined-button-outline-color:#74777f;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:0.875rem;
  --mdc-outlined-button-label-text-tracking:0.006rem;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-container-height:40px;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:9999px;
  --mat-text-button-state-layer-color:#005cbb;
  --mat-text-button-disabled-state-layer-color:#44474e;
  --mat-text-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-text-button-hover-state-layer-opacity:0.08;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mat-text-button-touch-target-display:block;
  --mat-text-button-horizontal-padding:12px;
  --mat-text-button-with-icon-horizontal-padding:16px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:-4px;
  --mat-protected-button-state-layer-color:#005cbb;
  --mat-protected-button-disabled-state-layer-color:#44474e;
  --mat-protected-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-protected-button-hover-state-layer-opacity:0.08;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mat-protected-button-touch-target-display:block;
  --mat-protected-button-horizontal-padding:24px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-8px;
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-disabled-state-layer-color:#44474e;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity:0.08;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mat-filled-button-touch-target-display:block;
  --mat-filled-button-horizontal-padding:24px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-8px;
  --mat-outlined-button-state-layer-color:#005cbb;
  --mat-outlined-button-disabled-state-layer-color:#44474e;
  --mat-outlined-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-outlined-button-hover-state-layer-opacity:0.08;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
  --mat-outlined-button-touch-target-display:block;
  --mat-outlined-button-horizontal-padding:24px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-8px;
  --mdc-icon-button-icon-color:#44474e;
  --mdc-icon-button-disabled-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-icon-button-state-layer-size:40px;
  --mdc-icon-button-icon-size:24px;
  --mat-icon-button-state-layer-color:#44474e;
  --mat-icon-button-disabled-state-layer-color:#44474e;
  --mat-icon-button-ripple-color:rgba(68, 71, 78, 0.12);
  --mat-icon-button-hover-state-layer-opacity:0.08;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
  --mat-icon-button-touch-target-display:block;
  --mdc-extended-fab-container-elevation-shadow: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);
  --mdc-extended-fab-focus-container-elevation-shadow: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);
  --mdc-extended-fab-hover-container-elevation-shadow: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);
  --mdc-extended-fab-pressed-container-elevation-shadow: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);
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:0.875rem;
  --mdc-extended-fab-label-text-tracking:0.006rem;
  --mdc-extended-fab-label-text-weight:500;
  --mdc-extended-fab-container-height:56px;
  --mdc-extended-fab-container-shape:16px;
  --mdc-fab-container-elevation-shadow: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);
  --mdc-fab-focus-container-elevation-shadow: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);
  --mdc-fab-hover-container-elevation-shadow: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);
  --mdc-fab-pressed-container-elevation-shadow: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);
  --mdc-fab-container-color:#d7e3ff;
  --mdc-fab-container-shape:16px;
  --mdc-fab-small-container-elevation-shadow: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);
  --mdc-fab-small-focus-container-elevation-shadow: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);
  --mdc-fab-small-hover-container-elevation-shadow: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);
  --mdc-fab-small-pressed-container-elevation-shadow: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);
  --mdc-fab-small-container-color:#d7e3ff;
  --mdc-fab-small-container-shape:12px;
  --mat-fab-foreground-color:#001b3f;
  --mat-fab-state-layer-color:#001b3f;
  --mat-fab-ripple-color:rgba(0, 27, 63, 0.12);
  --mat-fab-hover-state-layer-opacity:0.08;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(26, 27, 31, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(26, 27, 31, 0.38);
  --mat-fab-touch-target-display:block;
  --mat-fab-small-foreground-color:#001b3f;
  --mat-fab-small-state-layer-color:#001b3f;
  --mat-fab-small-ripple-color:rgba(0, 27, 63, 0.12);
  --mat-fab-small-hover-state-layer-opacity:0.08;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(26, 27, 31, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(26, 27, 31, 0.38);
  --mdc-snackbar-container-color:#2f3033;
  --mdc-snackbar-supporting-text-color:#f2f0f4;
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:1.25rem;
  --mdc-snackbar-supporting-text-size:0.875rem;
  --mdc-snackbar-supporting-text-weight:400;
  --mdc-snackbar-container-shape:4px;
  --mat-snack-bar-button-color:#abc7ff;
  --mat-table-background-color:#faf9fd;
  --mat-table-header-headline-color:#1a1b1f;
  --mat-table-row-item-label-text-color:#1a1b1f;
  --mat-table-row-item-outline-color:#74777f;
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:1.25rem;
  --mat-table-header-headline-size:0.875rem;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.006rem;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:1.25rem;
  --mat-table-row-item-label-text-size:0.875rem;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.016rem;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:1.25rem;
  --mat-table-footer-supporting-text-size:0.875rem;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.016rem;
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
  --mat-table-row-item-outline-width:1px;
  --mdc-circular-progress-active-indicator-color:#005cbb;
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
  --mat-badge-background-color:#ba1a1a;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(186, 26, 26, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-text-size:0.688rem;
  --mat-badge-text-weight:500;
  --mat-badge-large-size-text-size:0.688rem;
  --mat-badge-container-shape:9999px;
  --mat-badge-container-size:16px;
  --mat-badge-small-size-container-size:6px;
  --mat-badge-large-size-container-size:16px;
  --mat-badge-legacy-container-size:16px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:16px;
  --mat-badge-container-offset:-12px 0;
  --mat-badge-small-size-container-offset:-6px 0;
  --mat-badge-large-size-container-offset:-12px 0;
  --mat-badge-container-overlap-offset:-12px;
  --mat-badge-small-size-container-overlap-offset:-6px;
  --mat-badge-large-size-container-overlap-offset:-12px;
  --mat-badge-container-padding:0 4px;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0 4px;
  --mat-badge-small-size-text-size:0;
  --mat-bottom-sheet-container-text-color:#1a1b1f;
  --mat-bottom-sheet-container-background-color:#f4f3f6;
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:1.5rem;
  --mat-bottom-sheet-container-text-size:1rem;
  --mat-bottom-sheet-container-text-tracking:0.031rem;
  --mat-bottom-sheet-container-text-weight:400;
  --mat-bottom-sheet-container-shape:28px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
  --mat-standard-button-toggle-text-color:#1a1b1f;
  --mat-standard-button-toggle-state-layer-color:#1a1b1f;
  --mat-standard-button-toggle-selected-state-background-color:#dae2f9;
  --mat-standard-button-toggle-selected-state-text-color:#131c2b;
  --mat-standard-button-toggle-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color:rgba(26, 27, 31, 0.12);
  --mat-standard-button-toggle-divider-color:#74777f;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:1.25rem;
  --mat-standard-button-toggle-label-text-size:0.875rem;
  --mat-standard-button-toggle-label-text-tracking:0.006rem;
  --mat-standard-button-toggle-label-text-weight:500;
  --mat-standard-button-toggle-height:40px;
  --mat-standard-button-toggle-shape:9999px;
  --mat-standard-button-toggle-background-color:transparent;
  --mat-standard-button-toggle-disabled-state-background-color:transparent;
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#005cbb;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(26, 27, 31, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(26, 27, 31, 0.08);
  --mat-datepicker-toggle-active-state-icon-color:#44474e;
  --mat-datepicker-calendar-date-in-range-state-background-color:#d7e3ff;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#dae2f9;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#565e71;
  --mat-datepicker-toggle-icon-color:#44474e;
  --mat-datepicker-calendar-body-label-text-color:#1a1b1f;
  --mat-datepicker-calendar-period-button-text-color:#44474e;
  --mat-datepicker-calendar-period-button-icon-color:#44474e;
  --mat-datepicker-calendar-navigation-button-icon-color:#44474e;
  --mat-datepicker-calendar-header-text-color:#44474e;
  --mat-datepicker-calendar-date-today-outline-color:#005cbb;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-text-color:#1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:#005cbb;
  --mat-datepicker-range-input-separator-color:#1a1b1f;
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-container-background-color:#e9e7eb;
  --mat-datepicker-calendar-container-text-color:#1a1b1f;
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:0.875rem;
  --mat-datepicker-calendar-body-label-text-size:0.875rem;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:0.875rem;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:0.875rem;
  --mat-datepicker-calendar-header-text-weight:500;
  --mat-datepicker-calendar-container-shape:16px;
  --mat-datepicker-calendar-container-touch-shape:28px;
  --mat-datepicker-calendar-container-elevation-shadow: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);
  --mat-datepicker-calendar-container-touch-elevation-shadow: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);
  --mat-datepicker-calendar-header-divider-color:transparent;
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-divider-color:#74777f;
  --mat-divider-width:1px;
  --mat-expansion-container-background-color:#faf9fd;
  --mat-expansion-container-text-color:#1a1b1f;
  --mat-expansion-actions-divider-color:#74777f;
  --mat-expansion-header-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-expansion-header-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-expansion-header-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-expansion-header-text-color:#1a1b1f;
  --mat-expansion-header-description-color:#44474e;
  --mat-expansion-header-indicator-color:#44474e;
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:1rem;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:1.5rem;
  --mat-expansion-header-text-tracking:0.009rem;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:1.5rem;
  --mat-expansion-container-text-size:1rem;
  --mat-expansion-container-text-tracking:0.031rem;
  --mat-expansion-container-text-weight:400;
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
  --mat-expansion-container-shape:12px;
  --mat-expansion-legacy-header-indicator-display:none;
  --mat-expansion-header-indicator-display:inline-block;
  --mat-grid-list-tile-header-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color:inherit;
  --mat-sidenav-container-background-color:#faf9fd;
  --mat-sidenav-container-text-color:#44474e;
  --mat-sidenav-content-background-color:#faf9fd;
  --mat-sidenav-content-text-color:#1a1b1f;
  --mat-sidenav-scrim-color:rgba(45, 48, 56, 0.4);
  --mat-sidenav-container-shape:16px;
  --mat-sidenav-container-elevation-shadow:none;
  --mat-sidenav-container-width:360px;
  --mat-sidenav-container-divider-color:transparent;
  --mat-stepper-header-icon-foreground-color:#faf9fd;
  --mat-stepper-header-selected-state-icon-background-color:#005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
  --mat-stepper-container-color:#faf9fd;
  --mat-stepper-line-color:#74777f;
  --mat-stepper-header-hover-state-layer-color:rgba(47, 48, 51, 0.08);
  --mat-stepper-header-focus-state-layer-color:rgba(47, 48, 51, 0.12);
  --mat-stepper-header-label-text-color:#44474e;
  --mat-stepper-header-optional-label-text-color:#44474e;
  --mat-stepper-header-selected-state-label-text-color:#44474e;
  --mat-stepper-header-error-state-label-text-color:#ba1a1a;
  --mat-stepper-header-icon-background-color:#44474e;
  --mat-stepper-header-error-state-icon-foreground-color:#ba1a1a;
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:0.875rem;
  --mat-stepper-header-label-text-weight:500;
  --mat-stepper-header-error-state-label-text-size:0.875rem;
  --mat-stepper-header-selected-state-label-text-size:0.875rem;
  --mat-stepper-header-selected-state-label-text-weight:500;
  --mat-stepper-header-height:72px;
  --mat-stepper-header-focus-state-layer-shape:12px;
  --mat-stepper-header-hover-state-layer-shape:12px;
  --mat-stepper-header-error-state-icon-background-color:transparent;
  --mat-sort-arrow-color:#1a1b1f;
  --mat-toolbar-container-background-color:#faf9fd;
  --mat-toolbar-container-text-color:#1a1b1f;
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:1.75rem;
  --mat-toolbar-title-text-size:1.375rem;
  --mat-toolbar-title-text-tracking:0;
  --mat-toolbar-title-text-weight:400;
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
  --mat-tree-container-background-color:#faf9fd;
  --mat-tree-node-text-color:#1a1b1f;
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:1rem;
  --mat-tree-node-text-weight:400;
  --mat-tree-node-min-height:48px;
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-primary {
  --mat-stepper-header-selected-state-icon-background-color:#005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-primary.mat-icon {
  --mat-icon-color:#005cbb;
}
.mat-primary.mat-mdc-checkbox {
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-primary.mat-mdc-slide-toggle {
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-primary.mat-mdc-button-base {
  --mdc-icon-button-icon-color:#005cbb;
  --mat-icon-button-state-layer-color:#005cbb;
  --mat-icon-button-ripple-color:rgba(0, 92, 187, 0.12);
}
.mat-primary .mdc-list-item__start,
.mat-primary .mdc-list-item__end {
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-badge {
  --mat-badge-background-color:#005cbb;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(0, 92, 187, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#00006e;
  --mat-option-selected-state-layer-color:#e0e0ff;
  --mdc-circular-progress-active-indicator-color:#343dff;
  --mat-full-pseudo-checkbox-selected-icon-color:#343dff;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#343dff;
  --mat-stepper-header-selected-state-icon-background-color:#343dff;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#343dff;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-accent.mat-icon {
  --mat-icon-color:#343dff;
}
.mat-accent.mat-mdc-checkbox {
  --mdc-checkbox-selected-pressed-icon-color:#343dff;
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#343dff;
  --mdc-checkbox-selected-hover-icon-color:#343dff;
  --mdc-checkbox-selected-icon-color:#343dff;
  --mdc-checkbox-selected-focus-state-layer-color:#343dff;
  --mdc-checkbox-selected-hover-state-layer-color:#343dff;
  --mdc-checkbox-unselected-pressed-state-layer-color:#343dff;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-accent.mat-mdc-slider {
  --mdc-slider-handle-color:#343dff;
  --mdc-slider-focus-handle-color:#343dff;
  --mdc-slider-hover-handle-color:#343dff;
  --mdc-slider-active-track-color:#343dff;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-label-container-color:#343dff;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mat-slider-ripple-color:#343dff;
  --mat-slider-hover-state-layer-color:rgba(52, 61, 255, 0.05);
  --mat-slider-focus-state-layer-color:rgba(52, 61, 255, 0.2);
}
.mat-accent.mat-mdc-tab-group,
.mat-accent.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#343dff;
  --mat-tab-header-active-focus-indicator-color:#343dff;
  --mat-tab-header-active-hover-indicator-color:#343dff;
}
.mat-accent.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color:#343dff;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#343dff;
  --mdc-switch-selected-pressed-state-layer-color:#343dff;
  --mdc-switch-selected-focus-handle-color:#e0e0ff;
  --mdc-switch-selected-hover-handle-color:#e0e0ff;
  --mdc-switch-selected-pressed-handle-color:#e0e0ff;
  --mdc-switch-selected-focus-track-color:#343dff;
  --mdc-switch-selected-hover-track-color:#343dff;
  --mdc-switch-selected-pressed-track-color:#343dff;
  --mdc-switch-selected-track-color:#343dff;
  --mdc-switch-selected-icon-color:#00006e;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-accent.mat-mdc-form-field {
  --mat-select-focused-arrow-color:#343dff;
}
.mat-accent.mat-mdc-radio-button {
  --mdc-radio-selected-focus-icon-color:#343dff;
  --mdc-radio-selected-hover-icon-color:#343dff;
  --mdc-radio-selected-icon-color:#343dff;
  --mdc-radio-selected-pressed-icon-color:#343dff;
  --mat-radio-checked-ripple-color:#343dff;
}
.mat-accent.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#343dff;
  --mdc-linear-progress-track-color:#e0e0ff;
}
.mat-accent.mat-mdc-form-field {
  --mdc-filled-text-field-caret-color:#343dff;
  --mdc-filled-text-field-focus-active-indicator-color:#343dff;
  --mdc-filled-text-field-focus-label-text-color:#343dff;
  --mdc-outlined-text-field-caret-color:#343dff;
  --mdc-outlined-text-field-focus-outline-color:#343dff;
  --mdc-outlined-text-field-focus-label-text-color:#343dff;
  --mat-form-field-focus-select-arrow-color:#343dff;
}
.mat-accent.mat-datepicker-content {
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#343dff;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#343dff;
  --mat-datepicker-calendar-date-in-range-state-background-color:#e0e0ff;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#d7e3ff;
  --mat-datepicker-calendar-date-today-outline-color:#343dff;
  --mat-datepicker-calendar-date-preview-state-outline-color:#343dff;
}
.mat-accent.mat-mdc-button-base {
  --mdc-text-button-label-text-color:#343dff;
  --mdc-protected-button-label-text-color:#343dff;
  --mdc-filled-button-container-color:#343dff;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-outlined-button-label-text-color:#343dff;
  --mat-text-button-state-layer-color:#343dff;
  --mat-text-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mat-protected-button-state-layer-color:#343dff;
  --mat-protected-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color:#343dff;
  --mat-outlined-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mdc-icon-button-icon-color:#343dff;
  --mat-icon-button-state-layer-color:#343dff;
  --mat-icon-button-ripple-color:rgba(52, 61, 255, 0.12);
}
.mat-accent.mat-mdc-standard-chip {
  --mdc-chip-elevated-selected-container-color:#e0e0ff;
  --mdc-chip-selected-hover-state-layer-color:#00006e;
  --mdc-chip-selected-focus-state-layer-color:#00006e;
  --mdc-chip-selected-label-text-color:#00006e;
  --mdc-chip-with-icon-selected-icon-color:#00006e;
  --mat-chip-selected-trailing-action-state-layer-color:#00006e;
  --mat-chip-selected-trailing-icon-color:#00006e;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-pressed-icon-color:#343dff;
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#343dff;
  --mdc-checkbox-selected-hover-icon-color:#343dff;
  --mdc-checkbox-selected-icon-color:#343dff;
  --mdc-checkbox-selected-focus-state-layer-color:#343dff;
  --mdc-checkbox-selected-hover-state-layer-color:#343dff;
  --mdc-checkbox-unselected-pressed-state-layer-color:#343dff;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#343dff;
  --mdc-radio-selected-hover-icon-color:#343dff;
  --mdc-radio-selected-icon-color:#343dff;
  --mdc-radio-selected-pressed-icon-color:#343dff;
  --mat-radio-checked-ripple-color:#343dff;
}
.mat-accent.mat-mdc-fab,
.mat-accent.mat-mdc-mini-fab {
  --mdc-fab-container-color:#e0e0ff;
  --mdc-fab-small-container-color:#e0e0ff;
  --mat-fab-foreground-color:#00006e;
  --mat-fab-state-layer-color:#00006e;
  --mat-fab-ripple-color:rgba(0, 0, 110, 0.12);
  --mat-fab-small-foreground-color:#00006e;
  --mat-fab-small-state-layer-color:#00006e;
  --mat-fab-small-ripple-color:rgba(0, 0, 110, 0.12);
}
.mat-badge-accent {
  --mat-badge-background-color:#343dff;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(52, 61, 255, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#410002;
  --mat-option-selected-state-layer-color:#ffdad6;
  --mdc-circular-progress-active-indicator-color:#ba1a1a;
  --mat-full-pseudo-checkbox-selected-icon-color:#ba1a1a;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ba1a1a;
  --mat-stepper-header-selected-state-icon-background-color:#ba1a1a;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#ba1a1a;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-warn.mat-icon {
  --mat-icon-color:#ba1a1a;
}
.mat-warn.mat-mdc-checkbox {
  --mdc-checkbox-selected-pressed-icon-color:#ba1a1a;
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#ba1a1a;
  --mdc-checkbox-selected-hover-icon-color:#ba1a1a;
  --mdc-checkbox-selected-icon-color:#ba1a1a;
  --mdc-checkbox-selected-focus-state-layer-color:#ba1a1a;
  --mdc-checkbox-selected-hover-state-layer-color:#ba1a1a;
  --mdc-checkbox-unselected-pressed-state-layer-color:#ba1a1a;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-warn.mat-mdc-slider {
  --mdc-slider-handle-color:#ba1a1a;
  --mdc-slider-focus-handle-color:#ba1a1a;
  --mdc-slider-hover-handle-color:#ba1a1a;
  --mdc-slider-active-track-color:#ba1a1a;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-label-container-color:#ba1a1a;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mat-slider-ripple-color:#ba1a1a;
  --mat-slider-hover-state-layer-color:rgba(186, 26, 26, 0.05);
  --mat-slider-focus-state-layer-color:rgba(186, 26, 26, 0.2);
}
.mat-warn.mat-mdc-tab-group,
.mat-warn.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#ba1a1a;
  --mat-tab-header-active-focus-indicator-color:#ba1a1a;
  --mat-tab-header-active-hover-indicator-color:#ba1a1a;
}
.mat-warn.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color:#ba1a1a;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#ba1a1a;
  --mdc-switch-selected-pressed-state-layer-color:#ba1a1a;
  --mdc-switch-selected-focus-handle-color:#ffdad6;
  --mdc-switch-selected-hover-handle-color:#ffdad6;
  --mdc-switch-selected-pressed-handle-color:#ffdad6;
  --mdc-switch-selected-focus-track-color:#ba1a1a;
  --mdc-switch-selected-hover-track-color:#ba1a1a;
  --mdc-switch-selected-pressed-track-color:#ba1a1a;
  --mdc-switch-selected-track-color:#ba1a1a;
  --mdc-switch-selected-icon-color:#410002;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-warn.mat-mdc-form-field {
  --mat-select-focused-arrow-color:#ba1a1a;
}
.mat-warn.mat-mdc-radio-button {
  --mdc-radio-selected-focus-icon-color:#ba1a1a;
  --mdc-radio-selected-hover-icon-color:#ba1a1a;
  --mdc-radio-selected-icon-color:#ba1a1a;
  --mdc-radio-selected-pressed-icon-color:#ba1a1a;
  --mat-radio-checked-ripple-color:#ba1a1a;
}
.mat-warn.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#ba1a1a;
  --mdc-linear-progress-track-color:#ffdad6;
}
.mat-warn.mat-mdc-form-field {
  --mdc-filled-text-field-caret-color:#ba1a1a;
  --mdc-filled-text-field-focus-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-focus-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-caret-color:#ba1a1a;
  --mdc-outlined-text-field-focus-outline-color:#ba1a1a;
  --mdc-outlined-text-field-focus-label-text-color:#ba1a1a;
  --mat-form-field-focus-select-arrow-color:#ba1a1a;
}
.mat-warn.mat-datepicker-content {
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#ba1a1a;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#ba1a1a;
  --mat-datepicker-calendar-date-in-range-state-background-color:#ffdad6;
  --mat-datepicker-calendar-date-today-outline-color:#ba1a1a;
  --mat-datepicker-calendar-date-preview-state-outline-color:#ba1a1a;
}
.mat-warn.mat-mdc-button-base {
  --mdc-text-button-label-text-color:#ba1a1a;
  --mdc-protected-button-label-text-color:#ba1a1a;
  --mdc-filled-button-container-color:#ba1a1a;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-outlined-button-label-text-color:#ba1a1a;
  --mat-text-button-state-layer-color:#ba1a1a;
  --mat-text-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mat-protected-button-state-layer-color:#ba1a1a;
  --mat-protected-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color:#ba1a1a;
  --mat-outlined-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mdc-icon-button-icon-color:#ba1a1a;
  --mat-icon-button-state-layer-color:#ba1a1a;
  --mat-icon-button-ripple-color:rgba(186, 26, 26, 0.12);
}
.mat-warn.mat-mdc-standard-chip {
  --mdc-chip-elevated-selected-container-color:#ffdad6;
  --mdc-chip-selected-hover-state-layer-color:#410002;
  --mdc-chip-selected-focus-state-layer-color:#410002;
  --mdc-chip-selected-label-text-color:#410002;
  --mdc-chip-with-icon-selected-icon-color:#410002;
  --mat-chip-selected-trailing-action-state-layer-color:#410002;
  --mat-chip-selected-trailing-icon-color:#410002;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-pressed-icon-color:#ba1a1a;
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#ba1a1a;
  --mdc-checkbox-selected-hover-icon-color:#ba1a1a;
  --mdc-checkbox-selected-icon-color:#ba1a1a;
  --mdc-checkbox-selected-focus-state-layer-color:#ba1a1a;
  --mdc-checkbox-selected-hover-state-layer-color:#ba1a1a;
  --mdc-checkbox-unselected-pressed-state-layer-color:#ba1a1a;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#ba1a1a;
  --mdc-radio-selected-hover-icon-color:#ba1a1a;
  --mdc-radio-selected-icon-color:#ba1a1a;
  --mdc-radio-selected-pressed-icon-color:#ba1a1a;
  --mat-radio-checked-ripple-color:#ba1a1a;
}
.mat-display-large,
.mat-typography .mat-display-large,
.mat-typography h1 {
  font: 400 3.562rem / 4rem Roboto, sans-serif;
  letter-spacing: -0.016rem;
  margin: 0 0 .5em;
}
.mat-display-medium,
.mat-typography .mat-display-medium,
.mat-typography h2 {
  font: 400 2.812rem / 3.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-display-small,
.mat-typography .mat-display-small,
.mat-typography h3 {
  font: 400 2.25rem / 2.75rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-large,
.mat-typography .mat-headline-large,
.mat-typography h4 {
  font: 400 2rem / 2.5rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-medium,
.mat-typography .mat-headline-medium,
.mat-typography h5 {
  font: 400 1.75rem / 2.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-small,
.mat-typography .mat-headline-small,
.mat-typography h6 {
  font: 400 1.5rem / 2rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-title-large,
.mat-typography .mat-title-large {
  font: 400 1.375rem / 1.75rem Roboto, sans-serif;
  letter-spacing: 0;
}
.mat-title-medium,
.mat-typography .mat-title-medium {
  font: 500 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: .009rem;
}
.mat-title-small,
.mat-typography .mat-title-small {
  font: 500 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .006rem;
}
.mat-body-large,
.mat-typography .mat-body-large,
.mat-typography {
  font: 400 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: .031rem;
}
.mat-body-large p,
.mat-typography .mat-body-large p,
.mat-typography p {
  margin: 0 0 .75em;
}
.mat-body-medium,
.mat-typography .mat-body-medium {
  font: 400 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .016rem;
}
.mat-body-small,
.mat-typography .mat-body-small {
  font: 400 .75rem / 1rem Roboto, sans-serif;
  letter-spacing: .025rem;
}
.mat-label-large,
.mat-typography .mat-label-large {
  font: 500 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .006rem;
}
.mat-label-medium,
.mat-typography .mat-label-medium {
  font: 500 .75rem / 1rem Roboto, sans-serif;
  letter-spacing: .031rem;
}
.mat-label-small,
.mat-typography .mat-label-small {
  font: 500 .688rem / 1rem Roboto, sans-serif;
  letter-spacing: .031rem;
}

/* node_modules/@swimlane/ngx-datatable/index.scss */
.ngx-datatable {
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.ngx-datatable [hidden] {
  display: none !important;
}
.ngx-datatable *,
.ngx-datatable *:before,
.ngx-datatable *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ngx-datatable.scroll-vertical .datatable-body {
  overflow-y: auto;
}
.ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper {
  position: absolute;
}
.ngx-datatable.scroll-horz .datatable-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  white-space: nowrap;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngx-datatable.fixed-row .datatable-scroll {
  white-space: nowrap;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
  white-space: nowrap;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ngx-datatable .datatable-body-row,
.ngx-datatable .datatable-row-center,
.ngx-datatable .datatable-header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -o-flex-flow: row;
  flex-flow: row;
}
.ngx-datatable .datatable-body-cell,
.ngx-datatable .datatable-header-cell {
  overflow-x: hidden;
  vertical-align: top;
  display: inline-block;
  line-height: 1.625;
}
.ngx-datatable .datatable-body-cell:focus,
.ngx-datatable .datatable-header-cell:focus {
  outline: none;
}
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-right {
  z-index: 9;
}
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-center,
.ngx-datatable .datatable-row-group,
.ngx-datatable .datatable-row-right {
  position: relative;
}
.ngx-datatable .datatable-header {
  display: block;
  overflow: hidden;
}
.ngx-datatable .datatable-header .datatable-header-inner {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.ngx-datatable .datatable-header .datatable-header-cell {
  position: relative;
  display: inline-block;
}
.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
  cursor: pointer;
}
.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
  cursor: move;
}
.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle,
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  padding: 0 4px;
  visibility: hidden;
}
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
  cursor: ew-resize;
}
.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
  visibility: visible;
}
.ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable {
  visibility: visible;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker {
  position: absolute;
  top: 0;
  bottom: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft {
  right: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight {
  left: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  height: inherit;
}
.ngx-datatable .datatable-body {
  position: relative;
  z-index: 10;
  display: block;
}
.ngx-datatable .datatable-body .datatable-scroll {
  display: inline-block;
}
.ngx-datatable .datatable-body .datatable-row-detail {
  overflow-y: hidden;
}
.ngx-datatable .datatable-body .datatable-row-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ngx-datatable .datatable-body .datatable-body-row {
  outline: none;
}
.ngx-datatable .datatable-body .datatable-body-row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ngx-datatable .datatable-footer {
  display: block;
  width: 100%;
  overflow: auto;
}
.ngx-datatable .datatable-footer .datatable-footer-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.ngx-datatable .datatable-footer .selected-count .page-count {
  flex: 1 1 40%;
}
.ngx-datatable .datatable-footer .selected-count .datatable-pager {
  flex: 1 1 60%;
}
.ngx-datatable .datatable-footer .page-count {
  flex: 1 1 20%;
}
.ngx-datatable .datatable-footer .datatable-pager {
  flex: 1 1 80%;
  text-align: right;
}
.ngx-datatable .datatable-footer .datatable-pager .pager,
.ngx-datatable .datatable-footer .datatable-pager .pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li,
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  outline: none;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  cursor: pointer;
  display: inline-block;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
  cursor: not-allowed;
}

/* node_modules/@swimlane/ngx-datatable/themes/material.scss */
.ngx-datatable.material {
  background: #fff;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #fff;
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: #fff;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  font-weight: 400;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 500;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0.5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body {
  position: relative;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
  background: #f5f5f5;
  border-bottom: solid 1px #d9d8d9;
  border-top: solid 1px #d9d8d9;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: sticky;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  top: 0;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  background-color: rgb(170, 209, 249);
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  background-color: rgb(16, 108, 200);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}

/* node_modules/@swimlane/ngx-datatable/assets/icons.css */
@font-face {
  font-family: "data-table";
  src: url("./media/data-table.eot");
  src:
    url("./media/data-table.eot?#iefix") format("embedded-opentype"),
    url("./media/data-table.woff") format("woff"),
    url("./media/data-table.ttf") format("truetype"),
    url("./media/data-table.svg#data-table") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]::before {
  font-family: "data-table" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=datatable-icon-]::before,
[class*=" datatable-icon-"]::before {
  font-family: "data-table" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datatable-icon-filter::before {
  content: "b";
}
.datatable-icon-collapse::before {
  content: "a";
}
.datatable-icon-expand::before {
  content: "c";
}
.datatable-icon-close::before {
  content: "d";
}
.datatable-icon-up::before {
  content: "e";
}
.datatable-icon-down::before {
  content: "f";
}
.datatable-icon-sort-unset::before {
  content: "c";
  opacity: 0.5;
}
.datatable-icon-sort::before {
  content: "g";
}
.datatable-icon-done::before {
  content: "h";
}
.datatable-icon-done-all::before {
  content: "i";
}
.datatable-icon-search::before {
  content: "j";
}
.datatable-icon-pin::before {
  content: "k";
}
.datatable-icon-add::before {
  content: "m";
}
.datatable-icon-left::before {
  content: "o";
}
.datatable-icon-right::before {
  content: "p";
}
.datatable-icon-skip::before {
  content: "q";
}
.datatable-icon-prev::before {
  content: "r";
}

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x:0;
}
.g-0,
.gy-0 {
  --bs-gutter-y:0;
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}
.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}
.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}
.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}
.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}
.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}
.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}
.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}
.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}
.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}
.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  --bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width:576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    --bs-modal-width:1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width:575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width:576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width:768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width:992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width:1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width:1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion:reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: .25rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: .25rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: .25rem !important;
}
.pe-2 {
  padding-right: .5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity:0.25;
}
.text-opacity-50 {
  --bs-text-opacity:0.5;
}
.text-opacity-75 {
  --bs-text-opacity:0.75;
}
.text-opacity-100 {
  --bs-text-opacity:1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity:1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: .25rem !important;
  }
  .me-md-2 {
    margin-right: .5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: .25rem !important;
  }
  .m-xxl-2 {
    margin: .5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: .25rem !important;
  }
  .p-xxl-2 {
    padding: .5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* src/styles.scss */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.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: transparent;
  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;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.letterIcon {
  background-image: url("./media/letter.svg");
  background-position: center;
  background-size: 20px;
}
.action-icon.newIcon {
  background-image: url("./media/newMailIcon.svg");
  background-repeat: no-repeat;
  background-size: 53px;
  background-position: center;
}
.snapchatIcon {
  background-image: url("./media/snapchat.svg");
  border-radius: 50%;
}
.kooIcon {
  background-image: url("./media/koo.svg");
  background-position: center;
  background-size: 40px;
}
.telegramIcon {
  background-image: url("./media/telegram.svg");
  background-position: center;
  background-size: 18px;
}
.teleIconWhite {
  background-image: url("./media/telegramIconWhite.svg");
  background-position: 7px;
  background-size: 14px;
}
.fireRule {
  background-image: url("./media/fireRule.svg");
  background-position: center;
  background-size: 22px;
}
.full-width {
  width: 100%;
}
.quick-filter-label {
  font-weight: 700;
}
.mt-account .mt-header-container .mt-filter-box.my-5 {
  margin: 0 !important;
}
.img-circle {
  border-radius: 50%;
}
.tab .mt-btn {
  padding: 0.2rem 1.3rem !important;
}
.payment-tab .my-5 {
  margin: 0 !important;
}
.allocation-tab .mt-header-container .mt-filter-box.my-5 {
  margin: 0 !important;
}
.full-width {
  width: 100%;
}
.quick-filter-label {
  font-weight: 700;
}
.mt-account .mt-header-container .mt-filter-box.my-5 {
  margin: 0 !important;
}
.w-100 {
  width: 100%;
}
.signClass {
  width: 355px;
  height: 36px;
  margin-top: 4px;
}
.analytics-select {
  width: fit-content !important;
  max-width: 300px !important;
  margin-right: 2rem;
  background: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 8px;
}
.analytics-select .mat-mdc-select-panel {
  min-width: 400px !important;
  max-width: 600px !important;
  max-height: 300px !important;
  overflow-y: auto;
}
.analytics-select .mat-mdc-select-panel mat-option {
  text-transform: capitalize !important;
}
.mat-mdc-select-panel.institute-dropdown-panel {
  max-height: 300px;
  overflow-y: auto;
  min-width: 400px !important;
  max-width: 600px !important;
}
.institute-panel-footer {
  position: sticky;
  bottom: 0;
  background-color: white;
  padding: 8px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}
.institute-panel-footer .mat-input-element {
  vertical-align: none;
  text-align: start;
  border: solid 1px #afaab9;
  padding-left: 5px;
}
.chart-legend .legend-labels {
  white-space: normal !important;
  background: transparent !important;
}
.chart-legend .legend-labels .legend-label .legend-label-text {
  color: #000000 !important;
  opacity: 1 !important;
}
.moneytor-body.timeLine .mat-mdc-tooltip-trigger .ic_whatsappVideo {
  background-image: url("./media/whatsappVideoIcon.svg");
}
.moneytor-body.timeLine .mat-mdc-tooltip-trigger .ic_whatsappAudio {
  background-image: url("./media/whatsappAudioIcon.svg");
}
.moneytor-body.timeLine .mat-mdc-tooltip-trigger .ic_whatsappImage {
  background-image: url("./media/whatsappImgIcon.svg");
}
.moneytor-body.timeLine .mat-mdc-tooltip-trigger .ic_whatsappVideo,
.moneytor-body.timeLine .mat-mdc-tooltip-trigger .ic_whatsappAudio {
  background-repeat: no-repeat;
  height: 21px;
  transform: translateX(-1px);
}
.moneytor-body.timeLine .mat-mdc-tooltip-trigger .ic_whatappDocIcon {
  background-image: url("./media/whatappDocIcon.svg");
}
.moneytor-body.timeLine .mat-sidenav-container .timeline4-container .mat-mdc-card .mt-timeline-history ul li .whatappIcon {
  margin: 5px 5px 15px 5px;
}
.moneytor-body.timeLine .mat-sidenav-container .timeline4-container .mat-mdc-card .mt-timeline-history ul li .ic_whatsappVideo {
  background-image: url("./media/whatsappVideoIcon.svg");
}
.moneytor-body.timeLine .mat-sidenav-container .timeline4-container .mat-mdc-card .mt-timeline-history ul li .ic_whatsappAudio {
  background-image: url("./media/whatsappAudioIcon.svg");
}
.moneytor-body.timeLine .mat-sidenav-container .timeline4-container .mat-mdc-card .mt-timeline-history ul li .ic_whatsappImage {
  background-image: url("./media/whatsappImgIcon.svg");
}
.moneytor-body.timeLine .mat-sidenav-container .timeline4-container .mat-mdc-card .mt-timeline-history ul li .ic_whatappDocIcon {
  background-image: url("./media/whatappDocIcon.svg");
}
.moneytor-body.timeLine .timeline4-container .mt-card-data .mat-mdc-tooltip-trigger .ic_whatsappVideo {
  background-image: url("./media/whatsappVideoIcon.svg");
}
.moneytor-body.timeLine .timeline4-container .mt-card-data .mat-mdc-tooltip-trigger .ic_whatsappAudio {
  background-image: url("./media/whatsappAudioIcon.svg");
}
.moneytor-body.timeLine .timeline4-container .mt-card-data .mat-mdc-tooltip-trigger .ic_whatsappImage {
  background-image: url("./media/whatsappImgIcon.svg");
}
.moneytor-body.timeLine .timeline4-container .mt-card-data .mat-mdc-tooltip-trigger .ic_notify {
  background-image: url("./media/notifyIcon.svg");
  transform: translateX(2px);
}
.moneytor-body.timeLine .timeline4-container .mt-card-data .mat-mdc-tooltip-trigger .ic_whatsappVideo,
.moneytor-body.timeLine .timeline4-container .mt-card-data .mat-mdc-tooltip-trigger .ic_whatsappAudio {
  background-repeat: no-repeat;
  height: 21px;
  transform: translateX(-1px);
}
.moneytor-body.timeLine .timeline4-container .mat-mdc-card .ic_notify {
  background-image: url("./media/notifyIconDark.svg");
}
.moneytor-body .mat-sidenav-content .mt-content-wrapper .mt-filter-box .mat-button .ic_notify {
  background-image: url("./media/notifyIcon.svg");
}
::ng-deep .offer-chart .x-axis-label {
  font-size: 10px !important;
  color: pink !important;
  font-weight: bold !important;
}
::ng-deep .offer-chart .y-axis-label {
  font-size: 10px !important;
  color: pink !important;
  font-weight: bold !important;
}
.lbl-slicepay,
.nav-slicepay a:hover {
  color: #f5a623;
}
.lbl-smartcoin,
.nav-smartcoin a:hover {
  color: #f5a623;
}
.lbl-payU,
.nav-payU a:hover,
.nav-flexiloan a:hover {
  color: #2b5582;
}
.lbl-avail,
.nav-avail a:hover {
  color: #6ace95;
}
.lbl-Capzest,
.nav-Capzest a:hover {
  color: #00b7b6;
}
.lbl-indifi,
.nav-indifi a:hover {
  color: #6ace95;
}
.lbl-neoGrowth,
.nav-neoGrowth a:hover {
  color: #89ba2b;
}
.lbl-flexiloan {
  color: #2b5582;
}
.lbl-zestMoney,
.nav-zestMoney a:hover {
  color: #4aad4e;
}
.lbl-zestMoney,
.nav-zestMoney a:hover {
  color: #4aad4e;
}
.lbl-zestMoney,
.nav-zestMoney a:hover {
  color: #4aad4e;
}
.lbl-rupeeLend,
.nav-rupeeLend a:hover {
  color: #ff8d00;
}
.lbl-lazypay,
.nav-lazypay a:hover {
  color: #ed3561;
}
.lbl-mercedes,
.nav-mercedes a:hover {
  color: #ed3561;
}
.lbl-earlysalary,
.nav-earlysalary a:hover {
  color: #1aa5b2;
}
.lbl-muthoot,
.nav-muthoot a:hover {
  color: #d13f46;
}
.lbl-flexsalary,
.nav-flexsalary a:hover {
  color: #c21524;
}
.lbl-upwards,
.nav-upwards a:hover {
  color: #06c125;
}
.lbl-happyloans,
.nav-happyloans a:hover {
  color: #49d8d1;
}
.lbl-krazybee,
.nav-krazybee a:hover {
  color: #212121;
}
.lbl-simpl,
.nav-simpl a:hover {
  color: #00d1c1;
}
.lbl-volkswagen,
.nav-volkswagen a:hover {
  color: #ed3561;
}
.lbl-faircent,
.nav-faircent a:hover {
  color: #b62025;
}
.lbl-hdfc,
.nav-hdfc a:hover {
  color: #005593;
}
.lbl-gaincredit,
.nav-gaincredit a:hover {
  color: #00a9d1;
}
.lbl-creditone,
.nav-creditone a:hover {
  color: #ed3561;
}
.lbl-loantap,
.nav-loantap a:hover {
  color: #337ab7;
}
.lbl-iifl,
.nav-iifl a:hover {
  color: #155b98;
}
.lbl-arthfc,
.nav-arthfc a:hover {
  color: #920f10;
}
.lbl-olafleet,
.nav-olafleet a:hover {
  color: #cce500;
}
.lbl-creditwise,
.nav-creditwise a:hover {
  color: #128020;
}
.lbl-rupeego,
.nav-rupeego a:hover {
  color: #26a1d9;
}
.lbl-olamoney,
.nav-olamoney a:hover {
  color: #cce500;
}
.lbl-bajaj,
.nav-bajaj a:hover {
  color: #042041;
}
.lbl-instamojo,
.nav-instamojo a:hover {
  color: #4e4e91;
}
.lbl-stilt,
.nav-stilt a:hover {
  color: #577fff;
}
.lbl-snapmint,
.nav-snapmint a:hover {
  color: #1da1f2;
}
.lbl-bajajfin,
.nav-bajajfin a:hover {
  color: #000000;
}
.lbl-instamojo,
.nav-instamojo a:hover {
  color: #4e4e91;
}
.lbl-stilt,
.nav-stilt a:hover {
  color: #577fff;
}
.lbl-snapmint,
.nav-snapmint a:hover {
  color: #1da1f2;
}
.lbl-bajajfin,
.nav-bajajfin a:hover {
  color: #000000;
}
.lbl-edelweiss,
.nav-edelweiss a:hover {
  color: #034da2;
}
.lbl-smas,
.nav-smas a:hover {
  color: #1d95d4;
}
.lbl-transwarranty,
.nav-transwarranty a:hover {
  color: #9876c2;
}
.lbl-toyota,
.nav-toyota a:hover {
  color: #ed1e32;
}
.lbl-kotak,
.nav-kotak a:hover {
  color: #003366;
}
.lbl-ltfs,
.nav-ltfs a:hover {
  color: #ffc907;
}
.lbl-kinara,
.nav-kinara a:hover {
  color: #c9202f;
}
.lbl-cashplus,
.nav-cashplus a:hover {
  color: #75c383;
}
.lbl-lendkaro,
.nav-lendkaro a:hover {
  color: #ff7d27;
}
.lbl-midlandmicrofin,
.nav-midlandmicrofin a:hover {
  color: #85baff;
}
.lbl-indus,
.nav-indus a:hover {
  color: #dc3545;
}
.btn-lendbox {
  background: #1d95d4;
}
.lbl-lendbox,
.nav-lendbox a:hover {
  color: #1d95d4;
}
.btn-stucred {
  background: #0207a5;
}
.lbl-stucred,
.nav-stucred a:hover {
  color: #0207a5;
}
.btn-mintifi {
  background: #00bfa5;
}
.lbl-mintifi,
.nav-mintifi a:hover {
  color: #00bfa5;
}
.btn-ashv {
  background: #dc3545;
}
.lbl-ashv,
.nav-ashv a:hover {
  color: #dc3545;
}
.btn-truecredits {
  background: #f16748;
}
.lbl-truecredits,
.nav-truecredits a:hover {
  color: #f16748;
}
.btn-upmoney {
  background: #ffc000;
}
.lbl-upmoney,
.nav-upmoney a:hover {
  color: #ffc000;
}
.btn-rupeetimes {
  background: #0000c4;
}
.lbl-rupeetimes,
.nav-rupeetimes a:hover {
  color: #0000c4;
}
.btn-idfcfirst {
  background: #9d1d27;
}
.lbl-idfcfirst,
.nav-idfcfirst a:hover {
  color: #9d1d27;
}
.btn-herofincorp {
  background: #158036;
}
.lbl-herofincorp,
.nav-herofincorp a:hover {
  color: #158036;
}
.btn-wheelsemi {
  background: #d12229;
}
.lbl-wheelsemi,
.nav-wheelsemi a:hover {
  color: #d12229;
}
.btn-prestloans {
  background: #800080;
}
.lbl-prestloans,
.nav-prestloans a:hover {
  color: #800080;
}
.btn-areion {
  background: #9b212f;
}
.lbl-areion,
.nav-areion a:hover {
  color: #9b212f;
}
.btn-mobikwik-enes {
  background: #0073cf;
}
.lbl-mobikwik-enes,
.nav-mobikwik-enes a:hover {
  color: #0073cf;
}
.btn-portfolio-zestmoney {
  background: #4aad4e;
}
.lbl-portfolio-zestmoney,
.nav-portfolio-zestmoney a:hover {
  color: #4aad4e;
}
.btn-robocash-delcapital {
  background: #4aad4e;
}
.lbl-robocash-delcapital,
.nav-robocash-delcapital a:hover {
  color: #4aad4e;
}
.btn-mobikwik-dmi {
  background: #0073cf;
}
.lbl-mobikwik-dmi,
.nav-mobikwik-dmi a:hover {
  color: #0073cf;
}
.btn-zest-money {
  background: #0073cf;
}
.lbl-zest-money,
.nav-zest-money a:hover {
  color: #0073cf;
}
.btn-mobikwik-delcapital {
  background: #0073cf;
}
.lbl-mobikwik-delcapital,
.nav-mobikwik-enes a:hover {
  color: #0073cf;
}
.btn-moneytor-care {
  background: #0073cf;
}
.lbl-moneytor-care,
.nav-moneytor-care a:hover {
  color: #0073cf;
}
.lbl-navi2-delcapital-p12,
.nav-navi2-delcapital-p12 a:hover {
  color: #0073cf;
}
.lbl-kartik-associates,
.nav-kartik-associates a:hover {
  color: #0073cf;
}
.btn-kartik-associates {
  background: #0073cf;
}
.timeLine .mat-dialog-container {
  background: #f5f3f7 !important;
  border-radius: 5px;
  max-width: 767px;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  padding: 0.63rem 1rem !important;
}
.tab {
  background-color: yellow;
}
.tab .btnstyle {
  min-width: 16.5%;
  padding: 0px !important;
  background-color: red !important;
}
.moneytor-body.timeLine mat-card .mat-mdc-card-content .questionForm .mt-card-data {
  display: block;
}
.moneytor-body.timeLine mat-card .mat-mdc-card-content .questionForm .mt-card-data p {
  margin-bottom: 5px;
}
.moneytor-body.timeLine mat-card .mat-mdc-card-content .questionForm .mt-card-data p.ans {
  font-weight: bold;
  color: #000;
}
.moneytor-body.timeLine mat-card .mat-mdc-card-content .questionForm .mt-card-data p.ans::before {
  content: "Ans:-";
}
.timeLineAddress {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.timeLineAddress summary {
  display: flex;
  border-radius: 4px;
  padding: 5px;
  background: #f7f5f9;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.timeLineAddress summary::after {
  line-height: 1;
  content: "";
  height: 10px;
  width: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  right: 13px;
  top: -3px;
  bottom: 0;
  margin: auto 0;
}
.timeLineAddress .permanentAddress {
  margin-left: 25px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
}
.timeLineAddress[open] summary:after {
  transform: rotate(-135deg);
  top: 6px;
}
.flex-row-wrap {
  display: flex;
  flex-direction: row wrap;
}
.communicationEditForm {
  display: contents;
  min-inline-size: -webkit-fill-available;
}
.otherDuesScroll {
  overflow-y: scroll;
  margin: 0px !important;
  padding: 0px !important;
}
.otherDuesScroll .mt-border-bottom {
  margin: 0px;
}
.timelineDetails {
  padding: 10px 0px;
  font-size: 15px;
}
.timeLineAddress .timelinesummary {
  padding: 10px;
}
.timeLineAddress .expansionbody .mat-expansion-panel-body {
  padding: 0px;
}
.timeLineAddress .mat-expansion-panel-body {
  padding: 0px;
}
.blink-text {
  font-weight: bolder !important;
  font-size: 15px !important;
  color: blue !important;
}
.blink-soft {
  animation: blinker 1.4s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
.cdk-overlay-container .treeMenu .mat-mdc-menu-content {
  min-width: 323px;
  padding: 0;
}
.cdk-overlay-container .treeMenu .mat-mdc-menu-content .mat-tree-node {
  position: relative;
  padding-left: 40px;
  min-height: 40px;
  cursor: pointer;
}
.cdk-overlay-container .treeMenu .mat-mdc-menu-content .mat-tree-node[aria-level="1"] {
  padding: 5px 10px !important;
}
.cdk-overlay-container .treeMenu .mat-mdc-menu-content .mat-tree-node .mat-icon-button {
  position: absolute;
  right: 10px;
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    transform,
    opacity,
    height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.gridborder {
  border: 1px solid #c5bcbc;
}
.generatePaymentScroll .mt-table-body {
  overflow: scroll !important;
}
@font-face {
  font-family: "Avenir-LT-Std-Book";
  src: url("./media/AvenirLTStd-Book.eot");
  src:
    url("./media/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"),
    url("./media/AvenirLTStd-Book.woff2") format("woff2"),
    url("./media/AvenirLTStd-Book.woff") format("woff"),
    url("./media/AvenirLTStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-LT-Std-Light";
  src: url("./media/AvenirLTStd-Light.eot");
  src:
    url("./media/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"),
    url("./media/AvenirLTStd-Light.woff2") format("woff2"),
    url("./media/AvenirLTStd-Light.woff") format("woff"),
    url("./media/AvenirLTStd-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-LT-Std-Roman";
  src: url("./media/AvenirLTStd-Roman.eot");
  src:
    url("./media/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),
    url("./media/AvenirLTStd-Roman.woff2") format("woff2"),
    url("./media/AvenirLTStd-Roman.woff") format("woff"),
    url("./media/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont.eot");
  src:
    url("./media/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/fontawesome-webfont.woff2") format("woff2"),
    url("./media/fontawesome-webfont.woff") format("woff"),
    url("./media/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "moneytor";
  src: url("./media/moneytor.eot");
  src:
    url("./media/moneytor.eot#iefix") format("embedded-opentype"),
    url("./media/moneytor.ttf") format("truetype"),
    url("./media/moneytor.woff") format("woff"),
    url("./media/moneytor.svg#moneytor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: AvenirBlack;
  src: url("./media/AvenirBlack.ttf") format("truetype");
}
@font-face {
  font-family: AvenirStd55Roman;
  src: url("./media/AvenirLTStd55Roman.ttf") format("truetype");
}
@font-face {
  font-family: AvenirStd95Black;
  src: url("./media/AvenirLTStd95Black.ttf") format("truetype");
}
@font-face {
  font-family: AvenirLight;
  src: url("./media/AvenirLight.ttf") format("truetype");
}
@font-face {
  font-family: AvenirBlackOblique;
  src: url("./media/Avenir-BlackOblique.ttf") format("truetype");
}
@font-face {
  font-family: AvenirMedium;
  src: url("./media/AvenirMedium.ttf") format("truetype");
}
@font-face {
  font-family: AvenirHeavy;
  src: url("./media/AvenirHeavy.ttf") format("truetype");
}
@font-face {
  font-family: GilroyRegular;
  src: url("./media/GilroyRegular.ttf") format("truetype");
}
@font-face {
  font-family: GilroyLight;
  src: url("./media/GilroyLight.ttf") format("truetype");
}
@font-face {
  font-family: GilroyBold;
  src: url("./media/GilroyBold.ttf") format("truetype");
}
@font-face {
  font-family: GilroySemiBold;
  src: url("./media/GilroySemiBold.ttf") format("truetype");
}
@font-face {
  font-family: GilroyMedium;
  src: url("./media/GilroyMedium.ttf") format("truetype");
}
@font-face {
  font-family: GilroyUltraLight;
  src: url("./media/GilroyUltraLight.ttf") format("truetype");
}
@font-face {
  font-family: GilroyExtraBold;
  src: url("./media/GilroyExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: GilroyBlack;
  src: url("./media/GilroyBlack.ttf") format("truetype");
}
@font-face {
  font-family: GilroyHeavy;
  src: url("./media/GilroyHeavy.ttf") format("truetype");
}
@font-face {
  font-family: GilroyMediumItalic;
  src: url("./media/GilroyMediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "HellixLight";
  src:
    local("Hellix Light"),
    local("Hellix-Light"),
    url("./media/Hellix-Light.woff") format("woff2"),
    url("./media/Hellix-Light.woff") format("woff"),
    url("./media/Hellix-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HellixRegular";
  src:
    local("Hellix Regular"),
    local("Hellix-Regular"),
    url("./media/Hellix-Regular.woff2") format("woff2"),
    url("./media/Hellix-Regular.woff") format("woff"),
    url("./media/Hellix-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HellixMedium";
  src:
    local("Hellix Medium"),
    local("Hellix-Medium"),
    url("./media/Hellix-Medium.woff2") format("woff2"),
    url("./media/Hellix-Medium.woff") format("woff"),
    url("./media/Hellix-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HellixSemiBold";
  src:
    local("Hellix SemiBold"),
    local("Hellix-SemiBold"),
    url("./media/Hellix-SemiBold.woff2") format("woff2"),
    url("./media/Hellix-SemiBold.woff") format("woff"),
    url("./media/Hellix-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HellixBold";
  src:
    local("Hellix Bold"),
    local("Hellix-Bold"),
    url("./media/Hellix-Bold.woff2") format("woff2"),
    url("./media/Hellix-Bold.woff") format("woff"),
    url("./media/Hellix-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.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: transparent;
  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;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-app-background-color: #fcf8fd;
  --mat-app-text-color: #1b1b1f;
  --mat-app-elevation-shadow-level-0:
    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);
  --mat-app-elevation-shadow-level-1:
    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);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    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);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    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);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    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);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    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);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: rgba(27, 27, 31, 0.1);
  --mat-option-selected-state-label-text-color: #181a2c;
  --mat-option-label-text-color: #1b1b1f;
  --mat-option-hover-state-layer-color: rgba(27, 27, 31, 0.08);
  --mat-option-focus-state-layer-color: rgba(27, 27, 31, 0.12);
  --mat-option-selected-state-layer-color: #e0e0f9;
  --mat-optgroup-label-text-color: #46464f;
  --mat-full-pseudo-checkbox-selected-icon-color: #4050ce;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #46464f;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fcf8fd;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(27, 27, 31, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(27, 27, 31, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #4050ce;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(27, 27, 31, 0.38);
}
html .moneytor-body {
}
html .moneytor-body [class^=ic_],
html .moneytor-body [class*=" ic_"] {
  font-family: "moneytor" !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
html .moneytor-body .ic_small {
  font-size: 15px;
  height: 15px;
  width: 15px;
}
html .moneytor-body .ic_e_small {
  font-size: 13px;
  height: 13px;
  width: 13px;
}
html .moneytor-body .ic_med {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
html .moneytor-body .ic_accessibility:before {
  content: "\e900";
}
html .moneytor-body .ic_account-allocation-history:before {
  content: "\e901";
}
html .moneytor-body .ic_account-overview:before {
  content: "\e902";
}
html .moneytor-body .ic_action:before {
  content: "\e903";
}
html .moneytor-body .ic_actions:before {
  content: "\e904";
}
html .moneytor-body .ic_address-book:before {
  content: "\e905";
}
html .moneytor-body .ic_aid-kit:before {
  content: "\e906";
}
html .moneytor-body .ic_airplane:before {
  content: "\e907";
}
html .moneytor-body .ic_alarm:before {
  content: "\e908";
}
html .moneytor-body .ic_amazon:before {
  content: "\e909";
}
html .moneytor-body .ic_android:before {
  content: "\e90a";
}
html .moneytor-body .ic_angry:before {
  content: "\e90b";
}
html .moneytor-body .ic_angry2:before {
  content: "\e90c";
}
html .moneytor-body .ic_appleinc:before {
  content: "\e90d";
}
html .moneytor-body .ic_arrow-down-left:before {
  content: "\e90e";
}
html .moneytor-body .ic_arrow-down-right:before {
  content: "\e90f";
}
html .moneytor-body .ic_arrow-down:before {
  content: "\e910";
}
html .moneytor-body .ic_arrow-left:before {
  content: "\e911";
}
html .moneytor-body .ic_arrow-right:before {
  content: "\e912";
}
html .moneytor-body .ic_arrow-up-left:before {
  content: "\e913";
}
html .moneytor-body .ic_arrow-up-right:before {
  content: "\e914";
}
html .moneytor-body .ic_arrow-up:before {
  content: "\e915";
}
html .moneytor-body .ic_attachment:before {
  content: "\e916";
}
html .moneytor-body .ic_backward-outline:before {
  content: "\e917";
}
html .moneytor-body .ic_backward:before {
  content: "\e918";
}
html .moneytor-body .ic_baffled-outline:before {
  content: "\e919";
}
html .moneytor-body .ic_baffled:before {
  content: "\e91a";
}
html .moneytor-body .ic_barcode:before {
  content: "\e91b";
}
html .moneytor-body .ic_behance:before {
  content: "\e91c";
}
html .moneytor-body .ic_bell:before {
  content: "\e91d";
}
html .moneytor-body .ic_bin-outline:before {
  content: "\e91e";
}
html .moneytor-body .ic_bin:before {
  content: "\e91f";
}
html .moneytor-body .ic_binoculars:before {
  content: "\e920";
}
html .moneytor-body .ic_blocked:before {
  content: "\e921";
}
html .moneytor-body .ic_blog:before {
  content: "\e922";
}
html .moneytor-body .ic_blogger:before {
  content: "\e923";
}
html .moneytor-body .ic_blogger2:before {
  content: "\e924";
}
html .moneytor-body .ic_bold:before {
  content: "\e925";
}
html .moneytor-body .ic_book:before {
  content: "\e926";
}
html .moneytor-body .ic_bookmark:before {
  content: "\e927";
}
html .moneytor-body .ic_bookmarks:before {
  content: "\e928";
}
html .moneytor-body .ic_books:before {
  content: "\e929";
}
html .moneytor-body .ic_box-add:before {
  content: "\e92a";
}
html .moneytor-body .ic_box-remove:before {
  content: "\e92b";
}
html .moneytor-body .ic_briefcase-bold:before {
  content: "\e92c";
}
html .moneytor-body .ic_briefcase:before {
  content: "\e92d";
}
html .moneytor-body .ic_brightness-contrast:before {
  content: "\e92e";
}
html .moneytor-body .ic_bubble-outline:before {
  content: "\e92f";
}
html .moneytor-body .ic_bubble:before {
  content: "\e930";
}
html .moneytor-body .ic_bubbles-outline:before {
  content: "\e931";
}
html .moneytor-body .ic_bubbles:before {
  content: "\e932";
}
html .moneytor-body .ic_bubbles3:before {
  content: "\e933";
}
html .moneytor-body .ic_bubbles4:before {
  content: "\e934";
}
html .moneytor-body .ic_bug:before {
  content: "\e935";
}
html .moneytor-body .ic_bullhorn:before {
  content: "\e936";
}
html .moneytor-body .ic_burger:before {
  content: "\e937";
}
html .moneytor-body .ic_calculator:before {
  content: "\e938";
}
html .moneytor-body .ic_calendar:before {
  content: "\e939";
}
html .moneytor-body .ic_call-end:before {
  content: "\e93a";
}
html .moneytor-body .ic_call-log:before {
  content: "\e93b";
}
html .moneytor-body .ic_call-ongoing:before {
  content: "\e93c";
}
html .moneytor-body .ic_call-paused:before {
  content: "\e93d";
}
html .moneytor-body .ic_call-start:before {
  content: "\e93e";
}
html .moneytor-body .ic_callback:before {
  content: "\e93f";
}
html .moneytor-body .ic_camera:before {
  content: "\e940";
}
html .moneytor-body .ic_cancel-circle:before {
  content: "\e941";
}
html .moneytor-body .ic_cart:before {
  content: "\e942";
}
html .moneytor-body .ic_check-outline:before {
  content: "\e943";
}
html .moneytor-body .ic_check:before {
  content: "\e944";
}
html .moneytor-body .ic_checkbox-checked:before {
  content: "\e945";
}
html .moneytor-body .ic_checkbox-unchecked:before {
  content: "\e946";
}
html .moneytor-body .ic_chrome:before {
  content: "\e947";
}
html .moneytor-body .ic_circle-down:before {
  content: "\e948";
}
html .moneytor-body .ic_circle-left:before {
  content: "\e949";
}
html .moneytor-body .ic_circle-right:before {
  content: "\e94a";
}
html .moneytor-body .ic_circle-up:before {
  content: "\e94b";
}
html .moneytor-body .ic_clear-formatting:before {
  content: "\e94c";
}
html .moneytor-body .ic_clipboard:before {
  content: "\e94d";
}
html .moneytor-body .ic_clock:before {
  content: "\e94e";
}
html .moneytor-body .ic_cloud-check:before {
  content: "\e94f";
}
html .moneytor-body .ic_cloud-download:before {
  content: "\e950";
}
html .moneytor-body .ic_cloud-upload:before {
  content: "\e951";
}
html .moneytor-body .ic_cloud:before {
  content: "\e952";
}
html .moneytor-body .ic_clubs:before {
  content: "\e953";
}
html .moneytor-body .ic_cog:before {
  content: "\e954";
}
html .moneytor-body .ic_cogs:before {
  content: "\e955";
}
html .moneytor-body .ic_coin-dollar:before {
  content: "\e956";
}
html .moneytor-body .ic_coin-euro:before {
  content: "\e957";
}
html .moneytor-body .ic_coin-pound:before {
  content: "\e958";
}
html .moneytor-body .ic_collections:before {
  content: "\e959";
}
html .moneytor-body .ic_command:before {
  content: "\e95a";
}
html .moneytor-body .ic_compass:before {
  content: "\e95b";
}
html .moneytor-body .ic_compass2:before {
  content: "\e95c";
}
html .moneytor-body .ic_confused:before {
  content: "\e95d";
}
html .moneytor-body .ic_confused2:before {
  content: "\e95e";
}
html .moneytor-body .ic_connection:before {
  content: "\e95f";
}
html .moneytor-body .ic_contrast:before {
  content: "\e960";
}
html .moneytor-body .ic_cool-bold:before {
  content: "\e961";
}
html .moneytor-body .ic_cool:before {
  content: "\e962";
}
html .moneytor-body .ic_copy:before {
  content: "\e963";
}
html .moneytor-body .ic_credit-card:before {
  content: "\e964";
}
html .moneytor-body .ic_crop:before {
  content: "\e965";
}
html .moneytor-body .ic_cross-o:before {
  content: "\e966";
}
html .moneytor-body .ic_cross:before {
  content: "\e967";
}
html .moneytor-body .ic_crying-bold:before {
  content: "\e968";
}
html .moneytor-body .ic_crying:before {
  content: "\e969";
}
html .moneytor-body .ic_css3:before {
  content: "\e96a";
}
html .moneytor-body .ic_ctrl:before {
  content: "\e96b";
}
html .moneytor-body .ic_dashbaord-analytics:before {
  content: "\e96c";
}
html .moneytor-body .ic_dashbaord-wrong-list:before {
  content: "\e96d";
}
html .moneytor-body .ic_database:before {
  content: "\e96e";
}
html .moneytor-body .ic_delete:before {
  content: "\e96f";
}
html .moneytor-body .ic_delicious:before {
  content: "\e970";
}
html .moneytor-body .ic_deviantart:before {
  content: "\e971";
}
html .moneytor-body .ic_diamonds:before {
  content: "\e972";
}
html .moneytor-body .ic_dice:before {
  content: "\e973";
}
html .moneytor-body .ic_display:before {
  content: "\e974";
}
html .moneytor-body .ic_dot:before {
  content: "\e975";
}
html .moneytor-body .ic_download:before {
  content: "\e976";
}
html .moneytor-body .ic_download1:before {
  content: "\e977";
}
html .moneytor-body .ic_download2:before {
  content: "\e978";
}
html .moneytor-body .ic_download3:before {
  content: "\e979";
}
html .moneytor-body .ic_drawer:before {
  content: "\e97a";
}
html .moneytor-body .ic_drawer2:before {
  content: "\e97b";
}
html .moneytor-body .ic_dribbble:before {
  content: "\e97c";
}
html .moneytor-body .ic_drive:before {
  content: "\e97d";
}
html .moneytor-body .ic_dropbox:before {
  content: "\e97e";
}
html .moneytor-body .ic_droplet:before {
  content: "\e97f";
}
html .moneytor-body .ic_earth:before {
  content: "\e980";
}
html .moneytor-body .ic_edge:before {
  content: "\e981";
}
html .moneytor-body .ic_eject:before {
  content: "\e982";
}
html .moneytor-body .ic_ello:before {
  content: "\e983";
}
html .moneytor-body .ic_email:before {
  content: "\e984";
}
html .moneytor-body .ic_embed:before {
  content: "\e985";
}
html .moneytor-body .ic_embed2:before {
  content: "\e986";
}
html .moneytor-body .ic_enlarge:before {
  content: "\e987";
}
html .moneytor-body .ic_enlarge2:before {
  content: "\e988";
}
html .moneytor-body .ic_enter:before {
  content: "\e989";
}
html .moneytor-body .ic_envelop:before {
  content: "\e98a";
}
html .moneytor-body .ic_equalizer-vert:before {
  content: "\e98b";
}
html .moneytor-body .ic_equalizer:before {
  content: "\e98c";
}
html .moneytor-body .ic_escalations:before {
  content: "\e98d";
}
html .moneytor-body .ic_evil:before {
  content: "\e98e";
}
html .moneytor-body .ic_evil2:before {
  content: "\e98f";
}
html .moneytor-body .ic_exit:before {
  content: "\e990";
}
html .moneytor-body .ic_expired-account:before {
  content: "\e991";
}
html .moneytor-body .ic_eye-blocked:before {
  content: "\e992";
}
html .moneytor-body .ic_eye-minus:before {
  content: "\e993";
}
html .moneytor-body .ic_eye-plus:before {
  content: "\e994";
}
html .moneytor-body .ic_eye:before {
  content: "\e995";
}
html .moneytor-body .ic_eyedropper:before {
  content: "\e996";
}
html .moneytor-body .ic_facebook:before {
  content: "\e997";
}
html .moneytor-body .ic_facebook2:before {
  content: "\e998";
}
html .moneytor-body .ic_fb:before {
  content: "\e999";
}
html .moneytor-body .ic_feed:before {
  content: "\e99a";
}
html .moneytor-body .ic_field-visit-report:before {
  content: "\e99b";
}
html .moneytor-body .ic_file-empty:before {
  content: "\e99c";
}
html .moneytor-body .ic_file-excel:before {
  content: "\e99d";
}
html .moneytor-body .ic_file-music:before {
  content: "\e99e";
}
html .moneytor-body .ic_file-openoffice:before {
  content: "\e99f";
}
html .moneytor-body .ic_file-pdf:before {
  content: "\e9a0";
}
html .moneytor-body .ic_file-picture:before {
  content: "\e9a1";
}
html .moneytor-body .ic_file-play:before {
  content: "\e9a2";
}
html .moneytor-body .ic_file-text:before {
  content: "\e9a3";
}
html .moneytor-body .ic_file-text2:before {
  content: "\e9a4";
}
html .moneytor-body .ic_file-video:before {
  content: "\e9a5";
}
html .moneytor-body .ic_file-word:before {
  content: "\e9a6";
}
html .moneytor-body .ic_file-zip:before {
  content: "\e9a7";
}
html .moneytor-body .ic_files-empty:before {
  content: "\e9a8";
}
html .moneytor-body .ic_film:before {
  content: "\e9a9";
}
html .moneytor-body .ic_filter:before {
  content: "\e9aa";
}
html .moneytor-body .ic_filters:before {
  content: "\e9ab";
}
html .moneytor-body .ic_finder:before {
  content: "\e9ac";
}
html .moneytor-body .ic_fire:before {
  content: "\e9ad";
}
html .moneytor-body .ic_firefox:before {
  content: "\e9ae";
}
html .moneytor-body .ic_first:before {
  content: "\e9af";
}
html .moneytor-body .ic_flag:before {
  content: "\e9b0";
}
html .moneytor-body .ic_flattr:before {
  content: "\e9b1";
}
html .moneytor-body .ic_flickr:before {
  content: "\e9b2";
}
html .moneytor-body .ic_flickr2:before {
  content: "\e9b3";
}
html .moneytor-body .ic_floppy-disk:before {
  content: "\e9b4";
}
html .moneytor-body .ic_folder-download:before {
  content: "\e9b5";
}
html .moneytor-body .ic_folder-minus:before {
  content: "\e9b6";
}
html .moneytor-body .ic_folder-open:before {
  content: "\e9b7";
}
html .moneytor-body .ic_folder-plus:before {
  content: "\e9b8";
}
html .moneytor-body .ic_folder-upload:before {
  content: "\e9b9";
}
html .moneytor-body .ic_folder:before {
  content: "\e9ba";
}
html .moneytor-body .ic_font-size:before {
  content: "\e9bb";
}
html .moneytor-body .ic_font:before {
  content: "\e9bc";
}
html .moneytor-body .ic_forward-outline:before {
  content: "\e9bd";
}
html .moneytor-body .ic_forward:before {
  content: "\e9be";
}
html .moneytor-body .ic_forward3:before {
  content: "\e9bf";
}
html .moneytor-body .ic_foursquare:before {
  content: "\e9c0";
}
html .moneytor-body .ic_frustrated:before {
  content: "\e9c1";
}
html .moneytor-body .ic_frustrated2:before {
  content: "\e9c2";
}
html .moneytor-body .ic_gift:before {
  content: "\e9c3";
}
html .moneytor-body .ic_git:before {
  content: "\e9c4";
}
html .moneytor-body .ic_github:before {
  content: "\e9c5";
}
html .moneytor-body .ic_glass:before {
  content: "\e9c6";
}
html .moneytor-body .ic_glass2:before {
  content: "\e9c7";
}
html .moneytor-body .ic_go-to:before {
  content: "\e9c8";
}
html .moneytor-body .ic_google-drive:before {
  content: "\e9c9";
}
html .moneytor-body .ic_google-plus:before {
  content: "\e9ca";
}
html .moneytor-body .ic_google-plus3:before {
  content: "\e9cb";
}
html .moneytor-body .ic_google:before {
  content: "\e9cc";
}
html .moneytor-body .ic_google2:before {
  content: "\e9cd";
}
html .moneytor-body .ic_google3:before {
  content: "\e9ce";
}
html .moneytor-body .ic_grin:before {
  content: "\e9cf";
}
html .moneytor-body .ic_grin2:before {
  content: "\e9d0";
}
html .moneytor-body .ic_grow-up:before {
  content: "\e9d1";
}
html .moneytor-body .ic_hackernews:before {
  content: "\e9d2";
}
html .moneytor-body .ic_hammer:before {
  content: "\e9d3";
}
html .moneytor-body .ic_hammer2:before {
  content: "\e9d4";
}
html .moneytor-body .ic_hangouts:before {
  content: "\e9d5";
}
html .moneytor-body .ic_happy:before {
  content: "\e9d6";
}
html .moneytor-body .ic_happy2:before {
  content: "\e9d7";
}
html .moneytor-body .ic_headphones:before {
  content: "\e9d8";
}
html .moneytor-body .ic_heart-broken:before {
  content: "\e9d9";
}
html .moneytor-body .ic_heart:before {
  content: "\e9da";
}
html .moneytor-body .ic_high-value:before {
  content: "\e9db";
}
html .moneytor-body .ic_hipster:before {
  content: "\e9dc";
}
html .moneytor-body .ic_hipster2:before {
  content: "\e9dd";
}
html .moneytor-body .ic_history:before {
  content: "\e9de";
}
html .moneytor-body .ic_home-solid:before {
  content: "\e9df";
}
html .moneytor-body .ic_home:before {
  content: "\e9e0";
}
html .moneytor-body .ic_home2:before {
  content: "\e9e1";
}
html .moneytor-body .ic_home3:before {
  content: "\e9e2";
}
html .moneytor-body .ic_hour-glass:before {
  content: "\e9e3";
}
html .moneytor-body .ic_html-five:before {
  content: "\e9e4";
}
html .moneytor-body .ic_html-five2:before {
  content: "\e9e5";
}
html .moneytor-body .ic_IE:before {
  content: "\e9e6";
}
html .moneytor-body .ic_image:before {
  content: "\e9e7";
}
html .moneytor-body .ic_images:before {
  content: "\e9e8";
}
html .moneytor-body .ic_indent-decrease:before {
  content: "\e9e9";
}
html .moneytor-body .ic_indent-increase:before {
  content: "\e9ea";
}
html .moneytor-body .ic_infinite:before {
  content: "\e9eb";
}
html .moneytor-body .ic_info:before {
  content: "\e9ec";
}
html .moneytor-body .ic_insert-template:before {
  content: "\e9ed";
}
html .moneytor-body .ic_instagram:before {
  content: "\e9ee";
}
html .moneytor-body .ic_instagram2:before {
  content: "\e9ef";
}
html .moneytor-body .ic_instructions:before {
  content: "\e9f0";
}
html .moneytor-body .ic_intensity:before {
  content: "\e9f1";
}
html .moneytor-body .ic_italic:before {
  content: "\e9f2";
}
html .moneytor-body .ic_ivr:before {
  content: "\e9f3";
}
html .moneytor-body .ic_joomla:before {
  content: "\e9f4";
}
html .moneytor-body .ic_key:before {
  content: "\e9f5";
}
html .moneytor-body .ic_key2:before {
  content: "\e9f6";
}
html .moneytor-body .ic_keyboard:before {
  content: "\e9f7";
}
html .moneytor-body .ic_lab:before {
  content: "\e9f8";
}
html .moneytor-body .ic_lamp:before {
  content: "\e9f9";
}
html .moneytor-body .ic_lanyrd:before {
  content: "\e9fa";
}
html .moneytor-body .ic_laptop:before {
  content: "\e9fb";
}
html .moneytor-body .ic_last:before {
  content: "\e9fc";
}
html .moneytor-body .ic_lastfm:before {
  content: "\e9fd";
}
html .moneytor-body .ic_lastfm2:before {
  content: "\e9fe";
}
html .moneytor-body .ic_leaf:before {
  content: "\e9ff";
}
html .moneytor-body .ic_legal:before {
  content: "\ea00";
}
html .moneytor-body .ic_library:before {
  content: "\ea01";
}
html .moneytor-body .ic_libreoffice:before {
  content: "\ea02";
}
html .moneytor-body .ic_lifebuoy:before {
  content: "\ea03";
}
html .moneytor-body .ic_ligature:before {
  content: "\ea04";
}
html .moneytor-body .ic_ligature2:before {
  content: "\ea05";
}
html .moneytor-body .ic_link:before {
  content: "\ea06";
}
html .moneytor-body .ic_linkedin-2:before {
  content: "\ea07";
}
html .moneytor-body .ic_linkedin:before {
  content: "\ea08";
}
html .moneytor-body .ic_linkedin2:before {
  content: "\ea09";
}
html .moneytor-body .ic_list-numbered:before {
  content: "\ea0a";
}
html .moneytor-body .ic_list:before {
  content: "\ea0b";
}
html .moneytor-body .ic_list2:before {
  content: "\ea0c";
}
html .moneytor-body .ic_location:before {
  content: "\ea0d";
}
html .moneytor-body .ic_location2:before {
  content: "\ea0e";
}
html .moneytor-body .ic_lock:before {
  content: "\ea0f";
}
html .moneytor-body .ic_logo-old:before {
  content: "\ea10";
}
html .moneytor-body .ic_logo:before {
  content: "\ea11";
}
html .moneytor-body .ic_loop:before {
  content: "\ea12";
}
html .moneytor-body .ic_loop2:before {
  content: "\ea13";
}
html .moneytor-body .ic_low-value:before {
  content: "\ea14";
}
html .moneytor-body .ic_ltr:before {
  content: "\ea15";
}
html .moneytor-body .ic_magic-wand:before {
  content: "\ea16";
}
html .moneytor-body .ic_magnet:before {
  content: "\ea17";
}
html .moneytor-body .ic_mail:before {
  content: "\ea18";
}
html .moneytor-body .ic_mail2:before {
  content: "\ea19";
}
html .moneytor-body .ic_mail3:before {
  content: "\ea1a";
}
html .moneytor-body .ic_mail4:before {
  content: "\ea1b";
}
html .moneytor-body .ic_make-group:before {
  content: "\ea1c";
}
html .moneytor-body .ic_man-woman:before {
  content: "\ea1d";
}
html .moneytor-body .ic_man:before {
  content: "\ea1e";
}
html .moneytor-body .ic_map:before {
  content: "\ea1f";
}
html .moneytor-body .ic_map2:before {
  content: "\ea20";
}
html .moneytor-body .ic_menu:before {
  content: "\ea21";
}
html .moneytor-body .ic_menu2:before {
  content: "\ea22";
}
html .moneytor-body .ic_menu3:before {
  content: "\ea23";
}
html .moneytor-body .ic_menu4:before {
  content: "\ea24";
}
html .moneytor-body .ic_meter:before {
  content: "\ea25";
}
html .moneytor-body .ic_meter2:before {
  content: "\ea26";
}
html .moneytor-body .ic_mic:before {
  content: "\ea27";
}
html .moneytor-body .ic_minus:before {
  content: "\ea28";
}
html .moneytor-body .ic_mobile-2:before {
  content: "\ea29";
}
html .moneytor-body .ic_mobile:before {
  content: "\ea2a";
}
html .moneytor-body .ic_mobile2:before {
  content: "\ea2b";
}
html .moneytor-body .ic_move-down:before {
  content: "\ea2c";
}
html .moneytor-body .ic_move-up:before {
  content: "\ea2d";
}
html .moneytor-body .ic_mug:before {
  content: "\ea2e";
}
html .moneytor-body .ic_music:before {
  content: "\ea2f";
}
html .moneytor-body .ic_neutral:before {
  content: "\ea30";
}
html .moneytor-body .ic_neutral2:before {
  content: "\ea31";
}
html .moneytor-body .ic_new-tab:before {
  content: "\ea32";
}
html .moneytor-body .ic_newspaper:before {
  content: "\ea33";
}
html .moneytor-body .ic_next-2:before {
  content: "\ea34";
}
html .moneytor-body .ic_next:before {
  content: "\ea35";
}
html .moneytor-body .ic_next2:before {
  content: "\ea36";
}
html .moneytor-body .ic_non-primary:before {
  content: "\ea37";
}
html .moneytor-body .ic_non-verified:before {
  content: "\ea38";
}
html .moneytor-body .ic_notification-outline:before {
  content: "\ea39";
}
html .moneytor-body .ic_notification:before {
  content: "\ea3a";
}
html .moneytor-body .ic_npm:before {
  content: "\ea3b";
}
html .moneytor-body .ic_office:before {
  content: "\ea3c";
}
html .moneytor-body .ic_omega:before {
  content: "\ea3d";
}
html .moneytor-body .ic_onedrive:before {
  content: "\ea3e";
}
html .moneytor-body .ic_opera:before {
  content: "\ea3f";
}
html .moneytor-body .ic_opt:before {
  content: "\ea40";
}
html .moneytor-body .ic_pacman:before {
  content: "\ea41";
}
html .moneytor-body .ic_page-break:before {
  content: "\ea42";
}
html .moneytor-body .ic_pagebreak:before {
  content: "\ea43";
}
html .moneytor-body .ic_paid:before {
  content: "\ea44";
}
html .moneytor-body .ic_paint-format:before {
  content: "\ea45";
}
html .moneytor-body .ic_paragraph-center:before {
  content: "\ea46";
}
html .moneytor-body .ic_paragraph-justify:before {
  content: "\ea47";
}
html .moneytor-body .ic_paragraph-left:before {
  content: "\ea48";
}
html .moneytor-body .ic_paragraph-right:before {
  content: "\ea49";
}
html .moneytor-body .ic_part-paid:before {
  content: "\ea4a";
}
html .moneytor-body .ic_paste:before {
  content: "\ea4b";
}
html .moneytor-body .ic_pause:before {
  content: "\ea4c";
}
html .moneytor-body .ic_pause2:before {
  content: "\ea4d";
}
html .moneytor-body .ic_paypal:before {
  content: "\ea4e";
}
html .moneytor-body .ic_pen:before {
  content: "\ea4f";
}
html .moneytor-body .ic_pencil:before {
  content: "\ea50";
}
html .moneytor-body .ic_pencil2:before {
  content: "\ea51";
}
html .moneytor-body .ic_pending:before {
  content: "\ea52";
}
html .moneytor-body .ic_phone-hang-up:before {
  content: "\ea53";
}
html .moneytor-body .ic_phone:before {
  content: "\ea54";
}
html .moneytor-body .ic_pie-chart:before {
  content: "\ea55";
}
html .moneytor-body .ic_pilcrow:before {
  content: "\ea56";
}
html .moneytor-body .ic_pinterest:before {
  content: "\ea57";
}
html .moneytor-body .ic_pinterest2:before {
  content: "\ea58";
}
html .moneytor-body .ic_play:before {
  content: "\ea59";
}
html .moneytor-body .ic_play2:before {
  content: "\ea5a";
}
html .moneytor-body .ic_play3:before {
  content: "\ea5b";
}
html .moneytor-body .ic_plus-2:before {
  content: "\ea5c";
}
html .moneytor-body .ic_plus-outline:before {
  content: "\ea5d";
}
html .moneytor-body .ic_plus:before {
  content: "\ea5e";
}
html .moneytor-body .ic_podcast:before {
  content: "\ea5f";
}
html .moneytor-body .ic_point-down:before {
  content: "\ea60";
}
html .moneytor-body .ic_point-left:before {
  content: "\ea61";
}
html .moneytor-body .ic_point-right:before {
  content: "\ea62";
}
html .moneytor-body .ic_point-up:before {
  content: "\ea63";
}
html .moneytor-body .ic_portfolio-performance:before {
  content: "\ea64";
}
html .moneytor-body .ic_portfolio:before {
  content: "\ea65";
}
html .moneytor-body .ic_power-cord:before {
  content: "\ea66";
}
html .moneytor-body .ic_power:before {
  content: "\ea67";
}
html .moneytor-body .ic_prev:before {
  content: "\ea68";
}
html .moneytor-body .ic_previous:before {
  content: "\ea69";
}
html .moneytor-body .ic_previous2:before {
  content: "\ea6a";
}
html .moneytor-body .ic_price-tag:before {
  content: "\ea6b";
}
html .moneytor-body .ic_price-tags:before {
  content: "\ea6c";
}
html .moneytor-body .ic_primary:before {
  content: "\ea6d";
}
html .moneytor-body .ic_printer:before {
  content: "\ea6e";
}
html .moneytor-body .ic_profile:before {
  content: "\ea6f";
}
html .moneytor-body .ic_ptp-overview:before {
  content: "\ea70";
}
html .moneytor-body .ic_ptp:before {
  content: "\ea71";
}
html .moneytor-body .ic_pushpin:before {
  content: "\ea72";
}
html .moneytor-body .ic_qrcode:before {
  content: "\ea73";
}
html .moneytor-body .ic_question-outline:before {
  content: "\ea74";
}
html .moneytor-body .ic_question:before {
  content: "\ea75";
}
html .moneytor-body .ic_quill:before {
  content: "\ea76";
}
html .moneytor-body .ic_quote:before {
  content: "\ea77";
}
html .moneytor-body .ic_quotes-left:before {
  content: "\ea78";
}
html .moneytor-body .ic_quotes-right:before {
  content: "\ea79";
}
html .moneytor-body .ic_radio-checked:before {
  content: "\ea7a";
}
html .moneytor-body .ic_radio-checked2:before {
  content: "\ea7b";
}
html .moneytor-body .ic_radio-unchecked:before {
  content: "\ea7c";
}
html .moneytor-body .ic_reddit:before {
  content: "\ea7d";
}
html .moneytor-body .ic_redo:before {
  content: "\ea7e";
}
html .moneytor-body .ic_redo2:before {
  content: "\ea7f";
}
html .moneytor-body .ic_refresh:before {
  content: "\ea80";
}
html .moneytor-body .ic_rejected:before {
  content: "\ea81";
}
html .moneytor-body .ic_renren:before {
  content: "\ea82";
}
html .moneytor-body .ic_reply:before {
  content: "\ea83";
}
html .moneytor-body .ic_road:before {
  content: "\ea84";
}
html .moneytor-body .ic_rocket:before {
  content: "\ea85";
}
html .moneytor-body .ic_rss:before {
  content: "\ea86";
}
html .moneytor-body .ic_rss2:before {
  content: "\ea87";
}
html .moneytor-body .ic_rtl:before {
  content: "\ea88";
}
html .moneytor-body .ic_sad:before {
  content: "\ea89";
}
html .moneytor-body .ic_sad2:before {
  content: "\ea8a";
}
html .moneytor-body .ic_safari:before {
  content: "\ea8b";
}
html .moneytor-body .ic_said-yes:before {
  content: "\ea8c";
}
html .moneytor-body .ic_scissors:before {
  content: "\ea8d";
}
html .moneytor-body .ic_search:before {
  content: "\ea8e";
}
html .moneytor-body .ic_section:before {
  content: "\ea8f";
}
html .moneytor-body .ic_settings:before {
  content: "\ea90";
}
html .moneytor-body .ic_share:before {
  content: "\ea91";
}
html .moneytor-body .ic_share2:before {
  content: "\ea92";
}
html .moneytor-body .ic_shield:before {
  content: "\ea93";
}
html .moneytor-body .ic_shift:before {
  content: "\ea94";
}
html .moneytor-body .ic_shocked:before {
  content: "\ea95";
}
html .moneytor-body .ic_shocked2:before {
  content: "\ea96";
}
html .moneytor-body .ic_shrink:before {
  content: "\ea97";
}
html .moneytor-body .ic_shrink2:before {
  content: "\ea98";
}
html .moneytor-body .ic_shuffle:before {
  content: "\ea99";
}
html .moneytor-body .ic_sigma:before {
  content: "\ea9a";
}
html .moneytor-body .ic_sina-weibo:before {
  content: "\ea9b";
}
html .moneytor-body .ic_skype:before {
  content: "\ea9c";
}
html .moneytor-body .ic_sleepy:before {
  content: "\ea9d";
}
html .moneytor-body .ic_sleepy2:before {
  content: "\ea9e";
}
html .moneytor-body .ic_smile:before {
  content: "\ea9f";
}
html .moneytor-body .ic_smile2:before {
  content: "\eaa0";
}
html .moneytor-body .ic_sms:before {
  content: "\eaa1";
}
html .moneytor-body .ic_sort-alpha-asc:before {
  content: "\eaa2";
}
html .moneytor-body .ic_sort-alpha-desc:before {
  content: "\eaa3";
}
html .moneytor-body .ic_sort-amount-asc:before {
  content: "\eaa4";
}
html .moneytor-body .ic_sort-amount-desc:before {
  content: "\eaa5";
}
html .moneytor-body .ic_sort-numberic-desc:before {
  content: "\eaa6";
}
html .moneytor-body .ic_sort-numeric-asc:before {
  content: "\eaa7";
}
html .moneytor-body .ic_sort:before {
  content: "\eaa8";
}
html .moneytor-body .ic_soundcloud:before {
  content: "\eaa9";
}
html .moneytor-body .ic_soundcloud2:before {
  content: "\eaaa";
}
html .moneytor-body .ic_spades:before {
  content: "\eaab";
}
html .moneytor-body .ic_spell-check:before {
  content: "\eaac";
}
html .moneytor-body .ic_sphere:before {
  content: "\eaad";
}
html .moneytor-body .ic_spinner:before {
  content: "\eaae";
}
html .moneytor-body .ic_spinner2:before {
  content: "\eaaf";
}
html .moneytor-body .ic_spinner3:before {
  content: "\eab0";
}
html .moneytor-body .ic_spinner4:before {
  content: "\eab1";
}
html .moneytor-body .ic_spinner5:before {
  content: "\eab2";
}
html .moneytor-body .ic_spinner6:before {
  content: "\eab3";
}
html .moneytor-body .ic_spinner7:before {
  content: "\eab4";
}
html .moneytor-body .ic_spinner8:before {
  content: "\eab5";
}
html .moneytor-body .ic_spinner9:before {
  content: "\eab6";
}
html .moneytor-body .ic_spinner10:before {
  content: "\eab7";
}
html .moneytor-body .ic_spinner11:before {
  content: "\eab8";
}
html .moneytor-body .ic_spoon-knife:before {
  content: "\eab9";
}
html .moneytor-body .ic_spotify:before {
  content: "\eaba";
}
html .moneytor-body .ic_stack:before {
  content: "\eabb";
}
html .moneytor-body .ic_stackoverflow:before {
  content: "\eabc";
}
html .moneytor-body .ic_star-empty:before {
  content: "\eabd";
}
html .moneytor-body .ic_star-full:before {
  content: "\eabe";
}
html .moneytor-body .ic_star-half:before {
  content: "\eabf";
}
html .moneytor-body .ic_stats-bars:before {
  content: "\eac0";
}
html .moneytor-body .ic_stats-bars2:before {
  content: "\eac1";
}
html .moneytor-body .ic_stats-dots:before {
  content: "\eac2";
}
html .moneytor-body .ic_steam:before {
  content: "\eac3";
}
html .moneytor-body .ic_steam2:before {
  content: "\eac4";
}
html .moneytor-body .ic_stop:before {
  content: "\eac5";
}
html .moneytor-body .ic_stop2:before {
  content: "\eac6";
}
html .moneytor-body .ic_stopwatch:before {
  content: "\eac7";
}
html .moneytor-body .ic_strikethrough:before {
  content: "\eac8";
}
html .moneytor-body .ic_stumbleupon:before {
  content: "\eac9";
}
html .moneytor-body .ic_stumbleupon2:before {
  content: "\eaca";
}
html .moneytor-body .ic_subscript:before {
  content: "\eacb";
}
html .moneytor-body .ic_subscript2:before {
  content: "\eacc";
}
html .moneytor-body .ic_summary-total-activities:before {
  content: "\eacd";
}
html .moneytor-body .ic_sun:before {
  content: "\eace";
}
html .moneytor-body .ic_superscript:before {
  content: "\eacf";
}
html .moneytor-body .ic_superscript2:before {
  content: "\ead0";
}
html .moneytor-body .ic_svg:before {
  content: "\ead1";
}
html .moneytor-body .ic_switch:before {
  content: "\ead2";
}
html .moneytor-body .ic_tab:before {
  content: "\ead3";
}
html .moneytor-body .ic_table:before {
  content: "\ead4";
}
html .moneytor-body .ic_table2:before {
  content: "\ead5";
}
html .moneytor-body .ic_tablet:before {
  content: "\ead6";
}
html .moneytor-body .ic_target:before {
  content: "\ead7";
}
html .moneytor-body .ic_telegram:before {
  content: "\ead8";
}
html .moneytor-body .ic_terminal:before {
  content: "\ead9";
}
html .moneytor-body .ic_text-color:before {
  content: "\eada";
}
html .moneytor-body .ic_text-height:before {
  content: "\eadb";
}
html .moneytor-body .ic_text-width:before {
  content: "\eadc";
}
html .moneytor-body .ic_ticket:before {
  content: "\eadd";
}
html .moneytor-body .ic_tongue:before {
  content: "\eade";
}
html .moneytor-body .ic_tongue2:before {
  content: "\eadf";
}
html .moneytor-body .ic_tree:before {
  content: "\eae0";
}
html .moneytor-body .ic_trello:before {
  content: "\eae1";
}
html .moneytor-body .ic_trophy:before {
  content: "\eae2";
}
html .moneytor-body .ic_truck:before {
  content: "\eae3";
}
html .moneytor-body .ic_tumblr:before {
  content: "\eae4";
}
html .moneytor-body .ic_tumblr2:before {
  content: "\eae5";
}
html .moneytor-body .ic_tux:before {
  content: "\eae6";
}
html .moneytor-body .ic_tv:before {
  content: "\eae7";
}
html .moneytor-body .ic_twitch:before {
  content: "\eae8";
}
html .moneytor-body .ic_twitter-2:before {
  content: "\eae9";
}
html .moneytor-body .ic_twitter:before {
  content: "\eaea";
}
html .moneytor-body .ic_unaction:before {
  content: "\eaeb";
}
html .moneytor-body .ic_unactions:before {
  content: "\eaec";
}
html .moneytor-body .ic_underline:before {
  content: "\eaed";
}
html .moneytor-body .ic_undo:before {
  content: "\eaee";
}
html .moneytor-body .ic_undo2:before {
  content: "\eaef";
}
html .moneytor-body .ic_ungroup:before {
  content: "\eaf0";
}
html .moneytor-body .ic_unlocked:before {
  content: "\eaf1";
}
html .moneytor-body .ic_upload:before {
  content: "\eaf2";
}
html .moneytor-body .ic_upload1:before {
  content: "\eaf3";
}
html .moneytor-body .ic_upload2:before {
  content: "\eaf4";
}
html .moneytor-body .ic_upload3:before {
  content: "\eaf5";
}
html .moneytor-body .ic_user-check:before {
  content: "\eaf6";
}
html .moneytor-body .ic_user-minus:before {
  content: "\eaf7";
}
html .moneytor-body .ic_user-plus:before {
  content: "\eaf8";
}
html .moneytor-body .ic_user-tie:before {
  content: "\eaf9";
}
html .moneytor-body .ic_user:before {
  content: "\eafa";
}
html .moneytor-body .ic_users:before {
  content: "\eafb";
}
html .moneytor-body .ic_verified:before {
  content: "\eafc";
}
html .moneytor-body .ic_video-camera:before {
  content: "\eafd";
}
html .moneytor-body .ic_vimeo:before {
  content: "\eafe";
}
html .moneytor-body .ic_vimeo2:before {
  content: "\eaff";
}
html .moneytor-body .ic_vine:before {
  content: "\eb00";
}
html .moneytor-body .ic_visit:before {
  content: "\eb01";
}
html .moneytor-body .ic_vk:before {
  content: "\eb02";
}
html .moneytor-body .ic_volume-decrease:before {
  content: "\eb03";
}
html .moneytor-body .ic_volume-high:before {
  content: "\eb04";
}
html .moneytor-body .ic_volume-increase:before {
  content: "\eb05";
}
html .moneytor-body .ic_volume-low:before {
  content: "\eb06";
}
html .moneytor-body .ic_volume-medium:before {
  content: "\eb07";
}
html .moneytor-body .ic_volume-mute:before {
  content: "\eb08";
}
html .moneytor-body .ic_volume-mute2:before {
  content: "\eb09";
}
html .moneytor-body .ic_wallet-outline:before {
  content: "\eb0a";
}
html .moneytor-body .ic_warning:before {
  content: "\eb0b";
}
html .moneytor-body .ic_whatsapp-bold:before {
  content: "\eb0c";
}
html .moneytor-body .ic_whatsapp:before {
  content: "\eb0d";
}
html .moneytor-body .ic_whatsapp1:before {
  content: "\eb0e";
}
html .moneytor-body .ic_wikipedia:before {
  content: "\eb0f";
}
html .moneytor-body .ic_windows:before {
  content: "\eb10";
}
html .moneytor-body .ic_windows8:before {
  content: "\eb11";
}
html .moneytor-body .ic_wink:before {
  content: "\eb12";
}
html .moneytor-body .ic_wink2:before {
  content: "\eb13";
}
html .moneytor-body .ic_woman:before {
  content: "\eb14";
}
html .moneytor-body .ic_wondering:before {
  content: "\eb15";
}
html .moneytor-body .ic_wondering2:before {
  content: "\eb16";
}
html .moneytor-body .ic_wordpress:before {
  content: "\eb17";
}
html .moneytor-body .ic_wrench:before {
  content: "\eb18";
}
html .moneytor-body .ic_xing:before {
  content: "\eb19";
}
html .moneytor-body .ic_xing2:before {
  content: "\eb1a";
}
html .moneytor-body .ic_yahoo:before {
  content: "\eb1b";
}
html .moneytor-body .ic_yahoo2:before {
  content: "\eb1c";
}
html .moneytor-body .ic_yelp:before {
  content: "\eb1d";
}
html .moneytor-body .ic_youtube:before {
  content: "\eb1e";
}
html .moneytor-body .ic_youtube2:before {
  content: "\eb1f";
}
html .moneytor-body .ic_zoom-in:before {
  content: "\eb20";
}
html .moneytor-body .ic_zoom-out:before {
  content: "\eb21";
}
html .moneytor-body .ic_crown::before {
  content: "\265b";
}
html .moneytor-body .fab,
html .moneytor-body .fal,
html .moneytor-body .far,
html .moneytor-body .fas,
html .moneytor-body .fa,
html .moneytor-body .mt {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}
html .moneytor-body .fab.mt-hand-point-right:before,
html .moneytor-body .fal.mt-hand-point-right:before,
html .moneytor-body .far.mt-hand-point-right:before,
html .moneytor-body .fas.mt-hand-point-right:before,
html .moneytor-body .fa.mt-hand-point-right:before,
html .moneytor-body .mt.mt-hand-point-right:before {
  content: "\f0a4";
}
html .moneytor-body .fab.mt-hand-point-left:before,
html .moneytor-body .fal.mt-hand-point-left:before,
html .moneytor-body .far.mt-hand-point-left:before,
html .moneytor-body .fas.mt-hand-point-left:before,
html .moneytor-body .fa.mt-hand-point-left:before,
html .moneytor-body .mt.mt-hand-point-left:before {
  content: "\f0a5";
}
html .moneytor-body .fab.hand-left:before,
html .moneytor-body .fal.hand-left:before,
html .moneytor-body .far.hand-left:before,
html .moneytor-body .fas.hand-left:before,
html .moneytor-body .fa.hand-left:before,
html .moneytor-body .mt.hand-left:before {
  content: "\f0a5";
}
html .moneytor-body .fab.mt-hand-point-up:before,
html .moneytor-body .fal.mt-hand-point-up:before,
html .moneytor-body .far.mt-hand-point-up:before,
html .moneytor-body .fas.mt-hand-point-up:before,
html .moneytor-body .fa.mt-hand-point-up:before,
html .moneytor-body .mt.mt-hand-point-up:before {
  content: "\f0a6";
}
html .moneytor-body .fab.mt-hand-point-down:before,
html .moneytor-body .fal.mt-hand-point-down:before,
html .moneytor-body .far.mt-hand-point-down:before,
html .moneytor-body .fas.mt-hand-point-down:before,
html .moneytor-body .fa.mt-hand-point-down:before,
html .moneytor-body .mt.mt-hand-point-down:before {
  content: "\f0a7";
}
html .moneytor-body .fab.mt-handshake:before,
html .moneytor-body .fal.mt-handshake:before,
html .moneytor-body .far.mt-handshake:before,
html .moneytor-body .fas.mt-handshake:before,
html .moneytor-body .fa.mt-handshake:before,
html .moneytor-body .mt.mt-handshake:before {
  content: "\f2b5";
}
html .moneytor-body .fab.mt-hands-helping:before,
html .moneytor-body .fal.mt-hands-helping:before,
html .moneytor-body .far.mt-hands-helping:before,
html .moneytor-body .fas.mt-hands-helping:before,
html .moneytor-body .fa.mt-hands-helping:before,
html .moneytor-body .mt.mt-hands-helping:before {
  content: "\f4c4";
}
html .moneytor-body .fab.mt-linkedin:before,
html .moneytor-body .fal.mt-linkedin:before,
html .moneytor-body .far.mt-linkedin:before,
html .moneytor-body .fas.mt-linkedin:before,
html .moneytor-body .fa.mt-linkedin:before,
html .moneytor-body .mt.mt-linkedin:before {
  content: "\f08c";
}
html .moneytor-body .fab.mt-chrome:before,
html .moneytor-body .fal.mt-chrome:before,
html .moneytor-body .far.mt-chrome:before,
html .moneytor-body .fas.mt-chrome:before,
html .moneytor-body .fa.mt-chrome:before,
html .moneytor-body .mt.mt-chrome:before {
  content: "\f268";
}
html .moneytor-body .fab.mt-link:before,
html .moneytor-body .fal.mt-link:before,
html .moneytor-body .far.mt-link:before,
html .moneytor-body .fas.mt-link:before,
html .moneytor-body .fa.mt-link:before,
html .moneytor-body .mt.mt-link:before {
  content: "\f0c1";
}
html .moneytor-body .fab.mt-instagram:before,
html .moneytor-body .fal.mt-instagram:before,
html .moneytor-body .far.mt-instagram:before,
html .moneytor-body .fas.mt-instagram:before,
html .moneytor-body .fa.mt-instagram:before,
html .moneytor-body .mt.mt-instagram:before {
  content: "\f16d";
}
html .moneytor-body .fab.mt-facebook-square:before,
html .moneytor-body .fal.mt-facebook-square:before,
html .moneytor-body .far.mt-facebook-square:before,
html .moneytor-body .fas.mt-facebook-square:before,
html .moneytor-body .fa.mt-facebook-square:before,
html .moneytor-body .mt.mt-facebook-square:before {
  content: "\f082";
}
html .moneytor-body .fab.mt-facebook:before,
html .moneytor-body .fal.mt-facebook:before,
html .moneytor-body .far.mt-facebook:before,
html .moneytor-body .fas.mt-facebook:before,
html .moneytor-body .fa.mt-facebook:before,
html .moneytor-body .mt.mt-facebook:before {
  content: "\f09a";
}
html .moneytor-body .fab.mt-google:before,
html .moneytor-body .fal.mt-google:before,
html .moneytor-body .far.mt-google:before,
html .moneytor-body .fas.mt-google:before,
html .moneytor-body .fa.mt-google:before,
html .moneytor-body .mt.mt-google:before {
  content: "\f1a0";
}
html .moneytor-body .fab.mt-google-plus-square:before,
html .moneytor-body .fal.mt-google-plus-square:before,
html .moneytor-body .far.mt-google-plus-square:before,
html .moneytor-body .fas.mt-google-plus-square:before,
html .moneytor-body .fa.mt-google-plus-square:before,
html .moneytor-body .mt.mt-google-plus-square:before {
  content: "\f0d4";
}
html .moneytor-body .fab.mt-google-plus-g:before,
html .moneytor-body .fal.mt-google-plus-g:before,
html .moneytor-body .far.mt-google-plus-g:before,
html .moneytor-body .fas.mt-google-plus-g:before,
html .moneytor-body .fa.mt-google-plus-g:before,
html .moneytor-body .mt.mt-google-plus-g:before {
  content: "\f0d5";
}
html .moneytor-body .fab.mt-googleplus:before,
html .moneytor-body .fal.mt-googleplus:before,
html .moneytor-body .far.mt-googleplus:before,
html .moneytor-body .fas.mt-googleplus:before,
html .moneytor-body .fa.mt-googleplus:before,
html .moneytor-body .mt.mt-googleplus:before {
  content: "\f2b3";
}
html .moneytor-body .fab.mt-google-play:before,
html .moneytor-body .fal.mt-google-play:before,
html .moneytor-body .far.mt-google-play:before,
html .moneytor-body .fas.mt-google-play:before,
html .moneytor-body .fa.mt-google-play:before,
html .moneytor-body .mt.mt-google-play:before {
  content: "\f3ab";
}
html .moneytor-body .fab.mt-google-drive:before,
html .moneytor-body .fal.mt-google-drive:before,
html .moneytor-body .far.mt-google-drive:before,
html .moneytor-body .fas.mt-google-drive:before,
html .moneytor-body .fa.mt-google-drive:before,
html .moneytor-body .mt.mt-google-drive:before {
  content: "\f3aa";
}
html .moneytor-body .fab.mt-twitter:before,
html .moneytor-body .fal.mt-twitter:before,
html .moneytor-body .far.mt-twitter:before,
html .moneytor-body .fas.mt-twitter:before,
html .moneytor-body .fa.mt-twitter:before,
html .moneytor-body .mt.mt-twitter:before {
  content: "\f099";
}
html .moneytor-body .fab.mt-error-icon:before,
html .moneytor-body .fal.mt-error-icon:before,
html .moneytor-body .far.mt-error-icon:before,
html .moneytor-body .fas.mt-error-icon:before,
html .moneytor-body .fa.mt-error-icon:before,
html .moneytor-body .mt.mt-error-icon:before {
  content: "\f06a";
  color: #f72323;
  font-size: 20px;
}
html .moneytor-body .fab.mt-success-icon:before,
html .moneytor-body .fal.mt-success-icon:before,
html .moneytor-body .far.mt-success-icon:before,
html .moneytor-body .fas.mt-success-icon:before,
html .moneytor-body .fa.mt-success-icon:before,
html .moneytor-body .mt.mt-success-icon:before {
  content: "\f058";
  color: #059805;
  font-size: 20px;
}
html .moneytor-body .fab.mt-running:before,
html .moneytor-body .fal.mt-running:before,
html .moneytor-body .far.mt-running:before,
html .moneytor-body .fas.mt-running:before,
html .moneytor-body .fa.mt-running:before,
html .moneytor-body .mt.mt-running:before {
  content: "\f017";
  color: #0b49a7;
  font-size: 20px;
}
html .moneytor-body .fab.mt-doc-file:before,
html .moneytor-body .fal.mt-doc-file:before,
html .moneytor-body .far.mt-doc-file:before,
html .moneytor-body .fas.mt-doc-file:before,
html .moneytor-body .fa.mt-doc-file:before,
html .moneytor-body .mt.mt-doc-file:before {
  content: "\f1c1";
}
html .moneytor-body .fab.mt-inr:before,
html .moneytor-body .fal.mt-inr:before,
html .moneytor-body .far.mt-inr:before,
html .moneytor-body .fas.mt-inr:before,
html .moneytor-body .fa.mt-inr:before,
html .moneytor-body .mt.mt-inr:before {
  content: "\f156";
  font-size: 16px;
}
html .moneytor-body .fab.mt-usd:before,
html .moneytor-body .fal.mt-usd:before,
html .moneytor-body .far.mt-usd:before,
html .moneytor-body .fas.mt-usd:before,
html .moneytor-body .fa.mt-usd:before,
html .moneytor-body .mt.mt-usd:before {
  content: "\f155";
  font-size: 16px;
}
html .moneytor-body .fab.mt-whatsapp:before,
html .moneytor-body .fal.mt-whatsapp:before,
html .moneytor-body .far.mt-whatsapp:before,
html .moneytor-body .fas.mt-whatsapp:before,
html .moneytor-body .fa.mt-whatsapp:before,
html .moneytor-body .mt.mt-whatsapp:before {
  content: "\f232";
  font-size: 20px;
}
html .moneytor-body .fab.mt-chevron-right:before,
html .moneytor-body .fal.mt-chevron-right:before,
html .moneytor-body .far.mt-chevron-right:before,
html .moneytor-body .fas.mt-chevron-right:before,
html .moneytor-body .fa.mt-chevron-right:before,
html .moneytor-body .mt.mt-chevron-right:before {
  content: "\f054";
}
html .moneytor-body .fab.mt-chevron-left:before,
html .moneytor-body .fal.mt-chevron-left:before,
html .moneytor-body .far.mt-chevron-left:before,
html .moneytor-body .fas.mt-chevron-left:before,
html .moneytor-body .fa.mt-chevron-left:before,
html .moneytor-body .mt.mt-chevron-left:before {
  content: "\f053";
}
html .moneytor-body .fab.mt-refresh-icon:before,
html .moneytor-body .fal.mt-refresh-icon:before,
html .moneytor-body .far.mt-refresh-icon:before,
html .moneytor-body .fas.mt-refresh-icon:before,
html .moneytor-body .fa.mt-refresh-icon:before,
html .moneytor-body .mt.mt-refresh-icon:before {
  content: "\f2f9";
}
html .moneytor-body .navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
html .moneytor-body .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
html .moneytor-body .progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
}
html .moneytor-body .progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
}
html .moneytor-body .progress > .progress-bar .progress-bar {
  border-radius: 1px;
}
html .moneytor-body .progress .progress-bar {
  border-radius: 1px;
}
html .moneytor-body .progress-sm {
  height: 10px;
  border-radius: 1px;
}
html .moneytor-body .progress-sm .progress-bar {
  border-radius: 1px;
}
html .moneytor-body .progress.sm {
  height: 10px;
  border-radius: 1px;
}
html .moneytor-body .progress.sm .progress-bar {
  border-radius: 1px;
}
html .moneytor-body .progress-xs {
  height: 7px;
  border-radius: 1px;
}
html .moneytor-body .progress-xs .progress-bar {
  border-radius: 1px;
}
html .moneytor-body .progress.xs {
  height: 7px;
  border-radius: 1px;
}
html .moneytor-body .progress.xs .progress-bar {
  border-radius: 1px;
}
html .moneytor-body .progress-xxs {
  height: 3px;
  border-radius: 1px;
}
html .moneytor-body .progress-xxs .progress-bar {
  border-radius: 1px;
}
html .moneytor-body .progress.xxs {
  height: 3px;
  border-radius: 1px;
}
html .moneytor-body .progress.xxs .progress-bar {
  border-radius: 1px;
}
html .moneytor-body .progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
html .moneytor-body .progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
html .moneytor-body .progress.vertical.progress-sm {
  width: 20px;
}
html .moneytor-body .progress.vertical.sm {
  width: 20px;
}
html .moneytor-body .progress.vertical.progress-xs {
  width: 10px;
}
html .moneytor-body .progress.vertical.xs {
  width: 10px;
}
html .moneytor-body .progress.vertical.progress-xxs {
  width: 3px;
}
html .moneytor-body .progress.vertical.xxs {
  width: 3px;
}
html .moneytor-body .progress-group .progress-text {
  font-weight: 600;
}
html .moneytor-body .progress-group .progress-number {
  float: right;
}
html .moneytor-body .table tr > td .progress {
  margin: 0;
}
html .moneytor-body .table tr td .progress {
  margin-top: 5px;
}
html .moneytor-body .table > tbody > tr > td {
  border-top: 1px solid #f4f4f4;
}
html .moneytor-body .table > tbody > tr > th {
  border-top: 1px solid #f4f4f4;
}
html .moneytor-body .table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
html .moneytor-body .table > tfoot > tr > th {
  border-top: 1px solid #f4f4f4;
}
html .moneytor-body .table > thead > tr > td {
  border-top: 1px solid #f4f4f4;
}
html .moneytor-body .table > thead > tr > th {
  border-top: 1px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}
html .moneytor-body .progress-bar-light-blue {
  background-color: #3c8dbc;
}
html .moneytor-body .progress-bar-primary {
  background-color: #3c8dbc;
}
html .moneytor-body .progress-striped .progress-bar-light-blue {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-green {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-aqua {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-yellow {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-striped .progress-bar-red {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .moneytor-body .progress-bar-green {
  background-color: #00a65a;
}
html .moneytor-body .progress-bar-success {
  background-color: #00a65a;
}
html .moneytor-body .progress-bar-aqua {
  background-color: #00c0ef;
}
html .moneytor-body .progress-bar-info {
  background-color: #00c0ef;
}
html .moneytor-body .progress-bar-warning {
  background-color: #f39c12;
}
html .moneytor-body .progress-bar-yellow {
  background-color: #f39c12;
}
html .moneytor-body .progress-bar-danger {
  background-color: #dd4b39;
}
html .moneytor-body .progress-bar-red {
  background-color: #dd4b39;
}
html .moneytor-body .small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
html .moneytor-body .small-box > .inner {
  padding: 10px;
}
html .moneytor-body .small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
html .moneytor-body .small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
html .moneytor-body .small-box h3 {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  z-index: 5;
}
html .moneytor-body .small-box p {
  font-size: 15px;
  z-index: 5;
}
html .moneytor-body .small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
html .moneytor-body .small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
html .moneytor-body .small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
html .moneytor-body .small-box:hover .icon {
  font-size: 95px;
}
html .moneytor-body .box.box-primary {
  border-top-color: #3c8dbc;
}
html .moneytor-body .box.box-info {
  border-top-color: #00c0ef;
}
html .moneytor-body .box.box-danger {
  border-top-color: #dd4b39;
}
html .moneytor-body .box.box-warning {
  border-top-color: #f39c12;
}
html .moneytor-body .box.box-success {
  border-top-color: #00a65a;
}
html .moneytor-body .box.box-default {
  border-top-color: #d2d6de;
}
html .moneytor-body .box.collapsed-box .box-body {
  display: none;
}
html .moneytor-body .box.collapsed-box .box-footer {
  display: none;
}
html .moneytor-body .box-body {
  border-top-left-radius: none;
  border-top-right-radius: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
html .moneytor-body .box-body:after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .box-body:before {
  content: " ";
  display: table;
}
html .moneytor-body .box-body > .table {
  margin-bottom: 0;
}
html .moneytor-body .box-body .fc {
  margin-top: 5px;
}
html .moneytor-body .box-body .full-width-chart {
  margin: -19px;
}
html .moneytor-body .box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
html .moneytor-body .box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
html .moneytor-body .box-footer {
  border-top-left-radius: none;
  border-top-right-radius: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
html .moneytor-body .box-footer:after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .box-footer:before {
  content: " ";
  display: table;
}
html .moneytor-body .box-header {
  color: #444;
  display: block;
  padding: 10px;
}
html .moneytor-body .box-header:after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .box-header:before {
  content: " ";
  display: table;
}
html .moneytor-body .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
  text-align: left;
  font-weight: 400;
  font-style: normal;
}
html .moneytor-body .box-header > .fa {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  margin-right: 5px;
}
html .moneytor-body .box-header > .glyphicon {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  margin-right: 5px;
}
html .moneytor-body .box-header > .ion {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  margin-right: 5px;
}
html .moneytor-body .box-header > .box-tools {
  right: 10px;
  top: 5px;
}
html .moneytor-body .box-header > .box-tools [data-toggle=tooltip] {
  position: relative;
}
html .moneytor-body .box-header > .box-tools .dropdown-menu > li > a {
  color: #444;
}
html .moneytor-body .box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
html .moneytor-body .box-header.mt-tb {
  color: #444;
  display: block;
  padding: 0 3px;
  position: relative;
}
html .moneytor-body .box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
html .moneytor-body .collapsed-box .box-header.with-border {
  border-bottom: none;
}
html .moneytor-body .btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: 0 0;
  color: #97a0b3;
}
html .moneytor-body .btn-box-tool:hover {
  color: #606c84;
}
html .moneytor-body .btn-box-tool.btn:active {
  box-shadow: none;
}
html .moneytor-body .no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
html .moneytor-body .box-body.no-padding .full-width-chart {
  margin: -9px;
}
html .moneytor-body .box-comments {
  background: #f7f7f7;
}
html .moneytor-body .box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
html .moneytor-body .box-comments .box-comment:after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .box-comments .box-comment:before {
  content: " ";
  display: table;
}
html .moneytor-body .box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
html .moneytor-body .box-comments .box-comment:first-of-type {
  padding-top: 0;
}
html .moneytor-body .box-comments .box-comment img {
  float: left;
  float: left;
  width: 30px;
  height: 30px;
}
html .moneytor-body .box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
html .moneytor-body .box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
html .moneytor-body .box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
html .moneytor-body .todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
html .moneytor-body .todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
html .moneytor-body .todo-list > li:last-of-type {
  margin-bottom: 0;
}
html .moneytor-body .todo-list > li > input[type=checkbox] {
  margin: 0 10px 0 5px;
}
html .moneytor-body .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
html .moneytor-body .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
html .moneytor-body .todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
html .moneytor-body .todo-list > li .tools > .fa {
  margin-right: 5px;
  cursor: pointer;
}
html .moneytor-body .todo-list > li .tools > .glyphicon {
  margin-right: 5px;
  cursor: pointer;
}
html .moneytor-body .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
html .moneytor-body .todo-list > li:hover .tools {
  display: inline-block;
}
html .moneytor-body .todo-list > li.done {
  color: #999;
}
html .moneytor-body .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
html .moneytor-body .todo-list > li.done .label {
  background: #d2d6de;
}
html .moneytor-body .todo-list .danger {
  border-left-color: #dd4b39;
}
html .moneytor-body .todo-list .warning {
  border-left-color: #f39c12;
}
html .moneytor-body .todo-list .info {
  border-left-color: #00c0ef;
}
html .moneytor-body .todo-list .success {
  border-left-color: #00a65a;
}
html .moneytor-body .todo-list .primary {
  border-left-color: #3c8dbc;
}
html .moneytor-body .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
html .moneytor-body .chat {
  padding: 5px 20px 5px 10px;
}
html .moneytor-body .chat .item {
  margin-bottom: 10px;
}
html .moneytor-body .chat .item:after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .chat .item:before {
  content: " ";
  display: table;
}
html .moneytor-body .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
html .moneytor-body .chat .item > .online {
  border: 2px solid #00a65a;
}
html .moneytor-body .chat .item > .offline {
  border: 2px solid #dd4b39;
}
html .moneytor-body .chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
html .moneytor-body .chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
html .moneytor-body .chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
html .moneytor-body .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
html .moneytor-body .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
html .moneytor-body .chat .item > .attachment > p {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
html .moneytor-body .chat .item > .attachment:after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .chat .item > .attachment:before {
  content: " ";
  display: table;
}
html .moneytor-body .box-input {
  max-width: 200px;
}
html .moneytor-body .info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
html .moneytor-body .info-box small {
  font-size: 14px;
}
html .moneytor-body .info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
  border-radius: 0;
}
html .moneytor-body .info-box .progress .progress-bar {
  border-radius: 0;
  background: #fff;
}
html .moneytor-body .info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .info-box-icon > img {
  max-width: 100%;
}
html .moneytor-body .info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
html .moneytor-body .info-box-number {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
html .moneytor-body .info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
html .moneytor-body .progress-description {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
html .moneytor-body .info-box-more {
  display: block;
}
html .moneytor-body .btn.uppercase {
  text-transform: uppercase;
}
html .moneytor-body .btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
html .moneytor-body .btn.btn-file {
  position: relative;
  overflow: hidden;
}
html .moneytor-body .btn.btn-file > input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}
html .moneytor-body .btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
html .moneytor-body .btn-default:active {
  background-color: #e7e7e7;
}
html .moneytor-body .btn-default:hover {
  background-color: #e7e7e7;
}
html .moneytor-body .btn-default.hover {
  background-color: #e7e7e7;
}
html .moneytor-body .btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
html .moneytor-body .btn-primary:active {
  background-color: #367fa9;
}
html .moneytor-body .btn-primary:hover {
  background-color: #367fa9;
}
html .moneytor-body .btn-primary.hover {
  background-color: #367fa9;
}
html .moneytor-body .btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
html .moneytor-body .btn-success:active {
  background-color: #008d4c;
}
html .moneytor-body .btn-success:hover {
  background-color: #008d4c;
}
html .moneytor-body .btn-success.hover {
  background-color: #008d4c;
}
html .moneytor-body .btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
html .moneytor-body .btn-info:active {
  background-color: #00acd6;
}
html .moneytor-body .btn-info:hover {
  background-color: #00acd6;
}
html .moneytor-body .btn-info.hover {
  background-color: #00acd6;
}
html .moneytor-body .btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
html .moneytor-body .btn-danger:active {
  background-color: #d73925;
}
html .moneytor-body .btn-danger:hover {
  background-color: #d73925;
}
html .moneytor-body .btn-danger.hover {
  background-color: #d73925;
}
html .moneytor-body .btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
html .moneytor-body .btn-warning:active {
  background-color: #e08e0b;
}
html .moneytor-body .btn-warning:hover {
  background-color: #e08e0b;
}
html .moneytor-body .btn-warning.hover {
  background-color: #e08e0b;
}
html .moneytor-body .btn-outline {
  border: 1px solid #fff;
  background: 0 0;
  color: #fff;
}
html .moneytor-body .btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
html .moneytor-body .btn-outline:focus {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
html .moneytor-body .btn-outline:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
html .moneytor-body .btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html .moneytor-body .btn[class*=bg-]:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
html .moneytor-body .btn-app > .fa {
  font-size: 20px;
  display: block;
}
html .moneytor-body .btn-app > .glyphicon {
  font-size: 20px;
  display: block;
}
html .moneytor-body .btn-app > .ion {
  font-size: 20px;
  display: block;
}
html .moneytor-body .btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
html .moneytor-body .btn-app:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .moneytor-body .btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .moneytor-body .btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
html .moneytor-body .callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
html .moneytor-body .callout a {
  color: #fff;
  text-decoration: underline;
}
html .moneytor-body .callout a:hover {
  color: #eee;
}
html .moneytor-body .callout h4 {
  margin-top: 0;
  font-weight: 600;
}
html .moneytor-body .callout p:last-child {
  margin-bottom: 0;
}
html .moneytor-body .callout .highlight {
  background-color: #fff;
}
html .moneytor-body .callout code {
  background-color: #fff;
}
html .moneytor-body .callout.callout-danger {
  border-color: #c23321;
  color: #fff;
  background-color: #dd4b39;
}
html .moneytor-body .callout.callout-warning {
  border-color: #c87f0a;
  color: #fff;
  background-color: #f39c12;
}
html .moneytor-body .callout.callout-info {
  border-color: #0097bc;
  color: #fff;
  background-color: #00c0ef;
}
html .moneytor-body .callout.callout-success {
  border-color: #00733e;
  color: #fff;
  background-color: #00a65a;
}
html .moneytor-body .alert {
  border-radius: 3px;
}
html .moneytor-body .alert h4 {
  font-weight: 600;
}
html .moneytor-body .alert .icon {
  margin-right: 10px;
}
html .moneytor-body .alert .close {
  color: #000;
  opacity: 0.2;
}
html .moneytor-body .alert .close:hover {
  opacity: 0.5;
}
html .moneytor-body .alert a {
  color: #fff;
  text-decoration: underline;
}
html .moneytor-body .carousel-control.left {
  background-image: none;
}
html .moneytor-body .carousel-control.right {
  background-image: none;
}
html .moneytor-body .carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
html .moneytor-body .login-logo {
  text-align: center;
  margin-bottom: 1rem;
}
html .moneytor-body .login-logo a {
  color: #444;
}
html .moneytor-body .register-logo {
  text-align: center;
  margin-bottom: 1rem;
}
html .moneytor-body .register-logo a {
  color: #444;
}
html .moneytor-body .profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
html .moneytor-body .profile-username {
  font-size: 21px;
  margin-top: 5px;
}
html .moneytor-body .post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
html .moneytor-body .post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
html .moneytor-body .post .user-block {
  margin-bottom: 15px;
}
html .moneytor-body .btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-adn:focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-adn:active {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
html .moneytor-body .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-adn.active {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-bitbucket:focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-bitbucket:active {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
html .moneytor-body .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-bitbucket.active {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-dropbox:focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-dropbox:active {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
html .moneytor-body .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-dropbox.active {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-facebook:focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-facebook:active {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
html .moneytor-body .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-facebook.active {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-flickr:focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-flickr:active {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
html .moneytor-body .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-flickr.active {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-foursquare:focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-foursquare:active {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
html .moneytor-body .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-foursquare.active {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-github:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-github:active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-github .badge {
  color: #444;
  background-color: #fff;
}
html .moneytor-body .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-github.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-google:focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-google:active {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
html .moneytor-body .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-google.active {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-instagram:focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-instagram:active {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
html .moneytor-body .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-instagram.active {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-linkedin:focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-linkedin:active {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
html .moneytor-body .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-linkedin.active {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-microsoft:focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-microsoft:active {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
html .moneytor-body .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-microsoft.active {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-openid:focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-openid:active {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
html .moneytor-body .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-openid.active {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-pinterest:focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-pinterest:active {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
html .moneytor-body .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-pinterest.active {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-reddit:focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-reddit:active {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
html .moneytor-body .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-reddit.active {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-soundcloud:focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-soundcloud:active {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}
html .moneytor-body .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-soundcloud.active {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-tumblr:focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-tumblr:active {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
html .moneytor-body .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-tumblr.active {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-twitter:focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-twitter:active {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
html .moneytor-body .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-twitter.active {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-vimeo:focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-vimeo:active {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
html .moneytor-body .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-vimeo.active {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-vk:focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-vk:active {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
html .moneytor-body .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-vk.active {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-yahoo:focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-yahoo:active {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
html .moneytor-body .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .moneytor-body .btn-yahoo.active {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .moneytor-body .fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
html .moneytor-body .fc-button:active {
  background-color: #e9e9e9;
}
html .moneytor-body .fc-button:hover {
  background-color: #e9e9e9;
}
html .moneytor-body .fc-button.hover {
  background-color: #e9e9e9;
}
html .moneytor-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
html .moneytor-body .fc-header-right {
  padding-right: 10px;
}
html .moneytor-body .fc-header-left {
  padding-left: 10px;
}
html .moneytor-body .fc-widget-header {
  background: #fafafa;
}
html .moneytor-body .fc-widget-header:first-of-type {
  border-left: 0;
  border-right: 0;
}
html .moneytor-body .fc-widget-header:last-of-type {
  border-right: 0;
}
html .moneytor-body .fc-grid {
  width: 100%;
  border: 0;
}
html .moneytor-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
html .moneytor-body .fc-widget-content:last-of-type {
  border-right: 0;
}
html .moneytor-body .fc-toolbar {
  padding: 10px;
  margin: 0;
}
html .moneytor-body .fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
html .moneytor-body .fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
html .moneytor-body .fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
html .moneytor-body .fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
html .moneytor-body .fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
html .moneytor-body #add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
html .moneytor-body .external-event {
  padding: 5px 10px;
  font-weight: 700;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
html .moneytor-body .external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
html .moneytor-body .select2-container--default.select2-container--focus {
  outline: 0;
}
html .moneytor-body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
html .moneytor-body .select2-container--default:active {
  outline: 0;
}
html .moneytor-body .select2-container--default:focus {
  outline: 0;
}
html .moneytor-body .select2-container--default .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
html .moneytor-body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
html .moneytor-body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
html .moneytor-body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: #fff;
}
html .moneytor-body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
html .moneytor-body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #444;
}
html .moneytor-body .select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
html .moneytor-body .select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
html .moneytor-body .select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
html .moneytor-body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
html .moneytor-body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
html .moneytor-body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
html .moneytor-body .select2-selection.select2-container--focus {
  outline: 0;
}
html .moneytor-body .select2-selection:active {
  outline: 0;
}
html .moneytor-body .select2-selection:focus {
  outline: 0;
}
html .moneytor-body .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
html .moneytor-body .select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
html .moneytor-body .select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
html .moneytor-body .select2-dropdown .select2-search__field {
  border: 1px solid #d2d6de;
}
html .moneytor-body .select2-dropdown .select2-search__field:focus {
  outline: 0;
  border: 1px solid #3c8dbc;
}
html .moneytor-body .select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
html .moneytor-body .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
  padding-right: 10px;
}
html .moneytor-body .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
html .moneytor-body .select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
html .moneytor-body .select2-search--inline .select2-search__field:focus {
  outline: 0;
  border: 1px solid #3c8dbc;
}
html .moneytor-body .pad {
  padding: 10px;
}
html .moneytor-body .margin {
  margin: 10px;
}
html .moneytor-body .margin-bottom {
  margin-bottom: 20px;
}
html .moneytor-body .margin-bottom-none {
  margin-bottom: 0;
}
html .moneytor-body .margin-r-5 {
  margin-right: 5px;
}
html .moneytor-body .inline {
  display: inline;
}
html .moneytor-body .description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
html .moneytor-body .description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
html .moneytor-body .description-block > .description-text {
  text-transform: uppercase;
}
html .moneytor-body .description-block .description-icon {
  font-size: 16px;
}
html .moneytor-body .description-block.margin-bottom {
  margin-bottom: 25px;
}
html .moneytor-body .bg-aqua {
  color: #fff;
  background-color: #00c0ef;
}
html .moneytor-body .bg-aqua-active {
  color: #fff;
  background-color: #00a7d0;
}
html .moneytor-body .bg-black {
  color: #fff;
  background-color: #111;
}
html .moneytor-body .bg-black-active {
  color: #fff;
  background-color: #000;
}
html .moneytor-body .bg-blue {
  color: #fff;
  background-color: #0073b7;
}
html .moneytor-body .bg-blue-active {
  color: #fff;
  background-color: #005384;
}
html .moneytor-body .bg-fuchsia {
  color: #fff;
  background-color: #f012be;
}
html .moneytor-body .bg-fuchsia-active {
  color: #fff;
  background-color: #db0ead;
}
html .moneytor-body .bg-green {
  color: #fff;
  background-color: #00a65a;
}
html .moneytor-body .bg-green-active {
  color: #fff;
  background-color: #008d4c;
}
html .moneytor-body .bg-light-blue {
  color: #fff;
  background-color: #3c8dbc;
}
html .moneytor-body .bg-light-blue-active {
  color: #fff;
  background-color: #357ca5;
}
html .moneytor-body .bg-lime {
  color: #fff;
  background-color: #01ff70;
}
html .moneytor-body .bg-lime-active {
  color: #fff;
  background-color: #00e765;
}
html .moneytor-body .bg-maroon {
  color: #fff;
  background-color: #d81b60;
}
html .moneytor-body .bg-maroon-active {
  color: #fff;
  background-color: #ca195a;
}
html .moneytor-body .bg-navy {
  color: #fff;
  background-color: #001f3f;
}
html .moneytor-body .bg-navy-active {
  color: #fff;
  background-color: #001a35;
}
html .moneytor-body .bg-olive {
  color: #fff;
  background-color: #3d9970;
}
html .moneytor-body .bg-olive-active {
  color: #fff;
  background-color: #368763;
}
html .moneytor-body .bg-orange {
  color: #fff;
  background-color: #ff851b;
}
html .moneytor-body .bg-orange-active {
  color: #fff;
  background-color: #ff7701;
}
html .moneytor-body .bg-purple {
  color: #fff;
  background-color: #605ca8;
}
html .moneytor-body .bg-purple-active {
  color: #fff;
  background-color: #555299;
}
html .moneytor-body .bg-red {
  color: #fff;
  background-color: #dd4b39;
}
html .moneytor-body .bg-red-active {
  color: #fff;
  background-color: #d33724;
}
html .moneytor-body .bg-teal {
  color: #fff;
  background-color: #39cccc;
}
html .moneytor-body .bg-teal-active {
  color: #fff;
  background-color: #30bbbb;
}
html .moneytor-body .bg-yellow {
  color: #fff;
  background-color: #f39c12;
}
html .moneytor-body .bg-yellow-active {
  color: #fff;
  background-color: #db8b0b;
}
html .moneytor-body .label-danger {
  color: #fff;
  background-color: #dd4b39;
}
html .moneytor-body .label-info {
  color: #fff;
  background-color: #00c0ef;
}
html .moneytor-body .label-primary {
  color: #fff;
  background-color: #3c8dbc;
}
html .moneytor-body .label-success {
  color: #fff;
  background-color: #00a65a;
}
html .moneytor-body .label-warning {
  color: #fff;
  background-color: #f39c12;
}
html .moneytor-body .bg-gray {
  color: #000;
  background-color: #d2d6de;
}
html .moneytor-body .bg-gray-light {
  background-color: #f7f7f7;
}
html .moneytor-body .bg-gray-active {
  color: #000;
  background-color: #b5bbc8;
}
html .moneytor-body [class^=bg-].disabled {
  opacity: 0.65;
}
html .moneytor-body .link-muted {
  color: #7a869d;
}
html .moneytor-body .link-muted:focus {
  color: #606c84;
}
html .moneytor-body .link-muted:hover {
  color: #606c84;
}
html .moneytor-body .link-black {
  color: #666;
}
html .moneytor-body .link-black:focus {
  color: #999;
}
html .moneytor-body .link-black:hover {
  color: #999;
}
html .moneytor-body .hide {
  display: none;
}
html .moneytor-body .no-border {
  border: 0;
}
html .moneytor-body .no-padding {
  padding: 0;
}
html .moneytor-body .no-margin {
  margin: 0;
}
html .moneytor-body .no-shadow {
  box-shadow: none;
}
html .moneytor-body .list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
html .moneytor-body .list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
html .moneytor-body .flat {
  border-radius: 0;
}
html .moneytor-body .text-bold {
  font-weight: 700;
}
html .moneytor-body .text-bold.table td {
  font-weight: 700;
}
html .moneytor-body .text-bold.table th {
  font-weight: 700;
}
html .moneytor-body .text-sm {
  font-size: 12px;
}
html .moneytor-body .jqstooltip {
  padding: 5px;
  width: auto;
  height: auto;
}
html .moneytor-body .bg-teal-gradient {
  background: #39cccc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd));
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd);
  background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%);
  background: -o-linear-gradient(#7adddd, #39cccc);
  color: #fff;
}
html .moneytor-body .bg-light-blue-gradient {
  background: #3c8dbc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce));
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce);
  background: -moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%);
  background: -o-linear-gradient(#67a8ce, #3c8dbc);
  color: #fff;
}
html .moneytor-body .bg-blue-gradient {
  background: #0073b7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db));
  background: -ms-linear-gradient(bottom, #0073b7, #0089db);
  background: -moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%);
  background: -o-linear-gradient(#0089db, #0073b7);
  color: #fff;
}
html .moneytor-body .bg-aqua-gradient {
  background: #00c0ef;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff));
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff);
  background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%);
  background: -o-linear-gradient(#14d1ff, #00c0ef);
  color: #fff;
}
html .moneytor-body .bg-yellow-gradient {
  background: #f39c12;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60));
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60);
  background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%);
  background: -o-linear-gradient(#f7bc60, #f39c12);
  color: #fff;
}
html .moneytor-body .bg-purple-gradient {
  background: #605ca8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4));
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4);
  background: -moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%);
  background: -o-linear-gradient(#9491c4, #605ca8);
  color: #fff;
}
html .moneytor-body .bg-green-gradient {
  background: #00a65a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d));
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d);
  background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%);
  background: -o-linear-gradient(#00ca6d, #00a65a);
  color: #fff;
}
html .moneytor-body .bg-red-gradient {
  background: #dd4b39;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365));
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365);
  background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%);
  background: -o-linear-gradient(#e47365, #dd4b39);
  color: #fff;
}
html .moneytor-body .bg-black-gradient {
  background: #111;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b));
  background: -ms-linear-gradient(bottom, #111, #2b2b2b);
  background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%);
  background: -o-linear-gradient(#2b2b2b, #111);
  color: #fff;
}
html .moneytor-body .bg-maroon-gradient {
  background: #d81b60;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c));
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c);
  background: -moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%);
  background: -o-linear-gradient(#e73f7c, #d81b60);
  color: #fff;
}
html .moneytor-body .no-pad-top {
  padding-top: 0;
}
html .moneytor-body .position-static {
  position: static;
}
html .moneytor-body .list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: 700;
  color: #666;
}
html .moneytor-body .list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
html .moneytor-body .list-link > a {
  padding: 4px;
  color: #777;
}
html .moneytor-body .list-link > a:hover {
  color: #222;
}
html .moneytor-body .font-light {
  font-weight: 300;
}
html .moneytor-body .user-block:after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .user-block:before {
  content: " ";
  display: table;
}
html .moneytor-body .user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
html .moneytor-body .user-block .comment {
  display: block;
  margin-left: 50px;
}
html .moneytor-body .user-block .description {
  display: block;
  margin-left: 50px;
  color: #999;
  font-size: 13px;
}
html .moneytor-body .user-block .username {
  display: block;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 600;
}
html .moneytor-body .user-block.user-block-sm .comment {
  margin-left: 40px;
}
html .moneytor-body .user-block.user-block-sm .description {
  margin-left: 40px;
}
html .moneytor-body .user-block.user-block-sm .username {
  margin-left: 40px;
  font-size: 14px;
}
html .moneytor-body .user-block.user-block-sm img {
  float: left;
  width: 30px;
  height: 30px;
}
html .moneytor-body .img-lg {
  float: left;
  width: 100px;
  height: 100px;
}
html .moneytor-body .img-md {
  float: left;
  width: 60px;
  height: 60px;
}
html .moneytor-body .img-sm {
  float: left;
  width: 30px;
  height: 30px;
}
html .moneytor-body .img-sm + .img-push {
  margin-left: 40px;
}
html .moneytor-body .img-md + .img-push {
  margin-left: 70px;
}
html .moneytor-body .img-lg + .img-push {
  margin-left: 110px;
}
html .moneytor-body .img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
html .moneytor-body .img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
html .moneytor-body .attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
html .moneytor-body .attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
html .moneytor-body .attachment-block .attachment-pushed {
  margin-left: 110px;
}
html .moneytor-body .attachment-block .attachment-heading {
  margin: 0;
}
html .moneytor-body .attachment-block .attachment-text {
  color: #555;
}
html .moneytor-body .connectedSortable {
  min-height: 100px;
}
html .moneytor-body .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html .moneytor-body .sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
html .moneytor-body .full-opacity-hover {
  opacity: 0.65;
}
html .moneytor-body .full-opacity-hover:hover {
  opacity: 1;
}
html .moneytor-body .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
html .moneytor-body .chart canvas {
  width: 100%;
}
html .moneytor-body .chart svg {
  width: 100%;
}
html .moneytor-body .inner-tbl-lbl {
  font-size: 15px;
  color: #484848;
  font-weight: 200;
}
html .moneytor-body .inner-tbl-data {
  font-size: 16px;
  color: #615f5f;
}
html .moneytor-body .data-row-container {
  display: inline-flex;
  padding: 0.7rem 1rem 0.5rem 0.5rem;
  font-size: 17px;
}
html .moneytor-body .data-column-width {
  margin-right: 0.7rem;
  padding: 1rem;
}
html .moneytor-body .ngx-datatable.material {
  box-shadow: none;
}
html .moneytor-body .green {
  background-color: rgba(255, 215, 64, 0.1803921569);
}
html .moneytor-body .due-partial {
  background-color: rgba(11, 142, 16, 0.0784313725);
}
html .moneytor-body .due-paid {
  background-color: rgba(11, 142, 16, 0.2705882353);
}
html .moneytor-body .due-paid:focus {
  background-color: rgba(11, 142, 16, 0.2705882353);
}
html .moneytor-body .due-paid:hover {
  background-color: rgba(11, 142, 16, 0.2705882353);
}
html .moneytor-body .add-remove-btn {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 1px 0 1px 3px;
  background-color: #8cb7cc;
}
html .moneytor-body .add-remove-btn a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
  50% {
    background-color: #b3dbe8;
    -webkit-box-shadow: 0 0 40px #b3dbe8;
  }
  100% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
  50% {
    background-color: #b3dbe8;
    -webkit-box-shadow: 0 0 40px #b3dbe8;
  }
  100% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
  50% {
    background-color: #b3dbe8;
    -webkit-box-shadow: 0 0 40px #b3dbe8;
  }
  100% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
}
@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
  50% {
    -webkit-box-shadow: 0 0 40px #b3dbe8;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
}
html .moneytor-body .mt-table-button {
  border: 0;
  outline: none;
  background: transparent;
}
html .moneytor-body .mt-table-button:hover {
  border: 0;
  outline: none;
  background: transparent;
}
html .moneytor-body .align-right-header .datatable-header-cell-label {
  text-align: right;
}
html .moneytor-body .align-left-header .datatable-header-cell-label {
  text-align: left;
}
html .moneytor-body .mt-total-summary-value {
  background: #6979f8;
  border-radius: 4px;
  padding: 0.8rem 0.9rem;
  color: #ffffff;
}
html .moneytor-body .filter-btn {
  cursor: pointer;
  display: block;
  color: #101010;
}
html .moneytor-body .filter-btn:hover {
  color: #101010;
}
html .moneytor-body .filter-btn:focus {
  color: #101010;
}
html .moneytor-body .filter-btn:active {
  color: #101010;
}
html .moneytor-body .mt-bold {
  font-weight: 600;
}
html .moneytor-body .filter-btn-2 {
  cursor: pointer;
  display: inline;
  color: #101010;
}
html .moneytor-body .filter-btn-2:hover {
  color: #101010;
}
html .moneytor-body .filter-btn-2:focus {
  color: #101010;
}
html .moneytor-body .filter-btn-2:active {
  color: #101010;
}
html .moneytor-body .brdcrumb {
  padding: 0.4rem 0;
  font-size: 13px;
  color: #484848;
  font-weight: 500;
}
html .moneytor-body .twPc-div {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
}
html .moneytor-body .twPc-bg {
  background-position: 50%;
  background-size: 13% auto;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
}
html .moneytor-body .mt-logo-bg {
  background-image:
    radial-gradient(
      circle,
      #eff3f4,
      rgba(140, 183, 204, 0.45) 50%);
}
html .moneytor-body .twPc-block {
  display: block;
}
html .moneytor-body .twPc-button {
  margin: -35px -10px 0;
  text-align: right;
  width: 100%;
}
html .moneytor-body .ttwPc-div h1 {
  float: right;
}
html .moneytor-body .twPc-avatarLink {
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  margin: -30px 5px 0 8px;
  max-width: 100%;
  padding: 1px;
  vertical-align: bottom;
}
html .moneytor-body .twPc-avatarImg {
  border-radius: 7px;
  box-sizing: border-box;
  color: #ffffff;
  height: 115px;
  width: 115px;
  margin-top: -25px;
  margin-left: -15px;
}
html .moneytor-body .twPc-divUser {
  margin: 5px 0 0;
}
html .moneytor-body .twPc-divName {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
html .moneytor-body .twPc-divName a {
  color: inherit;
}
html .moneytor-body .twPc-divStats {
  margin-left: 11px;
  padding: 10px 0;
}
html .moneytor-body .twPc-Arrange {
  box-sizing: border-box;
  display: table;
  margin: 0;
  min-width: 100%;
  padding: 0;
  table-layout: auto;
}
html .moneytor-body ul.twPc-Arrange {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
html .moneytor-body .twPc-ArrangeSizeFit {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}
html .moneytor-body .twPc-ArrangeSizeFit a:hover {
  text-decoration: none;
}
html .moneytor-body .twPc-StatValue {
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.15s ease-in-out 0s;
}
html .moneytor-body .twPc-StatLabel {
  color: #8899a6;
  font-size: 10px;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out 0s;
}
html .moneytor-body .transition-effect {
  transition: 0.5s all linear;
}
html .moneytor-body .letter-space {
  letter-spacing: 1px;
}
html .moneytor-body .ui-datatable th.ui-state-active {
  background: black;
}
html .moneytor-body .ui-datatable tbody > tr.ui-widget-content {
  border-color: white;
}
html .moneytor-body .ui-datatable tbody > tr.ui-widget-content.ui-state-highlight {
  background-color: black;
}
html .moneytor-body .ui-datatable .ui-datatable-header {
  background: white;
}
html .moneytor-body .ui-datatable .ui-datatable-caption {
  background: white;
}
html .moneytor-body .ui-datatable .ui-datatable-footer {
  background: white;
}
html .moneytor-body .ui-datatable .ui-paginator {
  background: white;
}
html .moneytor-body .ui-datatable-tablewrapper {
  line-height: 2.2;
}
html .moneytor-body .ui-paginator .ui-paginator-page.ui-state-active {
  border-color: black;
  background: black;
}
html .moneytor-body .profile-user-img {
  padding: 0px;
  border: 0px;
}
html .moneytor-body .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  color: black;
}
html .moneytor-body .bg-teal-gradient {
  background: white;
}
html .moneytor-body .table > caption + thead > tr:first-child > th {
  background: white;
}
html .moneytor-body .table > caption + thead > tr:first-child > td {
  background: white;
}
html .moneytor-body .table > colgroup + thead > tr:first-child > th {
  background: white;
}
html .moneytor-body .table > colgroup + thead > tr:first-child > td {
  background: white;
}
html .moneytor-body .table > thead:first-child > tr > th {
  min-width: 120px;
  white-space: nowrap;
  background: white;
}
html .moneytor-body .table > thead:first-child > tr > td {
  background: white;
}
html .moneytor-body .selected-row {
  background: black;
  color: white;
}
html .moneytor-body .sub-header {
  padding: 20px 30px;
  background: rgba(213, 214, 216, 0.5);
  z-index: 999999;
  font-size: 16px;
  font-weight: 600;
}
html .moneytor-body .sub-header-2 {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999999;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .moneytor-body .mt-no-internet {
  margin: 100px auto;
  background: rgb(244, 253, 255);
  border-radius: 3px;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  padding: 2rem;
  display: block;
}
html .moneytor-body .mt-offer-panal .mat-expansion-panel-body {
  background: #ebf0f6;
  padding-top: 3rem;
}
html .moneytor-body .sub-header-link {
  margin-top: -5px;
  border: 0px;
  box-shadow: none;
  color: black;
  font-size: 25px;
  margin: auto;
  text-align: center;
}
html .moneytor-body .mt-show-hide-nav {
  position: fixed;
  left: 50%;
  top: -16px;
  z-index: 101;
  background: #ffffff;
  height: 31px;
  width: 31px;
  box-shadow: 0px 0px 4px 0.8px #ccc;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
html .moneytor-body .mt-nav-container {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
html .moneytor-body h1.mt-app-name {
  margin-left: 8px;
}
html .moneytor-body h3.text-black {
  font-size: 22px;
  color: #838f95;
}
html .moneytor-body .mt-select-dd.mat-select {
  padding: 0;
}
html .moneytor-body .mt-select-dd.mat-select .mat-select-value-text {
  margin-left: 0px;
  font-size: 13px;
}
html .moneytor-body .mt-header-account {
  display: flex;
  flex-direction: row;
  justify-content: right;
}
html .moneytor-body .mt-ptb {
  padding: 1.5rem 0;
}
html .moneytor-body .mt-agent-title {
  padding: 0.1rem 0.5rem;
  background: aliceblue;
  line-height: 3;
  position: relative;
  display: block;
  color: #6ab4df;
}
html .moneytor-body .mt-agent-title .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
}
html .moneytor-body .mt-today-list-card {
  width: 100%;
  margin: 1rem 0;
}
html .moneytor-body .mt-pending-task-mat-group {
  display: -webkit-box;
  overflow-x: auto;
  overflow-y: hidden;
}
html .moneytor-body .mt-pending-task-card {
  width: 250px;
  margin-bottom: 0.8rem;
  margin-right: 1.5rem;
  padding: 24px;
}
html .moneytor-body .mt-dashboard-card {
  width: 350px;
  margin-bottom: 0.8rem;
  margin-right: 1.5rem;
}
html .moneytor-body .mt-card-h-color {
  color: #3a3434;
  font-weight: 600;
  font-family: sans-serif;
  display: flex;
}
html .moneytor-body .mat-mt-sub-header {
  padding: 0.8rem 0;
  color: #1b8fd2;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
html .moneytor-body .mat-mt-button {
  background-color: #0f8dce;
  color: #ffffff;
  padding: 0 3rem;
}
html .moneytor-body .mt-button-icon {
  color: #0f73b3;
}
html .moneytor-body .linkedin {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #0f73b3;
}
html .moneytor-body .googleplus {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #dd4d42;
}
html .moneytor-body .twitter {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #1da1f1;
}
html .moneytor-body .facebook {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #4867aa;
}
html .moneytor-body .justdial {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
}
html .moneytor-body .indiamart {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
}
html .moneytor-body .other_web {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
}
html .moneytor-body .ownwebsite {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
}
html .moneytor-body .view-db-icon-button {
  padding: 0;
  min-width: 0;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  line-height: 27px;
  border-radius: 50%;
  background: #8cb7cc;
  color: #ffffff;
  margin-left: 10px;
}
html .moneytor-body .account-call-button {
  padding: 0;
  min-width: 0;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  line-height: 27px;
  border-radius: 50%;
  color: #007933;
}
html .moneytor-body .mat-card-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}
html .moneytor-body .mat-mdc-card:focus {
  outline: none;
  border: 0;
}
html .moneytor-body mat-card[mat-ink-ripple] {
  position: relative;
}
html .moneytor-body .mt-header-image {
  background-size: cover;
}
html .moneytor-body .sp {
  flex: 1 1 auto;
}
html .moneytor-body .mt-icon-size {
  font-size: 18px;
}
html .moneytor-body .mt-file-icon-size {
  font-size: 14px;
  height: 100%;
  width: 9px;
  font-weight: 600;
  transform: rotate(90deg);
}
html .moneytor-body .mt-hr-color {
  border-top-color: #bed8e7;
}
html .moneytor-body .mt-grid-subheader {
  color: #96bfd6;
}
html .moneytor-body .mt-grid-sub-buttons {
  color: #65a2c4;
}
html .moneytor-body .mt-number-count {
  color: #65a2c4;
  font-size: 20px;
  font-weight: 600;
}
html .moneytor-body .mt-number-count-warning {
  color: #f726ca;
  font-size: 20px;
  font-weight: 600;
}
html .moneytor-body .mat-tab-labels {
  border-radius: 5px 5px 0px 0px;
}
html .moneytor-body .mat-tab-label:focus {
  color: #574b4b;
}
html .moneytor-body .mat-tab-label-active {
  color: #1b8fd2;
}
html .moneytor-body .mat-progress-bar {
  margin: 2rem 0 2rem 0;
}
html .moneytor-body .mat-divider {
  border-top-color: #1b8fd2;
  margin-bottom: 2.5rem;
}
html .moneytor-body .fa-calendar {
  color: #1b8fd2;
}
html .moneytor-body .mat-paginator-page-size-label {
  display: none;
}
html .moneytor-body .mat-header-cell.mat-sort-header-sorted {
  color: black;
}
html .moneytor-body .mt-mat-timline-subheader {
  margin-left: -2.5rem;
  color: #8cb7cd;
  letter-spacing: 0.6px;
}
html .moneytor-body .mt-color {
  color: #8cb7cd;
}
html .moneytor-body .mt-color-2 {
  color: rgb(90, 161, 197);
}
html .moneytor-body .mt-color-3 {
  background: rgb(255, 255, 255);
  color: #80b8cf;
}
html .moneytor-body .mt-color-verified {
  background: rgba(128, 184, 207, 0.2);
  color: #6facc5;
}
html .moneytor-body .mt-link-color {
  color: rgba(0, 0, 0, 0.582);
  cursor: pointer;
}
html .moneytor-body .mt-link-color:hover {
  color: rgba(0, 0, 0, 0.582);
  cursor: pointer;
}
html .moneytor-body .mt-link-color:focus {
  color: rgba(0, 0, 0, 0.582);
  cursor: pointer;
}
html .moneytor-body .mt-bg {
  background: #8cb7cc;
  color: #ffffff;
}
html .moneytor-body .mt-row {
  margin: 0 -14px;
}
html .moneytor-body .act-head {
  padding: 2rem 2rem;
}
html .moneytor-body .row {
  margin-right: 0px;
  margin-left: 0px;
}
html .moneytor-body .mt-row-full-width {
  clear: both;
  margin-right: -15px;
  margin-left: -15px;
}
html .moneytor-body .mt-n5 {
  margin-top: -6rem;
}
html .moneytor-body .mb-150 {
  margin-bottom: 150px;
}
html .moneytor-body .example-fill-remaining-space {
  flex: 1 1 auto;
}
html .moneytor-body .mt-followup-cnt {
  position: fixed;
  top: 7.4%;
  right: 0;
  z-index: 9999999999;
}
html .moneytor-body .mt-follwup-txt {
  vertical-align: text-bottom;
}
html .moneytor-body .mt-followup-button {
  -webkit-border-radius: 10px;
  border-radius: 50%;
  border: none;
  color: #72afd2;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
html .moneytor-body .mt-followup-button:hover {
  -webkit-border-radius: 10px;
  border-radius: 50%;
  border: none;
  color: #72afd2;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
html .moneytor-body .ngx-datatable .scroll-horz .datatable-body,
html .moneytor-body .ngx-datatable .datatable-body {
  min-width: 100% !important;
}
html .moneytor-body .ngx-datatable .datatable-header {
  min-width: 100% !important;
  border-bottom: 1px solid #ccc;
}
html .moneytor-body .ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .moneytor-body .ngx-datatable datatable-body-row.datatable-body-row.active {
  background: rgba(189, 233, 251, 0.6);
}
html .moneytor-body .datatable-body-cell-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .moneytor-body .datatable-body-cell-label div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .moneytor-body .datatable-body-cell-label span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .moneytor-body #rulesTable .datatable-body-cell-label {
  white-space: unset;
}
html .moneytor-body #rulesTable .datatable-body-cell-label div {
  white-space: unset;
}
html .moneytor-body #rulesTable .datatable-body-cell-label span {
  white-space: unset;
}
html .moneytor-body #rulesTable.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  font-size: 14px;
}
html .moneytor-body .mt-excel-data-downlod .datatable-body-cell-label {
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
}
html .moneytor-body .mt-excel-data-downlod .datatable-body-cell-label div {
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
}
html .moneytor-body .mt-excel-data-downlod .datatable-body-cell-label span {
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
}
html .moneytor-body .rgt-align {
  text-align: right;
}
html .moneytor-body .mat-dialog-container {
  max-height: 400px;
}
html .moneytor-body .paymentNotifications .mat-dialog-container {
  background: #f5f3f7;
}
html .moneytor-body .mat-datepicker-dialog .mat-dialog-container {
  max-height: none;
  box-shadow: none;
}
html .moneytor-body .mat-datepicker-dialog .mat-dialog-container .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td.ngx-mat-timepicker-spacer {
  transform: translateY(-4px);
}
html .moneytor-body .mt-ngx-chart {
  min-height: 100px;
  height: 100%;
  display: inline-block;
  padding-bottom: 1rem;
}
html .moneytor-body .mt-display-block {
  min-height: 450px;
  max-height: 500px;
}
html .moneytor-body .mt-display-block ngx-charts-chart {
  display: block;
}
html .moneytor-body .mt-display-block .ngx-charts-outer {
  min-width: 1000px;
  min-height: 1rem;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1rem;
  display: flex;
}
html .moneytor-body .mt-display-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}
html .moneytor-body .mt-box-shadow {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
html .moneytor-body .mt-margings {
  padding: 0 9px;
}
html .moneytor-body .ngx-datatable.material .datatable-header .datatable-row-left {
  background-color: #ffffff;
  background-image: none;
}
html .moneytor-body .ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #ffffff;
  background-image: none;
}
html .moneytor-body .ngx-datatable.material .datatable-body .datatable-row-left .datatable-body-cell {
  background-color: #ffffff;
}
html .moneytor-body .ngx-datatable.material .datatable-body .datatable-row-detail {
  min-width: 100rem;
  width: 100%;
}
html .moneytor-body .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
  background-position: 100% 0;
  background-repeat: repeat-y;
  font-size: 13px;
}
html .moneytor-body .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell div {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
html .moneytor-body .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell div a {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
html .moneytor-body .ngx-datatable.material .datatable-body .datatable-body-row.higlightRow {
  background-color: #96a1fa !important;
  color: #ffffff !important;
}
html .moneytor-body .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
  background-color: rgba(105, 121, 248, 0.08);
}
html .moneytor-body .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(105, 121, 248, 0.08);
}
html .moneytor-body .ngx-datatable.material .datatable-footer .page-count {
  display: none;
}
html .moneytor-body .ngx-datatable.material .empty-row {
  height: auto;
  margin: 1%;
  font-size: 16px;
  text-align: center;
  padding: 0;
}
html .moneytor-body .ngx-datatable.material.single-selection .datatable-body-row.active,
html .moneytor-body .ngx-datatable.material.multi-selection .datatable-body-row.active,
html .moneytor-body .ngx-datatable.material.multi-click-selection .datatable-body-row.active {
  background: #8fc4d9;
  color: #ffffff;
}
html .moneytor-body .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,
html .moneytor-body .ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,
html .moneytor-body .ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background: #8fc4d9;
  color: #ffffff;
}
html .moneytor-body .datatable-header .datatable-header-inner .datatable-header-cell {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
  background-position: 100% 0;
  background-repeat: repeat-y;
  font-size: 14px;
  border-top: 2px solid #efeeef;
}
html .moneytor-body .timeline3-section .box-body.p-0 .datatable-body .datatable-body-row .datatable-body-cell {
  background-image: none;
  background-repeat: no-repeat;
  border-top: 0;
}
html .moneytor-body .timeline3-section .box-body.p-0 .datatable-header .datatable-header-inner .datatable-header-cell {
  background-image: none;
  background-repeat: no-repeat;
  border-top: 0;
}
html .moneytor-body .mt-left-box.ngx-datatable.material .datatable-header {
  height: auto;
}
html .moneytor-body .mt-left-box.ngx-datatable.material .datatable-header .datatable-header-cell {
  padding: 0.9rem 0.5rem 0.5rem 0.5rem;
  font-size: 13px;
  line-height: 1.2;
  word-wrap: break-word;
  font-weight: 400;
}
html .moneytor-body .mat-ripple-element {
  background: rgba(27, 141, 241, 0.152);
}
html .moneytor-body .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #8cb7ce;
}
html .moneytor-body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #9bb1bc;
}
html .moneytor-body .mt-case-action {
  font-size: 12px;
  color: #5d6b72;
  font-weight: 600;
}
html .moneytor-body .mt-timeline-title {
  font-size: 13px;
  display: block;
}
html .moneytor-body .mt-details {
  color: #4c595f;
  font-weight: 300;
}
html .moneytor-body .modal-backdrop {
  position: relative;
  background-color: transparent;
}
html .moneytor-body .mt-agent-prof {
  height: 45px;
}
html .moneytor-body .mt-chat-icon {
  font-size: 2.4rem;
  padding: 0.7rem 0.5rem;
}
html .moneytor-body .mat-tab-body-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  overflow: hidden;
}
html .moneytor-body .mt-button {
  outline: none;
  background-color: #8cb7cd;
  color: #ffffff;
}
html .moneytor-body .mt-small-btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
html .moneytor-body .mt-reject-button {
  outline: none;
  background-color: rgba(212, 99, 33, 0.87);
  color: #ffffff;
}
html .moneytor-body .mt-aproove-btn {
  outline: none;
  background: rgba(96, 152, 181, 0.92);
  color: #ffffff;
  font-weight: 600;
}
html .moneytor-body .mt-reject-btn {
  outline: none;
  font-weight: 600;
}
html .moneytor-body .action-today {
  background-color: #a9cfe2;
}
html .moneytor-body .account-paid {
  background-color: #a9e2b7;
}
html .moneytor-body .account-partial {
  background-color: #bae9c6;
}
html .moneytor-body .account-closed {
  background-color: #dad6d6;
}
html .moneytor-body .ptp-update {
  background-color: #fbe1b9;
}
html .moneytor-body .acc-ptp {
  background-color: #fad2af;
}
html .moneytor-body .acc-cb {
  background-color: #c9a3f0;
}
html .moneytor-body .acc-sy {
  background-color: #e6deba;
}
html .moneytor-body .mt-timeline-btn {
  background-color: #9ecbe2;
  color: #f6f6f6;
  font-weight: 500;
}
html .moneytor-body .mt-menu-button {
  background: #89bdd8;
  text-align: center;
}
html .moneytor-body .mt-clear-button {
  background: #ebf3f7;
  text-align: center;
}
html .moneytor-body .mt-dashboard-btn {
  min-width: auto;
}
html .moneytor-body .mt-d-salected {
  box-shadow: 0px 0px 1px 1px #cce0e6;
}
html .moneytor-body .mt-form-field-data {
  border: 1px solid #e1e1e1;
  padding: 1rem;
  margin: 2rem;
  border-radius: 3px;
  display: inline-block;
}
html .moneytor-body .mat-button.mat-primary {
  color: #82b5d3;
}
html .moneytor-body .mat-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(130, 181, 211, 0.18);
}
html .moneytor-body .mat-icon-button.mat-primary {
  color: #82b5d3;
}
html .moneytor-body .mat-icon-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(130, 181, 211, 0.18);
}
html .moneytor-body .mt-email-temp-prev {
  min-height: 111px;
  border-radius: 5px;
  overflow: auto;
  text-align: -webkit-center;
  padding: 0 0 1rem 0;
  max-height: 300px;
}
html .moneytor-body .mt-email-temp {
  min-height: 111px;
  border: 1px solid #3f8cb8;
  border-radius: 5px;
  overflow: auto;
  text-align: -webkit-center;
  padding: 0 0 1rem 0;
  max-height: 300px;
}
html .moneytor-body .mt-sms-temp {
  min-height: 111px;
  border: 1px solid #30749b;
  border-radius: 30px 30px 0px 30px;
  overflow: hidden;
  text-align: -webkit-center;
  padding: 2rem 0;
  background-color: #9dd3e8;
  font-weight: 600;
  letter-spacing: 0.1px;
}
html .moneytor-body .mat-tab-group.mat-primary .mat-ink-bar {
  background-color: #6aa6c4;
}
html .moneytor-body .mat-tab-group.mat-primary .mat-tab-label:focus {
  background-color: rgba(140, 183, 205, 0.29);
}
html .moneytor-body .mat-tab-group.mat-primary .mat-tab-link:focus {
  background-color: rgba(140, 183, 205, 0.29);
}
html .moneytor-body .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #6aa6c4;
}
html .moneytor-body .mat-tab-nav-bar.mat-primary .mat-tab-label:focus {
  background-color: rgba(140, 183, 205, 0.29);
}
html .moneytor-body .mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background-color: rgba(140, 183, 205, 0.29);
}
html .moneytor-body .mt-remark-form {
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 0px 50px 50px 50px;
}
html .moneytor-body .mt-n15 {
  margin-top: -15px;
}
html .moneytor-body .mt-agent-graph-container {
  min-height: 390px;
}
html .moneytor-body .mt-agent-graph {
  padding-left: 1rem;
}
html .moneytor-body .mt-bucket-msg {
  padding: 1.5rem 1rem;
}
html .moneytor-body label.mt-label-file {
  margin-bottom: 0;
}
html .moneytor-body .mt-search-bar {
  clear: both;
  height: 27px;
  font-size: 15px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #959595;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
html .moneytor-body .mt-search-bar:focus {
  width: 180px;
  z-index: 1;
  border-bottom: 1px solid #959595;
  cursor: text;
}
html .moneytor-body .mt-search-bar:focus:hover {
  border-bottom: 1px solid #959595;
}
html .moneytor-body .mt-search-button {
  height: 21px;
  width: 19px;
  display: inline-block;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.4s all;
  background-size: 100%;
}
html .moneytor-body .mt-search-button:hover {
  opacity: 0.8;
}
html .moneytor-body .link-btn {
  cursor: pointer;
}
html .moneytor-body .mt-agent-bucket {
  line-height: 4;
  margin-right: 1rem;
}
html .moneytor-body .mt-map-activity-wrapper {
  min-height: 20rem;
}
html .moneytor-body .no-scroll {
  overflow: hidden;
}
html .moneytor-body .mt-agent-header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
html .moneytor-body .mt-agent-divider.mat-divider {
  border-top-color: #f4f4f4;
}
html .moneytor-body .totallength {
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
html .moneytor-body .mt-dashboard-footer {
  display: inline-block;
}
html .moneytor-body .mt-due-details-mobile {
  margin-bottom: 0.7rem;
}
html .moneytor-body .mt-due-details-mobile .inner-tbl-lbl {
  margin: 0.7rem 0 0 0;
}
html .moneytor-body .mt-due-details-mobile .inner-tbl-data {
  font-size: 15px;
  color: #000;
}
html .moneytor-body .mt-width-6 {
  width: 230px;
}
html .moneytor-body .mt-first-box tr td {
  font-size: 12px;
}
html .moneytor-body .mt-mb-10 {
  margin-bottom: 2rem;
}
html .moneytor-body .mt-mb-20 {
  display: block;
  margin-bottom: 1rem;
}
html .moneytor-body .mt-timeline-box {
  flex: 1;
}
html .moneytor-body .link-btn-2 {
  font-size: 12px;
  cursor: pointer;
}
html .moneytor-body .mt-link-icon {
  line-height: 1;
  height: auto;
  width: auto;
}
html .moneytor-body .table.text-center.no-padding tr td button {
  margin: 0.5rem;
}
html .moneytor-body .mt-show-more-box {
  height: 107px;
  overflow: hidden;
  text-overflow: ellipsis;
}
html .moneytor-body .mt-show-more-text {
  overflow: visible;
  height: auto;
}
html .moneytor-body .mt-timeline-cards mat-card {
  padding: 0px;
}
html .moneytor-body .mt-timeline-cards mat-card mat-card-header {
  background: #8cb7cd;
  margin-bottom: 5px;
}
html .moneytor-body .mt-timeline-cards mat-card mat-card-header mat-card-title {
  font-size: 14px;
  padding: 10px 0px 10px 1px;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}
html .moneytor-body .mt-timeline-cards mat-card mat-card-header mat-card-title mat-icon {
  vertical-align: middle;
}
html .moneytor-body .mt-timeline-cards mat-card mat-card-content {
  padding: 10px;
  height: 200px;
  overflow-x: auto;
}
html .moneytor-body .mt-mat-divider {
  margin-top: 10px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #a9c1ce;
  width: 80%;
}
html .moneytor-body .mt-err {
  color: red;
}
html .moneytor-body .mt-401-error {
  font-size: 50px;
  font-weight: 700;
  text-shadow: 0 6px #ccc;
}
html .moneytor-body .mt-401-error small {
  display: block;
  font-size: 45%;
  text-shadow: none;
}
html .moneytor-body .mt-msg {
  font-size: 25px;
  font-weight: 500;
  text-shadow: 0 6px #ccc;
}
html .moneytor-body .mt-msg-2 {
  font-size: 23px;
  font-weight: 500;
}
html .moneytor-body .mt-401-error-msg {
  color: #101010;
}
html .moneytor-body .mt-icons-align {
  vertical-align: middle;
  font-size: 16px;
}
html .moneytor-body .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
html .moneytor-body .upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
html .moneytor-body .bulk-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
html .moneytor-body .bulk-upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
html .moneytor-body .upload-button-custom {
  height: 50px;
  width: 100%;
  line-height: 4;
  border: 2px dotted #808df9;
  cursor: pointer;
  background: #6979f8;
  color: #ffffff;
  line-height: 50px;
  display: flex;
  align-items: center;
}
html .moneytor-body .mt-file-name {
  display: inline-block;
  padding: 0 5px 0px 10px;
}
html .moneytor-body .display-inline {
  display: inline-block;
}
html .moneytor-body .clear-file {
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
}
html .moneytor-body .modal-chat {
  min-width: 500px;
  max-width: 500px;
  position: fixed;
  background-color: #ffffff;
  padding: 1.5rem;
  transition: 0.3s ease-in;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
  border: 1px solid #6979f8;
  bottom: 10%;
  right: 2.7rem;
  z-index: 9999;
}
html .moneytor-body .modal-letter {
  min-width: 500px;
  max-width: 700px;
  position: fixed;
  background-color: #ffffff;
  padding: 1.5rem;
  transition: 0.3s ease-in;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
  border: 1px solid #6979f8;
  bottom: 10%;
  right: 6.7rem;
  z-index: 9999;
}
html .moneytor-body .modal-chat-2 {
  min-width: 500px;
  max-width: 500px;
  position: fixed;
  background-color: #ffffff;
  bottom: 10%;
  padding: 1.5rem;
  transition: 0.3s ease-in;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
  border: 1px solid #6979f8;
  left: 1.6rem;
  z-index: 9999;
}
html .moneytor-body .modal-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
html .moneytor-body .modal-icon-2 {
  position: absolute;
  top: 5px;
  left: 10px;
  cursor: pointer;
}
html .moneytor-body .modal-chat-small-2,
html .moneytor-body .modal-chat-small {
  position: fixed;
  background-color: #ffffff;
  bottom: 10%;
  min-width: 350px;
  max-width: 350px;
  padding: 1.5rem;
  transition: 0.3s ease-out;
  box-shadow: 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
  border: 1px solid #6979f8;
  left: 1.6rem;
  z-index: 9999;
}
html .moneytor-body .modal-chat-small-2 .mt-media-container,
html .moneytor-body .modal-chat-small .mt-media-container {
  display: none;
}
html .moneytor-body .modal-chat-small {
  left: auto;
  right: 2.7rem;
}
html .moneytor-body .modal-chat-small .mat-tab-group {
  display: none;
}
html .moneytor-body .mt-pt-1 {
  padding-top: 1.2rem;
}
html .moneytor-body .moneytor-search-default {
  width: 100%;
  background-color: rgba(216, 216, 216, 0.15);
  height: 57px;
}
html .moneytor-body .moneytor-all-defaulter-page {
  width: 169px;
  height: 30px;
  font-family: CircularStd;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #2f2d3b;
}
html .moneytor-body md-ink-bar {
  background-color: #4a9fcc;
  height: 6px;
}
html .moneytor-body .moneytorCollection-tab-group > md-tab-header {
  background-color: #ffffff;
}
html .moneytor-body .moneytor-defaulter-container-section {
  min-height: 500px;
  background-color: #ffffff;
}
html .moneytor-body .moneytor-gender {
  margin-top: -35px;
}
html .moneytor-body .moneytor-tile-headers {
  margin: 0 0 5px 0;
}
html .moneytor-body .moneytor-select-gender {
  border: solid 1px #4a9fcc;
  border-radius: 2px;
  background-color: #ffffff;
  color: #4a9fcc;
  font-size: 12px;
  margin-bottom: 5px;
}
html .moneytor-body .moneytor-select-gender p {
  margin: 0px;
}
html .moneytor-body .moneytor-select-portfolio {
  border: solid 1px #4a9fcc;
  border-radius: 2px;
  background-color: #ffffff;
  color: #4a9fcc;
  font-size: 12px;
  margin-bottom: 5px;
  margin-bottom: 5px;
}
html .moneytor-body .moneytor-select-portfolio p {
  margin: 0px;
}
html .moneytor-body .override-sticky {
  position: static;
}
html .moneytor-body .moneytor-table-header h5 {
  left: 20px;
  font-size: 15px;
}
html .moneytor-body .defaulter-list-container-table {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
html .moneytor-body .moneytor-items-per-page {
  position: absolute;
  left: 0;
  display: inherit;
}
html .moneytor-body .moneytor-selection-sort-text {
  margin-top: 10px;
  margin-right: 10px;
}
html .moneytor-body .moneytor-pagination > div > mat-select {
  border: 1px solid #979797;
  border-radius: 3px;
}
html .moneytor-body .newClass {
  background-color: #4a9fcc;
  color: #ffffff;
}
html .moneytor-body #gender-change-male {
  margin: 0px;
}
html .moneytor-body #gender-change-female {
  margin: 0px;
}
html .moneytor-body .moenytor-search-container {
  margin-left: 20px;
  min-width: 293px;
}
html .moneytor-body input:focus {
  outline: none;
}
html .moneytor-body .mat-select-value-text {
  margin-left: 10px;
}
html .moneytor-body .moneytor-search-field {
  min-width: 293px;
  min-height: 38px;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 100px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  padding: 10px;
}
html .moneytor-body .moneytor-defaulter-content-final {
  min-height: 500px;
  background-color: #ffffff;
  padding: 20px;
}
html .moneytor-body .search-icon {
  max-width: 20px;
  max-height: 15px;
  margin-left: -25px;
  position: absolute;
  margin-top: 20px;
  cursor: pointer;
}
html .moneytor-body .datatable-checkbox input[type=checkbox]::before {
  content: none;
}
html .moneytor-body .datatable-checkbox input[type=checkbox]::after {
  content: none;
}
html .moneytor-body .mt-media-container {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 1rem 0;
}
html .moneytor-body .mt-media-container a {
  color: #101010;
}
html .moneytor-body .mt-audio-frame {
  width: 100%;
}
html .moneytor-body .mt-download-btn {
  color: #1b8fd2;
}
html .moneytor-body .mt-media-frames {
  width: 100%;
  height: 290px;
}
html .moneytor-body .mt-pdf-frames {
  width: 100%;
  height: 290px;
}
html .moneytor-body .mt-audio-frames {
  border: 1px solid #ccc;
}
html .moneytor-body .mt-preview-box {
  overflow-x: hidden;
  overflow-y: auto;
}
html .moneytor-body .pull-right.mt-n1.mt-width-100 {
  margin-top: -3px;
}
html .moneytor-body .h-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .moneytor-body .h-header h4 {
  font-size: 20px;
  font-weight: 600;
}
html .moneytor-body .v-header {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: left;
  margin-top: 6%;
}
html .moneytor-body .v-header h4 {
  font-size: 20px;
  font-weight: 600;
}
html .moneytor-body .mt-acc-title {
  text-transform: capitalize;
}
html .moneytor-body .no-bg {
  background-color: none;
  background: none;
  border: none;
  box-shadow: none;
}
html .moneytor-body .h-200 {
  height: 200px;
}
html .moneytor-body .h-275 {
  height: 200px;
}
html .moneytor-body .h-300 {
  height: 300px;
}
html .moneytor-body .h-350 {
  height: 300px;
}
html .moneytor-body .h-100 {
  height: 100px;
}
html .moneytor-body .h-125 {
  height: 125px;
}
html .moneytor-body .h-150 {
  height: 150px;
}
html .moneytor-body .h-175 {
  height: 175px;
}
html .moneytor-body .btn-align {
  margin-top: 6px;
}
html .moneytor-body .redtxt {
  text-decoration: line-through;
}
html .moneytor-body .mt-input-field {
  margin-bottom: 0;
  margin-top: 1rem;
}
html .moneytor-body .z-index-2 {
  z-index: 2;
}
html .moneytor-body .mt-checkbox-section {
  display: flex;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
html .moneytor-body .show-nav {
  transition: 0.7s all;
  height: 64px;
  z-index: 100;
}
html .moneytor-body .hide-nav {
  transition: 0.7s all;
  height: 0;
}
html .moneytor-body .mat-mdc-menu-content {
  padding-top: 10px;
}
html .moneytor-body .mt-radio-group {
  line-height: 2;
}
html .moneytor-body .mt-radio-button {
  margin: 0rem 1rem;
}
html .moneytor-body .mat-chip {
}
html .moneytor-body .mat-chip:not(.mat-basic-chip) {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 24px;
  align-items: center;
  font-size: 13px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  background-color: rgba(229, 230, 236, 0.88);
  color: rgba(12, 12, 12, 0.9);
}
html .moneytor-body .mt-condition-error {
  margin: 0.5rem;
  line-height: 2;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 0 1rem;
}
html .moneytor-body .mt-condition-input {
  resize: none;
  font-size: 1.7rem;
}
html .moneytor-body .mt-submit-rule {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .moneytor-body .mt-submit-rule-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 25.2rem;
  margin-top: 3rem;
}
html .moneytor-body .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #2785b3;
}
html .moneytor-body mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgb(140, 183, 204);
}
html .moneytor-body .show-console {
  float: right;
  position: relative;
  width: 75%;
  bottom: 1%;
  right: 1%;
  z-index: 55;
  transition: 0.5s all;
  bottom: 1%;
  right: 0;
}
html .moneytor-body .hide-console {
  float: right;
  position: relative;
  width: 75%;
  bottom: 1%;
  right: 1%;
  z-index: 55;
  transition: 0.5s all;
  right: -100%;
  transition: 0.5s all;
}
html .moneytor-body .width100 {
  float: right;
  width: 100%;
}
html .moneytor-body .full-screen-box {
  height: 100rem;
  transition: 0.5s all;
}
html .moneytor-body .mtHideBox {
  display: none;
}
html .moneytor-body .mtShowBox {
  display: block;
}
html .moneytor-body .console-box {
  max-width: 100%;
  background-color: #0e0e0e;
  transition: 0.5s all;
}
html .moneytor-body .mt-console-color {
  color: #e4dede;
}
html .moneytor-body .mt-console-logs {
  color: #e4dede;
  font-size: 1.7rem;
  font-family:
    SourceCodeProRegular,
    Menlo,
    Monaco,
    consolas,
    monospace;
}
html .moneytor-body .text-green {
  color: rgba(62, 195, 62, 0.88);
}
html .moneytor-body .minimize-console {
  min-height: 0rem;
  transition: 1s all;
}
html .moneytor-body .maximize-console {
  min-height: 30rem;
  transition: 1s all;
  max-height: 80%;
}
html .moneytor-body .mat-code-icon {
  margin-top: 1.2rem;
  color: #4f99bd;
}
html .moneytor-body .mtn-25 {
  margin-top: -25px;
}
html .moneytor-body .mt-rule-details {
  font-size: 15px;
  color: rgba(90, 85, 85, 0.911);
}
html .moneytor-body .mt-colsole-log-data {
  line-height: 1.2;
  word-break: break-all;
}
html .moneytor-body .no-data-found {
  padding: 5rem;
  height: 16rem;
  margin-top: 1rem;
  border-radius: 3px;
}
html .moneytor-body .mt-preview-excel {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  word-wrap: break-word;
  word-break: break-all;
  width: 100%;
  padding: 10px;
}
html .moneytor-body pre {
  border: none;
  background-color: transparent;
}
html .moneytor-body .mt-progress-bar-msg {
  margin-bottom: -19px;
  display: block;
}
html .moneytor-body .mt-alert-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .moneytor-body .mt-success-alert {
  background-color: rgba(140, 183, 205, 0.753);
  border: 0;
  color: #ffffff;
}
html .moneytor-body .mt-error-alert {
  background-color: rgba(181, 41, 24, 0.85);
  border: 0;
  color: #ffffff;
}
html .moneytor-body .mt-success {
  color: rgba(31, 144, 31, 0.753);
  font-weight: 700;
}
html .moneytor-body .mt-comment-box .mat-tab-label {
  min-width: 128px;
}
html .moneytor-body #bodyCell h1 {
  font-size: 20px;
}
html .moneytor-body #templateBody .mcnTextContent {
  font-size: 13px;
  font-family: Helvetica;
  line-height: 135%;
  text-align: left;
}
html .moneytor-body #templateBody .mcnTextContent p {
  font-size: 13px;
  font-family: Helvetica;
  line-height: 135%;
  text-align: left;
}
html .moneytor-body #senEmailTemplate .templateContainer {
  width: 100%;
}
html .moneytor-body #emailTemplate .templateContainer {
  width: 100%;
}
html .moneytor-body .flex-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
html .moneytor-body .mt-offer-img {
  font-size: 29px;
}
html .moneytor-body .mt-offer-img.mat-icon {
  height: auto !important;
  width: auto !important;
}
html .moneytor-body .no-radius {
  border-radius: 0;
}
html .moneytor-body .mt-timeline-file-icon {
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  line-height: 2;
  background-color: rgb(157, 184, 197);
  color: #ffffff;
}
html .moneytor-body .mt-client-logo-url {
  max-width: 200px;
  max-height: 35px;
}
html .moneytor-body .md-addr-width {
  min-width: 350px;
  max-width: 350px;
}
html .moneytor-body .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #13a0b9;
}
html .moneytor-body .mt-bubble-chart-container {
  background: #190036;
  color: #ffffff;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
html .moneytor-body .mt-bubble-chart-container ngx-charts-bubble-chart.mt-bubble-chart-view g {
  fill: #ffffff;
}
html .moneytor-body .mt-bubble-chart-container .ngx-charts .gridline-path {
  stroke: rgba(77, 85, 105, 0.78);
}
html .moneytor-body .mt-bubble-chart-container .chart-legend .legend-wrap {
  width: 100%;
}
html .moneytor-body .mt-bubble-chart-container .chart-legend .legend-wrap .legend-labels {
  color: #ffffff;
}
html .moneytor-body .mt-bubble-chart-container .chart-legend .legend-wrap .legend-labels .legend-label {
  fill: #ffffff;
}
html .moneytor-body .mt-bubble-chart-container .chart-legend .legend-wrap .legend-labels .legend-label .active .legend-label-text {
  font-weight: 600;
  color: orange;
}
html .moneytor-body .mt-legend-box {
  height: 15px;
  width: 15px;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 1;
}
html .moneytor-body .mt-legend-btn {
  font-weight: 400;
  color: rgba(76, 74, 74, 0.81);
}
html .moneytor-body .mt-add-link.mat-button {
  color: #8cb7cd;
}
html .moneytor-body .mat-fab.mat-accent {
  background-color: rgba(139, 183, 205, 0.84);
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
html .moneytor-body .mat-mini-fab.mat-accent {
  background-color: rgba(139, 183, 205, 0.84);
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
html .moneytor-body .mat-raised-button.mat-accent {
  background-color: rgba(139, 183, 205, 0.84);
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
html .moneytor-body .mt-fab-button.mat-mini-fab .mat-button-wrapper {
  padding: 0;
}
html .moneytor-body .mt-condition-border {
  border-radius: 2px;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 2rem;
}
html .moneytor-body .agent-timeline-view {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
html .moneytor-body .agent-timeline-view::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d9d9d9;
  left: 50%;
  margin: 0;
  border-radius: 2px;
}
html .moneytor-body .agent-timeline-view > li {
  position: relative;
  margin-right: 0;
  margin-bottom: 15px;
}
html .moneytor-body .agent-timeline-view > li::after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .agent-timeline-view > li::before {
  content: " ";
  display: table;
}
html .moneytor-body .agent-timeline-view > li.time-label {
  text-align: center;
}
html .moneytor-body .agent-timeline-view > li.time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  color: #6979f8;
  background-color: #ffffff;
}
html .moneytor-body .agent-timeline-view > li > .timeline-item {
  border-radius: 3px;
  margin-top: 5px;
  color: #1a051d;
  padding: 0;
  position: relative;
}
html .moneytor-body .agent-timeline-view > li > .timeline-item > .timeline-header {
  cursor: pointer;
  padding: 13px;
  font-size: 15px;
  line-height: 13px;
  border-radius: 4px;
  color: #ffffff;
}
html .moneytor-body .agent-timeline-view > li > .timeline-item > .timeline-header.allocated {
  background: #6979f8;
}
html .moneytor-body .agent-timeline-view > li > .timeline-item > .timeline-header.deallocated {
  background: #ff647c;
}
html .moneytor-body .agent-timeline-view > li .deallocated-accounts,
html .moneytor-body .agent-timeline-view > li .available-accounts {
  display: block;
  height: 5px;
  background: transparent;
}
html .moneytor-body .querybox {
  justify-content: space-between;
  align-items: center;
}
html .moneytor-body .datasize {
  font-size: 1rem;
  line-height: 25px;
}
html .moneytor-body .mt-sidenav-container .cronPicker {
  font-family: inherit;
}
html .moneytor-body .mt-sidenav-container .cronPicker .nav-tabs {
  border: none;
  margin: 25px 0;
}
html .moneytor-body .mt-sidenav-container .cronPicker .nav-tabs li {
  margin: 0 24px;
}
html .moneytor-body .mt-sidenav-container .cronPicker .cron-editor-container .well-small {
  margin-bottom: 18px;
}
html .moneytor-body .mt-sidenav-container .cronPicker .cron-editor-container .well-small .cron-editor-select {
  width: fit-content !important;
  text-align: center;
  margin: 0 10px;
}
html .moneytor-body .mt-sidenav-container .cronPicker .cronResult {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .moneytor-body .mt-sidenav-container .cronPicker .cronResult span {
  width: 100px;
}
html .moneytor-body .mt-sidenav-container .cronPicker .cronResult input {
  text-align: center;
}
html .moneytor-body * {
  outline: none !important;
}
html .moneytor-body h1,
html .moneytor-body h2,
html .moneytor-body h3,
html .moneytor-body h4,
html .moneytor-body h5,
html .moneytor-body h6,
html .moneytor-body p {
  margin: 0;
}
html .moneytor-body a {
  color: #1a051d;
  text-decoration: none;
}
html .moneytor-body .bg-white {
  background: #ffffff;
}
html .moneytor-body mat-tooltip-component .mat-tooltip {
  background: #6979f8;
  color: #ffffff;
  padding: 0.4rem;
  font-size: 13px;
  min-width: 80px;
}
html .moneytor-body .mt-text {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
html .moneytor-body .mt-text.mt-no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html .moneytor-body .m-auto {
  margin: auto;
}
html .moneytor-body .my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
html .moneytor-body .my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
html .moneytor-body .my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
html .moneytor-body .my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
html .moneytor-body .mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
html .moneytor-body .ta-l {
  text-align: left;
}
html .moneytor-body .ta-r {
  text-align: right;
}
html .moneytor-body .ta-c {
  text-align: center;
}
html .moneytor-body .z-index-2 {
  z-index: 2;
}
html .moneytor-body .align-left {
  text-align: left;
}
html .moneytor-body .align-right {
  text-align: right;
}
html .moneytor-body .mt-text-muted {
  color: #ece9f1;
}
html .moneytor-body .cursor-default {
  cursor: default;
}
html .moneytor-body .cursor-move {
  cursor: move;
}
html .moneytor-body .cursor-pointer {
  cursor: pointer;
}
html .moneytor-body .fl {
  float: left;
}
html .moneytor-body .fr {
  float: right;
}
html .moneytor-body .fl-imp {
  float: left;
}
html .moneytor-body .fr-imp {
  float: right;
}
html .moneytor-body .clr-before {
  clear: left;
}
html .moneytor-body .clr {
  clear: both;
}
html .moneytor-body .mt-right {
  float: right;
}
html .moneytor-body .lh-3 {
  line-height: 3;
}
html .moneytor-body .lh-0 {
  line-height: 0;
}
html .moneytor-body .p-0 {
  padding: 0;
}
html .moneytor-body .p-5 {
  padding: 5px;
}
html .moneytor-body .p-10 {
  padding: 10px;
}
html .moneytor-body .p-15 {
  padding: 15px;
}
html .moneytor-body .p-20 {
  padding: 20px;
}
html .moneytor-body .p-25 {
  padding: 25px;
}
html .moneytor-body .p-30 {
  padding: 30px;
}
html .moneytor-body .p-40 {
  padding: 40px;
}
html .moneytor-body .p-50 {
  padding: 50px;
}
html .moneytor-body .p-60 {
  padding: 60px;
}
html .moneytor-body .pt-p5 {
  padding: 0.5rem 0 0 0;
}
html .moneytor-body .no-shadow {
  box-shadow: none;
}
html .moneytor-body .mt-bb-1 {
  border-bottom: 1px solid #d9d9d9;
}
html .moneytor-body .mt-border {
  border-bottom: 1px solid #d9d9d9;
}
html .moneytor-body .pt-0 {
  padding-top: 0;
}
html .moneytor-body .v-0 {
  padding-top: 0;
  padding-bottom: 0;
}
html .moneytor-body .pt-5 {
  padding-top: 5px !important;
}
html .moneytor-body .v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
html .moneytor-body .pt-10 {
  padding-top: 10px;
}
html .moneytor-body .v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
html .moneytor-body .pt-15 {
  padding-top: 15px;
}
html .moneytor-body .v-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
html .moneytor-body .pt-20 {
  padding-top: 20px;
}
html .moneytor-body .v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
html .moneytor-body .pt-25 {
  padding-top: 25px;
}
html .moneytor-body .v-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
html .moneytor-body .pt-30 {
  padding-top: 30px;
}
html .moneytor-body .v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
html .moneytor-body .pt-40 {
  padding-top: 40px;
}
html .moneytor-body .v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
html .moneytor-body .pt-50 {
  padding-top: 50px;
}
html .moneytor-body .v-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
html .moneytor-body .pt-60 {
  padding-top: 60px;
}
html .moneytor-body .v-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
html .moneytor-body .pt-70 {
  padding-top: 70px;
}
html .moneytor-body .v-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
html .moneytor-body .pt-80 {
  padding-top: 80px;
}
html .moneytor-body .v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
html .moneytor-body .pb-0 {
  padding-bottom: 0;
}
html .moneytor-body .pb-1 {
  padding-bottom: 1px;
}
html .moneytor-body .v-1 {
  padding-bottom: 1px;
}
html .moneytor-body .pb-5 {
  padding-bottom: 5px !important;
}
html .moneytor-body .pb-10 {
  padding-bottom: 10px;
}
html .moneytor-body .pb-15 {
  padding-bottom: 15px;
}
html .moneytor-body .pb-20 {
  padding-bottom: 20px;
}
html .moneytor-body .pb-25 {
  padding-bottom: 25px;
}
html .moneytor-body .pb-30 {
  padding-bottom: 30px;
}
html .moneytor-body .pb-40 {
  padding-bottom: 40px;
}
html .moneytor-body .pb-50 {
  padding-bottom: 50px;
}
html .moneytor-body .pb-60 {
  padding-bottom: 60px;
}
html .moneytor-body .pb-70 {
  padding-bottom: 70px;
}
html .moneytor-body .pb-80 {
  padding-bottom: 80px;
}
html .moneytor-body .pb-90 {
  padding-bottom: 90px;
}
html .moneytor-body .pb-100 {
  padding-bottom: 100px;
}
html .moneytor-body .pl-0 {
  padding-left: 0;
}
html .moneytor-body .l-0 {
  padding-left: 0;
}
html .moneytor-body .pl-5 {
  padding-left: 5px;
}
html .moneytor-body .h-5 {
  padding-left: 5px;
  padding-right: 5px;
}
html .moneytor-body .pl-10 {
  padding-left: 10px;
}
html .moneytor-body .h-10 {
  padding-left: 10px;
  padding-right: 10px;
}
html .moneytor-body .pl-15 {
  padding-left: 15px;
}
html .moneytor-body .h-15 {
  padding-left: 15px;
  padding-right: 15px;
}
html .moneytor-body .pl-16 {
  padding-left: 16px;
}
html .moneytor-body .h-16 {
  padding-left: 16px;
  padding-right: 16px;
}
html .moneytor-body .pl-20 {
  padding-left: 20px;
}
html .moneytor-body .h-20 {
  padding-left: 20px;
  padding-right: 20px;
}
html .moneytor-body .pl-25 {
  padding-left: 25px;
}
html .moneytor-body .h-25 {
  padding-left: 25px;
  padding-right: 25px;
}
html .moneytor-body .pl-30 {
  padding-left: 30px;
}
html .moneytor-body .h-30 {
  padding-left: 30px;
  padding-right: 30px;
}
html .moneytor-body .pl-40 {
  padding-left: 40px;
}
html .moneytor-body .h-40 {
  padding-left: 40px;
  padding-right: 40px;
}
html .moneytor-body .pl-45 {
  padding-left: 45px;
}
html .moneytor-body .h-45 {
  padding-left: 45px;
  padding-right: 45px;
}
html .moneytor-body .pl-50 {
  padding-left: 50px;
}
html .moneytor-body .h-50 {
  padding-left: 50px;
  padding-right: 50px;
}
html .moneytor-body .pl-60 {
  padding-left: 60px;
}
html .moneytor-body .h-60 {
  padding-left: 60px;
  padding-right: 60px;
}
html .moneytor-body .pl-70 {
  padding-left: 70px;
}
html .moneytor-body .h-70 {
  padding-left: 70px;
  padding-right: 70px;
}
html .moneytor-body .pr-5 {
  padding-right: 5px;
}
html .moneytor-body .pr-10 {
  padding-right: 10px;
}
html .moneytor-body .pr-15 {
  padding-right: 15px;
}
html .moneytor-body .pr-16 {
  padding-right: 16px;
}
html .moneytor-body .pr-20 {
  padding-right: 20px;
}
html .moneytor-body .pr-25 {
  padding-right: 25px;
}
html .moneytor-body .pr-30 {
  padding-right: 30px;
}
html .moneytor-body .pr-40 {
  padding-right: 40px;
}
html .moneytor-body .pr-45 {
  padding-right: 45px;
}
html .moneytor-body .pr-50 {
  padding-right: 50px;
}
html .moneytor-body .pr-60 {
  padding-right: 60px;
}
html .moneytor-body .pr-70 {
  padding-right: 70px;
}
html .moneytor-body .m-0 {
  margin: 0;
}
html .moneytor-body .m-5 {
  margin: 5px;
}
html .moneytor-body .m-10 {
  margin: 10px;
}
html .moneytor-body .m-15 {
  margin: 15px;
}
html .moneytor-body .m-20 {
  margin: 20px;
}
html .moneytor-body .m-25 {
  margin: 25px;
}
html .moneytor-body .m-30 {
  margin: 30px;
}
html .moneytor-body .m-35 {
  margin: 35px;
}
html .moneytor-body .m-40 {
  margin: 40px;
}
html .moneytor-body .m-50 {
  margin: 50px;
}
html .moneytor-body .m-60 {
  margin: 60px;
}
html .moneytor-body .mt-0 {
  margin-top: 0;
}
html .moneytor-body .mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
html .moneytor-body .mt-5 {
  margin-top: 5px !important;
}
html .moneytor-body .mv-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
html .moneytor-body .mt-6 {
  margin-top: 6px;
}
html .moneytor-body .mt-9 {
  margin-top: 9px;
}
html .moneytor-body .mt-10 {
  margin-top: 10px;
}
html .moneytor-body .mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
html .moneytor-body .mt-11 {
  margin-top: 11px;
}
html .moneytor-body .mv-11 {
  margin-top: 11px;
}
html .moneytor-body .mt-15 {
  margin-top: 15px;
}
html .moneytor-body .mv-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
html .moneytor-body .mtn-15 {
  margin-top: -15px;
}
html .moneytor-body .mvn-15 {
  margin-top: -15px;
}
html .moneytor-body .mtn-7 {
  margin-top: -15px;
}
html .moneytor-body .mvn-7 {
  margin-top: -15px;
}
html .moneytor-body .mt-20 {
  margin-top: 20px;
}
html .moneytor-body .mv-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
html .moneytor-body .mt-25 {
  margin-top: 25px;
}
html .moneytor-body .mv-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
html .moneytor-body .mt-30 {
  margin-top: 30px;
}
html .moneytor-body .mv-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
html .moneytor-body .mt-35 {
  margin-top: 35px;
}
html .moneytor-body .mv-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
html .moneytor-body .mt-40 {
  margin-top: 40px;
}
html .moneytor-body .mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
html .moneytor-body .mt-45 {
  margin-top: 45px;
}
html .moneytor-body .mv-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
html .moneytor-body .mt-50 {
  margin-top: 50px;
}
html .moneytor-body .mv-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
html .moneytor-body .mt-60 {
  margin-top: 60px;
}
html .moneytor-body .mv-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
html .moneytor-body .mt-70 {
  margin-top: 70px;
}
html .moneytor-body .mv-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
html .moneytor-body .mt-80 {
  margin-top: 80px;
}
html .moneytor-body .mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
html .moneytor-body .mt-100 {
  margin-top: 100px;
}
html .moneytor-body .mt-150 {
  margin-top: 150px;
}
html .moneytor-body .mt-200 {
  margin-top: 200px;
}
html .moneytor-body .mb-0 {
  margin-bottom: 0;
}
html .moneytor-body .mb-5 {
  margin-bottom: 5px;
}
html .moneytor-body .mb-10 {
  margin-bottom: 10px;
}
html .moneytor-body .mb-15 {
  margin-bottom: 15px;
}
html .moneytor-body .mb-20 {
  margin-bottom: 20px;
}
html .moneytor-body .mb-25 {
  margin-bottom: 25px;
}
html .moneytor-body .mb-30 {
  margin-bottom: 30px;
}
html .moneytor-body .mb-35 {
  margin-bottom: 35px;
}
html .moneytor-body .mb-40 {
  margin-bottom: 40px;
}
html .moneytor-body .mb-45 {
  margin-bottom: 45px;
}
html .moneytor-body .mb-50 {
  margin-bottom: 50px;
}
html .moneytor-body .mb-60 {
  margin-bottom: 60px;
}
html .moneytor-body .mb-70 {
  margin-bottom: 70px;
}
html .moneytor-body .mb-80 {
  margin-bottom: 80px;
}
html .moneytor-body .mb-100 {
  margin-bottom: 100px;
}
html .moneytor-body .mb-150 {
  margin-bottom: 150px;
}
html .moneytor-body .mb-200 {
  margin-bottom: 200px;
}
html .moneytor-body .ml-0 {
  margin-left: 0;
}
html .moneytor-body .mh-0 {
  margin-left: 0;
  margin-right: 0;
}
html .moneytor-body .ml-5 {
  margin-left: 5px;
}
html .moneytor-body .mh-5 {
  margin-left: 5px;
  margin-right: 5px;
}
html .moneytor-body .ml-10 {
  margin-left: 10px;
}
html .moneytor-body .mh-10 {
  margin-left: 10px;
  margin-right: 10px;
}
html .moneytor-body .ml-20 {
  margin-left: 20px;
}
html .moneytor-body .mh-20 {
  margin-left: 20px;
  margin-right: 20px;
}
html .moneytor-body .ml-30 {
  margin-left: 30px;
}
html .moneytor-body .mh-30 {
  margin-left: 30px;
  margin-right: 30px;
}
html .moneytor-body .ml-40 {
  margin-left: 40px;
}
html .moneytor-body .mh-40 {
  margin-left: 40px;
  margin-right: 40px;
}
html .moneytor-body .ml-50 {
  margin-left: 50px;
}
html .moneytor-body .mh-50 {
  margin-left: 50px;
  margin-right: 50px;
}
html .moneytor-body .ml-n15 {
  margin-left: -15px;
}
html .moneytor-body .mbln57 {
  margin-left: -7px;
  margin-bottom: 5px;
}
html .moneytor-body .ml-3 {
  margin-left: 3px;
}
html .moneytor-body .mr-n1 {
  margin-right: -1rem;
}
html .moneytor-body .mr-0 {
  margin-right: 0;
}
html .moneytor-body .mr-5 {
  margin-right: 5px;
}
html .moneytor-body .mr-10 {
  margin-right: 10px;
}
html .moneytor-body .mr-18 {
  margin-right: 18px;
}
html .moneytor-body .mh-18 {
  margin-right: 18px;
}
html .moneytor-body .mr-20 {
  margin-right: 20px;
}
html .moneytor-body .mr-30 {
  margin-right: 30px;
}
html .moneytor-body .mr-40 {
  margin-right: 40px;
}
html .moneytor-body .mr-50 {
  margin-right: 50px;
}
html .moneytor-body .mt-mb-10 {
  margin: 1rem 0;
}
html .moneytor-body .mt-wb {
  word-break: break-all;
}
html .moneytor-body .mt-ws {
  white-space: nowrap;
}
html .moneytor-body .h-220 {
  height: 220px;
}
html .moneytor-body .ml-n22 {
  margin-left: -50px;
}
html .moneytor-body .mt-n1 {
  margin-top: -1rem;
}
html .moneytor-body .mt-n-1 {
  margin-top: -6px;
}
html .moneytor-body .mt-n7 {
  margin-top: -7px;
}
html .moneytor-body .mt-n10 {
  margin-top: -10px;
}
html .moneytor-body .fnt-36 {
  font-size: 36px;
}
html .moneytor-body .fnt-32 {
  font-size: 32px;
}
html .moneytor-body .fnt-25 {
  font-size: 25px;
}
html .moneytor-body .fnt-20 {
  font-size: 20px;
}
html .moneytor-body .fnt-16 {
  font-size: 16px;
}
html .moneytor-body .fnt-15 {
  font-size: 15px;
}
html .moneytor-body .fnt-14 {
  font-size: 14px;
}
html .moneytor-body .fnt-12 {
  font-size: 12px;
}
html .moneytor-body .fnt-11 {
  font-size: 11px;
}
html .moneytor-body .text-black {
  color: #1a051d;
}
html .moneytor-body .mt-header-color {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
}
html .moneytor-body .mt-select-all-box {
  background: #ece9f1;
  border-radius: 3px;
}
html .moneytor-body .bg-primary {
  background-color: #6979f8;
  color: #ffffff;
}
html .moneytor-body .bg-red {
  background-color: #ff647c;
}
html .moneytor-body .bg-green {
  background-color: #43cf76;
}
html .moneytor-body .bg-green-2 {
  background-color: #a9e2b7;
  color: #ffffff;
}
html .moneytor-body .bg-amber {
  background-color: orange;
}
html .moneytor-body .bg-green-payment {
  background-color: #a9e2b7;
}
html .moneytor-body .bg-rejected-payment {
  background-color: #ece9f1;
}
html .moneytor-body .badge-rejected {
  background-color: #ff647c;
  color: #ffffff;
}
html .moneytor-body .non-verified {
  background-color: orange;
  color: #ffffff;
}
html .moneytor-body .verified {
  background-color: #a9e2b7;
  color: #ffffff;
}
html .moneytor-body .mt-offer-added {
  color: #4caf50;
}
html .moneytor-body .mt-offer-approved {
  color: orange;
}
html .moneytor-body .mt-offer-accept {
  color: #03a9f4;
}
html .moneytor-body .mt-offer-live {
  color: #6979f8;
}
html .moneytor-body .mt-offer-complete {
  color: #004602;
}
html .moneytor-body .mt-offer-expired {
  color: darkslategray;
}
html .moneytor-body .mt-offer-failed {
  color: #d32f2f;
}
html .moneytor-body .mt-offer-rejected {
  color: #f44336;
}
html .moneytor-body .pay-rejected {
  background-color: #ff647c;
  color: #ffffff;
}
html .moneytor-body .no-bg {
  background-color: transparent;
}
html .moneytor-body .bg-white {
  background: #ffffff;
}
html .moneytor-body .border-top-white {
  border-top-color: #ffffff;
}
html .moneytor-body .text-white {
  color: #ffffff;
}
html .moneytor-body .blue-text {
  color: #3b49f3;
}
html .moneytor-body .info-box-content {
  color: #1a051d;
  background: #ffffff;
}
html .moneytor-body .info-box-icon {
  background: #ffffff;
  color: #1a051d;
}
html .moneytor-body .info-box-number {
  color: #1a051d;
}
html .moneytor-body .info-box .progress {
  height: 6px;
  background: #d9d9d9;
}
html .moneytor-body .info-box .progress .progress-bar {
  background: #ffffff;
  background: #a9e2b7;
}
html .moneytor-body .mat-progress-bar-fill::after {
  background-color: #96a1fa;
}
html .moneytor-body .callout.callout-info {
  background-color: #8fc4d9;
}
html .moneytor-body .callout.callout-concern {
  background-color: #ffffff;
}
html .moneytor-body .callout.callout-success {
  background-color: #43cf76;
}
html .moneytor-body .callout.callout-danger {
  background-color: #ff647c;
}
html .moneytor-body .mat-progress-bar {
  display: block;
  height: 10px;
  overflow: hidden;
  position: relative;
  transition: opacity 250ms linear;
  width: 100%;
  border-radius: 7px;
}
html .moneytor-body .mt-spinner-container {
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .moneytor-body .small-loader-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}
html .moneytor-body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
html .moneytor-body ::-webkit-scrollbar-track {
  background: #d9d9d9;
}
html .moneytor-body ::-webkit-scrollbar-thumb {
  background: #6979f8;
}
html .moneytor-body ::-webkit-scrollbar-thumb:hover {
  background: #6979f8;
  width: 8px;
  height: 8px;
}
html .moneytor-body .content {
  padding-bottom: 2rem;
}
html .moneytor-body .mt-width-100 {
  padding: 0.5rem;
}
html .moneytor-body .table.no-bordered {
  border: 1px solid #ddd;
}
html .moneytor-body .table.no-bordered tr > td {
  border: 0;
}
html .moneytor-body .table.no-bordered tr > th {
  border: 1px solid #ddd;
}
html .moneytor-body .table.no-bordered tbody > tr {
  border-bottom: 1.7px solid #908c8c;
}
html .moneytor-body .px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
html .moneytor-body .px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
html .moneytor-body .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
html .moneytor-body .px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
html .moneytor-body .py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
html .moneytor-body .py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
html .moneytor-body .py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
html .moneytor-body .mt-header-container-link .link {
  font-family: "Avenir";
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #6979f8;
}
html .moneytor-body .mt-header-container-link .link-active {
  font-weight: 600;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
html .moneytor-body .mt-loader {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}
html .moneytor-body .mt-loader.small {
  height: 30px;
  width: 30px;
}
html .moneytor-body .mt-loader .load-spinner {
  height: 100%;
  width: 100%;
  animation: rotate 1.5s linear infinite;
  transform-origin: center center;
  position: absolute;
}
html .moneytor-body .mt-loader .load-spinner .load-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #7686f3;
}
html .moneytor-body .mt-ghost-loader-wrapper {
  color: #141823;
}
html .moneytor-body .mt-ghost-loader-wrapper .mt-ghost-loader-item {
  background: #ffffff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 10px;
  padding: 2rem 1rem;
  margin: 2rem auto;
  width: 100%;
  height: 100%;
}
html .moneytor-body .mt-ghost-loader-wrapper .animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background:
    linear-gradient(
      to right,
      #eeeeee 8%,
      #dddddd 18%,
      #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: 6px;
  position: relative;
  margin-bottom: 5px;
}
html .moneytor-body .mt-ghost-loader-wrapper .second-line-animated {
  width: 85%;
}
html .moneytor-body .mt-ghost-loader-wrapper .third-line-animated {
  width: 65%;
}
html .moneytor-body .mt-ghost-loader-wrapper .m-timeline-loader-height {
  height: 38px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker {
  background: #ffffff;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .moneytor-body .mt-ghost-loader-wrapper .outlined .background-masker {
  border: 1px solid #ddd;
}
html .moneytor-body .mt-ghost-loader-wrapper .outlined:hover .background-masker {
  border: none;
}
html .moneytor-body .mt-ghost-loader-wrapper .outlined:hover .background-masker:hover {
  border: 1px solid #ccc;
  z-index: 1;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-top,
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-bottom,
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-bottom,
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-left,
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-left {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-bottom {
  height: 10px;
  top: 30px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-left {
  top: 10px;
  height: 8px;
  width: 10px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-left {
  top: 24px;
  width: 10px;
  height: 6px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-right {
  top: 10px;
  height: 8px;
  width: auto;
  left: 300px;
  right: 0;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-right {
  top: 24px;
  height: 6px;
  width: auto;
  right: 0;
  left: 230px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-top {
  top: 40px;
  left: 0;
  right: 0;
  height: 20px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-second-line {
  left: 0;
  right: 0;
  height: 6px;
  top: 68px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-third-line {
  left: 0;
  right: 0;
  height: 6px;
  top: 82px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-second-end {
  right: 0;
  left: 420px;
  top: 74px;
  width: auto;
  height: 8px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-third-end {
  right: 0;
  left: 300px;
  top: 88px;
  width: auto;
  height: 8px;
}
html .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-first-end {
  width: auto;
  right: 0;
  top: 60px;
  left: 380px;
  height: 8px;
}
@keyframes rotate360 {
  to {
    transform: rotate(360deg);
  }
}
html .moneytor-body .rotate {
  animation: 1.2s rotate360 infinite linear;
  font-weight: 600;
}
html .moneytor-body .m-box-loader-wrapper {
  display: grid;
  grid-gap: 10px;
}
html .moneytor-body .m-box-loader-wrapper.four {
  grid-template-columns: auto auto auto auto;
}
html .moneytor-body .m-box-loader-wrapper.three {
  grid-template-columns: auto auto auto;
}
html .moneytor-body .m-box-loader-wrapper.two {
  grid-template-columns: auto auto;
}
html .moneytor-body .m-box-loader-wrapper.one {
  grid-template-columns: auto;
}
html .moneytor-body .mt-loader-box {
  height: 100px;
  float: left;
  margin: 7.5px 5.5px;
}
html .moneytor-body .mt-shine {
  background: #fff;
  background-image:
    linear-gradient(
      to right,
      rgba(244, 245, 253, 0) 39%,
      rgba(231, 233, 250, 0.58) 51%,
      rgba(230, 232, 250, 0.62) 64%,
      rgba(230, 232, 250, 0.55) 82%,
      rgba(229, 231, 250, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
  animation: placeHolderShimmer;
  border-radius: 5px;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
}
html .moneytor-body .mt-settle-pay-now-btn {
  color: #ffffff;
}
html .moneytor-body .mt-tootlbar-bg {
  background: white;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .moneytor-body .upwards-toolbar {
  background: rgba(68, 123, 162, 0.8);
}
html .moneytor-body .btn-slicepay {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #f5a623;
}
html .moneytor-body .btn-smartcoin {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #f5a623;
}
html .moneytor-body .btn-payU {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #4ac5ac;
}
html .moneytor-body .btn-zestMoney {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #4aad4e;
}
html .moneytor-body .btn-flexiloan {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #2b5582;
}
html .moneytor-body .btn-Capzest {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #00b7b6;
}
html .moneytor-body .btn-avail {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #6ace95;
}
html .moneytor-body .btn-rupeeLend {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background:
    transparent linear-gradient(
      to bottom,
      #ff8d00 0%,
      #ff2900 100%) repeat scroll 0% 0%;
}
html .moneytor-body .btn-indifi {
  background: #6ace95;
}
html .moneytor-body .btn-neoGrowth {
  background: #89ba2b;
}
html .moneytor-body .btn-lazypay {
  background: #ed3561;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .moneytor-body .btn-mercedes {
  background: #ed3561;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .moneytor-body .btn-volkswagen {
  background: #ed3561;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .moneytor-body .btn-faircent {
  background: #b62025;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .moneytor-body .btn-earlysalary {
  background: #1aa5b2;
  border: 1px solid #1aa5b2;
}
html .moneytor-body .btn-muthoot {
  background: #e64249;
}
html .moneytor-body .btn-flexsalary {
  background: #bf0513;
}
html .moneytor-body .btn-upwards {
  background:
    linear-gradient(
      45deg,
      #06c125 0,
      #6cd5a5 100%);
}
html .moneytor-body .btn-happyloans {
  background: #00d3ca;
}
html .moneytor-body .btn-krazybee {
  background: #212121;
}
html .moneytor-body .btn-simpl {
  background: #00d1c1;
}
html .moneytor-body .btn-fiarcent {
  background: #b62025;
}
html .moneytor-body .btn-hdfc {
  background: #005593;
}
html .moneytor-body .btn-gaincredit {
  background: #00a9d1;
}
html .moneytor-body .btn-creditone {
  background: #ed3561;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .moneytor-body .btn-loantap {
  background: #337ab7;
}
html .moneytor-body .btn-iifl {
  background: #155b98;
}
html .moneytor-body .btn-arthfc {
  background: #920f10;
}
html .moneytor-body .btn-olafleet {
  background: #cce500;
}
html .moneytor-body .btn-creditwise {
  background: #128020;
}
html .moneytor-body .btn-rupeego {
  background: #26a1d9;
}
html .moneytor-body .btn-olamoney {
  background: #cce500;
}
html .moneytor-body .btn-bajaj {
  background: #042041;
}
html .moneytor-body .btn-instamojo {
  background: #4e4e91;
}
html .moneytor-body .btn-stilt {
  background: #577fff;
}
html .moneytor-body .btn-snapmint {
  background: #1da1f2;
}
html .moneytor-body .btn-bajajfin {
  background: #000000;
}
html .moneytor-body .btn-edelweiss {
  background: #034da2;
}
html .moneytor-body .btn-smas {
  background: #1d95d4;
}
html .moneytor-body .btn-transwarranty {
  background: #9876c2;
}
html .moneytor-body .btn-toyota {
  background: #ed1e32;
}
html .moneytor-body .btn-kotak {
  background: #003366;
}
html .moneytor-body .btn-ltfs {
  background: #ffc907;
}
html .moneytor-body .btn-kinara {
  background: #c9202f;
}
html .moneytor-body .btn-cashplus {
  background: #75c383;
}
html .moneytor-body .btn-lendkaro {
  background: #ff7d27;
}
html .moneytor-body .btn-midlandmicrofin {
  background: #85baff;
}
html .moneytor-body .btn-indus {
  background: #dc3545;
}
html .moneytor-body .top_links > a {
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  box-sizing: border-box;
  color: #595959;
  transition: 0.3s ease-in-out;
}
html .moneytor-body .top_links > a:hover {
  color: #f5a623;
}
html .moneytor-body .card-gotit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin: -23px;
  width: 210px;
  height: 199px;
}
html .moneytor-body .btn-gotit {
  width: 81px;
  height: 34px;
  border-radius: 4px 4px 4px 4px;
  background-color: #6979f8;
  color: white;
  font-family: Avenir LT Std;
  font-size: 14px;
  font-weight: 350;
  line-height: 16px;
  text-align: center;
  border-color: #6979f8;
}
html .moneytor-body .m-toolbar {
  background: #ffffff;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 45px;
}
html .moneytor-body .m-toolbar .select-all {
  font-family: Avenir LT Std;
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
  text-align: left;
}
html .moneytor-body .page-ttl {
  font-size: 16px;
  font-weight: 600;
}
html .moneytor-body .m-ul-container {
  list-style: none;
  background: none;
  padding: 0 0 0 0;
}
html .moneytor-body .m-ul-container > .m-li-items {
  padding: 0.5rem;
  margin: 0 0 0.2rem 0;
  min-height: 4rem;
  background: #fcfcfc;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  color: rgba(51, 56, 76, 0.99);
}
html .moneytor-body .m-height-1 {
  height: calc(70vh - 12rem);
}
html .moneytor-body .m-height-2 {
  height: calc(90vh - 12rem);
}
html .moneytor-body .mat-mdc-card.m-stickey-card {
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 64px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #ffffff;
}
html .moneytor-body .m-device-ui-container {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0;
}
html .moneytor-body .m-preview-closed {
  margin: 0 0 5rem 0;
  position: relative;
  height: 100%;
}
html .moneytor-body .m-preview-opened {
  margin: 0 0 12rem 0;
  position: relative;
  height: 100%;
}
html .moneytor-body .mt-field-sel-container {
  height: 100%;
}
html .moneytor-body .m-flex-display {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .moneytor-body .m-box-shadow {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .moneytor-body .m-no-shadow {
  box-shadow: none;
}
html .moneytor-body .mat-mdc-card.m-card-style {
  cursor: pointer;
  margin: 0;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.23);
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .moneytor-body .mat-mdc-card.m-card-style .mat-card-header .mat-card-header-text,
html .moneytor-body .mat-mdc-card.m-card-style .mat-card-header .mat-card-title {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
html .moneytor-body .mat-mdc-card.m-card-style .mat-card-header .amount {
  font-size: 14px;
  font-weight: 600;
}
html .moneytor-body .mat-mdc-card.m-card-style .mat-card-content {
  text-transform: capitalize;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 10px;
  padding: 0.2rem 0;
}
html .moneytor-body .mat-mdc-card.m-card-style .defaulter-address-section {
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  color: #1A051D !important;
  max-width: 75%;
  padding-left: 30px;
  margin-right: 0.5rem;
}
html .moneytor-body .m-timeline-container {
  padding-bottom: 90px;
  height: 100%;
}
html .moneytor-body .m-timeline-container .mat-card-header-text {
  margin: 0 8px;
}
html .moneytor-body .m-timeline-container .mt-card-new-title {
  margin: 8px 0;
  line-height: 1.5;
  white-space: normal;
  word-wrap: break-word;
}
html .moneytor-body .m-timeline-container .mt-card-subtitle-new {
  font-size: 12px;
}
html .moneytor-body .m-timeline-container .carousel-indicators {
  position: relative;
  top: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
html .moneytor-body .m-timeline-container .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 0;
  background-color: #e5e7fa;
}
html .moneytor-body .m-timeline-container .carousel-indicators .active {
  background-color: #6979f8;
}
html .moneytor-body .m-timeline-container .carousel-inner .item {
  font-size: 11px;
  text-transform: capitalize;
  color: rgba(51, 56, 76, 0.99);
}
html .moneytor-body .m-timeline-container .m-toolbar-btn {
  height: 40px;
  min-width: 40px;
  color: #1dd5d7;
  background: #24515f;
  padding: 0 8px;
  border-radius: 10px;
  line-height: 20px;
}
html .moneytor-body .m-timeline-container .m-toolbar-btn mat-icon {
  transform: rotate(369deg);
}
html .moneytor-body .carousel-control {
  width: 1px;
}
html .moneytor-body .m-history-container .m-communication-cnt {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin-bottom: 0.3rem;
}
html .moneytor-body .m-small-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
}
html .moneytor-body .m-timeline-data {
  font-size: 11px;
  font-weight: 400;
  word-break: break-word;
}
html .moneytor-body .m-created-date-time {
  font-size: 10px;
  font-weight: 400;
  color: #858997;
  line-height: 1.5;
}
html .moneytor-body .m-created-date-time.bold-txt {
  font-weight: 600;
}
html .moneytor-body .short-text {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html .moneytor-body .m-icon-section .m-phone-icon {
  font-weight: 600;
  font-weight: 600;
}
html .moneytor-body .m-icon-section .m-field-icon {
  font-weight: 600;
}
html .moneytor-body .m-icon-section .m-sms-icon {
  font-weight: 600;
}
html .moneytor-body .m-icon-section .m-email-icon {
  font-weight: 600;
}
html .moneytor-body .m-phone-icon {
  color: #06d6a0;
}
html .moneytor-body .m-field-icon {
  color: #5351fb;
}
html .moneytor-body .m-sms-icon {
  color: #16d5d6;
}
html .moneytor-body .m-email-icon {
  color: #16d5d6;
}
html .moneytor-body .m-ivr-icon {
  color: #06d6a0;
}
html .moneytor-body .m-whatsapp-icon {
  color: rgb(37, 211, 102);
}
html .moneytor-body .m-comm-action-bar-container {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
html .moneytor-body .m-comm-action-bar-container .mt-btn.timeline-botton-btn,
html .moneytor-body .m-comm-action-bar-container .mt-btn.field-submit-btn,
html .moneytor-body .m-comm-action-bar-container .mt-btn.timeline-botton-btn-sms {
  width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 8px;
  height: 60px;
}
html .moneytor-body .m-comm-input-box {
  padding: 1rem;
  border: 0;
  min-height: 58px;
  height: 100%;
  background: #ffffff;
  font-size: 15px;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  padding-right: 7rem;
  width: 100%;
}
html .moneytor-body .m-search-box {
  padding: 0.5rem;
  border-radius: 50px;
  height: 1.5rem;
  background: #f8f9fa;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ccc;
  letter-spacing: 0.5px;
  color: #9195a1;
}
html .moneytor-body .mat-raised-button.m-action-btns {
  height: 48px;
  border-radius: 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
}
html .moneytor-body .mat-raised-button.m-response-btn {
  background-color: #5351fb;
  color: #ffffff;
}
html .moneytor-body .m-send-button-rotate {
  transform: rotate(-21deg);
}
html .moneytor-body .m-input-with-icon {
  display: flex;
  flex-direction: row;
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
}
html .moneytor-body .m-input-with-icon-2 {
  display: flex;
  flex-direction: row;
  position: relative;
}
html .moneytor-body .m-input-with-icon-2 button {
  border-radius: 20px;
  color: #6979f8;
  border-color: #6979f8;
  font-family: Avenir LT Std;
  font-size: 11.76px;
  font-weight: 350;
  line-height: 14.11px;
  text-align: center;
  background-color: transparent;
  width: 84px;
  height: 30.24px;
  gap: 0px;
  opacity: 0px;
  border-width: thin;
}
html .moneytor-body .m-input-side-btn {
  position: absolute;
  top: 14px;
  border: none;
  height: 25px;
  width: 25px;
  outline: none;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #8cb7cc;
  right: 45px;
  transform: rotate(28deg);
}
html .moneytor-body .m-input-side-btn input[type=file] {
  display: none;
}
html .moneytor-body .m-input-side-btn-2 {
  position: absolute;
  top: 14px;
  border: none;
  height: 25px;
  width: 25px;
  outline: none;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #8cb7cc;
  right: 10px;
}
html .moneytor-body .m-input-side-btn-2 input[type=file] {
  display: none;
}
html .moneytor-body .m-input-search-icon {
  position: absolute;
  top: 4px;
  border: none;
  height: 20px;
  width: 25px;
  outline: none;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #8cb7cc;
  right: 5px;
}
html .moneytor-body .m-input-clear-icon {
  position: absolute;
  top: -2px;
  border: none;
  height: 20px;
  width: 25px;
  outline: none;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #8cb7cc;
  right: -4px;
}
html .moneytor-body .m-radio-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1rem 0;
}
html .moneytor-body .m-radio-button {
  margin: 0.6rem 0;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  padding: 0.4rem;
  transition: box-shadow 0.5s ease-in;
  font-size: 12px;
  border: 1px solid #eee;
}
html .moneytor-body .m-radio-button .mat-radio-button {
  width: 100%;
}
html .moneytor-body .m-radio-button .mat-radio-button .mdc-label {
  margin-bottom: 0;
  font-weight: 500;
}
html .moneytor-body .m-selected-value {
  margin: 15px 0;
}
html .moneytor-body .m-file-preview-container {
  position: fixed;
  z-index: 120;
  display: flex;
  width: 100%;
  height: 110px;
  overflow-x: auto;
  overflow-y: hidden;
  bottom: 4rem;
  background-color: white;
}
html .moneytor-body .m-preview-img-style {
  max-width: 100%;
  margin: 0 10px;
}
html .moneytor-body .m-crosstxt {
  text-decoration: line-through;
}
html .moneytor-body .m-scroll-top-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  background: rgba(2, 17, 31, 0.75);
}
html .moneytor-body .m-history-images-container .m-file-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .moneytor-body .m-history-images-container .m-file-link a {
  color: rgb(83, 91, 97);
  font-size: 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: flex-end;
}
html .moneytor-body .m-history-images-container .m-file-link .m-dl-icon {
  height: 17px;
  width: 17px;
  opacity: 0.9;
  font-size: 17px;
  color: rgb(83, 91, 97);
  cursor: pointer;
}
html .moneytor-body .m-display-flx {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .moneytor-body .m-icon-style-2 > mat-icon {
  font-size: 17px;
  height: 17px;
  width: 17px;
  line-height: 17px;
}
html .moneytor-body .m-location-btn.mat-icon-button {
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #8bb7cc;
}
html .moneytor-body .m-receipt-icon-button.mat-icon-button {
  height: 18px;
  width: 18px;
  line-height: 18px;
}
html .moneytor-body .m-receipt-icon-button.mat-icon-button .m-dl-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
}
html .moneytor-body .m-toolbar-back-btn mat-icon {
  font-weight: 600;
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
html .moneytor-body .mat-mdc-card.m-customer-details-card {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
  padding: 8px;
}
html .moneytor-body .m-customer-card-content {
  margin: 0 0 0.6rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  font-weight: 500;
  color: rgba(51, 56, 76, 0.99);
}
html .moneytor-body .m-customer-card-content p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
html .moneytor-body .m-customer-card-content p.phone-number {
  color: #858997;
  font-size: 12px;
}
html .moneytor-body .m-customer-card-content p.phone-number .more-text {
  color: rgba(51, 56, 76, 0.99);
}
html .moneytor-body .m-customer-card-content .amount {
  font-size: 16px;
}
html .moneytor-body .m-main-cards-wrapper {
  padding: 0px;
}
html .moneytor-body .m-red-color {
  color: #ff3a20;
  white-space: nowrap;
}
html .moneytor-body .m-primary-color {
  color: #6979f8;
  white-space: nowrap;
}
html .moneytor-body .m-black-color {
  color: black;
  white-space: nowrap;
}
html .moneytor-body .m-blur {
  opacity: 0.7;
}
html .moneytor-body .m-highlight-selected {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .moneytor-body .m-title {
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
html .moneytor-body .mobile-info-modal {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 22%;
  left: 0;
  min-height: 10%;
  max-height: calc(100% - 260px);
  padding: 0 6px;
  overflow: auto;
  box-shadow: 0 23px 94px 0 rgba(0, 0, 0, 0.16);
}
html .moneytor-body .mobile-info-modal .info-modal-body {
  background: #fff;
  color: rgba(51, 56, 76, 0.99);
  border-radius: 4px;
  padding: 8px;
}
html .moneytor-body .mobile-info-modal p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
html .moneytor-body .mobile-info-modal::-webkit-scrollbar,
html .moneytor-body .mobile-info-modal::-moz-scrollbar,
html .moneytor-body .mobile-info-modal::-o-scrollbar {
  width: 3px;
  height: 3px;
}
html .moneytor-body .mobile-info-modal::-webkit-scrollbar:hover,
html .moneytor-body .mobile-info-modal::-moz-scrollbar:hover,
html .moneytor-body .mobile-info-modal::-o-scrollbar:hover {
  width: 3px;
  height: 3px;
}
html .moneytor-body .first .mat-grid-tile-content {
  display: flex;
  justify-content: left;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  html .moneytor-body .mat-grid-tile-content {
    right: 31px;
  }
}
html .moneytor-body .mat-grid-tile-content {
  right: 54px;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  html .moneytor-body .mobile-container {
    margin-top: 10px !important;
    background-color: blue;
  }
}
html .moneytor-body .back-link {
  width: 10px;
  height: 16px;
  top: 76px;
  left: 19px;
  gap: 0px;
  opacity: 0px;
  color: #6979f8;
  font-size: 14px;
}
html .moneytor-body .maptext {
  font-family: Avenir LT Std;
  font-size: 14px;
  font-weight: 350;
  line-height: 22px;
  text-align: left;
  color: rgba(16, 0, 34, 0.6509803922);
  margin-left: 12px;
}
html .moneytor-body .excel-importer-wrapper {
  padding: 20px;
}
html .moneytor-body .excel-importer-wrapper .mt-upload-btn-wrapper {
  position: relative;
  display: inline-block;
}
html .moneytor-body .excel-importer-wrapper .mt-upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
html .moneytor-body .excel-importer-wrapper .mt-alert-box-container {
  height: 87px;
  border-radius: 4px;
  background-color: rgba(0, 205, 152, 0.1);
  margin: 20px 0px;
  font-size: 16px;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
}
html .moneytor-body .excel-importer-wrapper .mt-alert-error {
  background-color: orange;
}
html .moneytor-body .excel-importer-wrapper .alert-text {
  padding-top: 40px;
}
html .moneytor-body .excel-importer-wrapper .excel-columns {
  background: #ffffff;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .moneytor-body .excel-importer-wrapper .excel-columns .columns-header {
  padding: 10px;
}
html .moneytor-body .excel-importer-wrapper .excel-columns .columns-header p {
  margin: 10px 0;
}
html .moneytor-body .excel-importer-wrapper .excel-columns .columns-container {
  max-height: calc(90vh - 140px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
html .moneytor-body .excel-importer-wrapper .excel-columns .columns-container.tabs-cnt {
  overflow-y: hidden;
  max-height: 100%;
  padding: 0;
}
html .moneytor-body .excel-importer-wrapper .excel-columns .columns-container.tabs-cnt .tab-header-group .tab {
  border: 0;
  width: 85%;
}
html .moneytor-body .excel-importer-wrapper .excel-columns .columns-container.tabs-cnt .flexRow {
  min-height: calc(90vh - 185px);
  max-height: calc(90vh - 185px);
  overflow-y: auto;
  overflow-x: hidden;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card {
  box-shadow: none;
  margin: 0 0 2rem 0;
  padding: 0;
  border: 1px solid #96a1fa;
  cursor: move;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card.drop-card {
  border-color: #ece9f1;
  margin: 0;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card.drop-card .mt-drop-content {
  height: 251px;
  margin: 0;
  padding: 8px;
  overflow-x: auto;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card.drop-card .mt-drop-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card.drop-card .mt-drop-content::-webkit-scrollbar:hover {
  width: 0px;
  height: 0;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1rem;
  background: #6979f8;
  color: #ffffff;
  line-height: 32px;
  border-radius: 4px 4px 0 0;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-header.drop-header {
  background-color: orange;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data {
  padding: 8px;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data.drop-data {
  padding: 4px;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data .rows {
  padding: 4px;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data p {
  font-size: 12px;
  line-height: 20px;
  color: #1a051d;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data hr {
  margin: 0;
  border-color: #ece9f1;
}
html .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data .content-hdr {
  height: 32px;
  background-color: #6979f8;
  color: #ffffff;
  line-height: 32px;
  text-indent: 10px;
}
html .moneytor-body .excel-importer-wrapper .mt-empty-card-height {
  min-height: 187px;
  max-height: 187px;
  margin: 0 0 3rem 0;
}
html .moneytor-body .excel-importer-wrapper .mt-upload-summary {
  min-width: 500px;
  max-width: 500px;
  border-radius: 20px;
  margin: 20px 0;
}
html .moneytor-body .excel-importer-wrapper .mt-mapping-column-header {
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
  color: #000000;
  font-size: 20px;
}
html .moneytor-body .excel-importer-wrapper .mt-excel-button-container {
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
  clear: both;
  justify-content: flex-end;
  margin-bottom: 10rem;
}
html .moneytor-body .excel-importer-wrapper .mt-card-placeholder {
  background: #ece9f1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .moneytor-body .excel-importer-wrapper .mt-card-placeholder p {
  font-size: 12px;
  color: #a099a6;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
html .moneytor-body .excel-importer-wrapper .mt-card-placeholder .placeholder-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
html .moneytor-body .excel-importer-wrapper .calculator-header {
  background-color: #ece9f1;
  padding: 4px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
html .moneytor-body .excel-importer-wrapper .calculator-header .calc-title {
  color: #a099a6;
  margin: 0;
  padding: 0;
}
html .moneytor-body .excel-importer-wrapper .calculator-header .calc-dp {
  width: 80%;
}
html .moneytor-body .excel-importer-wrapper .calculator-header .calc-dp .moneytor-input.mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding-bottom: 0;
  margin: 0;
}
html .moneytor-body .cdk-drag-preview {
  box-shadow: none;
  margin: 0 0 2rem 0;
  padding: 0;
  border: 1px solid #96a1fa;
  cursor: move;
}
html .moneytor-body .cdk-drag-placeholder {
  opacity: 0;
}
html .moneytor-body .cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
html .moneytor-body .example-box:last-child {
  border: none;
}
html .moneytor-body .example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  html .moneytor-body .mt-reverse-row {
    flex-direction: row;
  }
  html .moneytor-body .mt-quick-filter {
    margin-right: 0;
  }
  html .moneytor-body .mt-modal .modal-container {
    min-width: 100%;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }
  html .moneytor-body .login-box {
    min-width: 100%;
  }
  html .moneytor-body .mt-agent-bucket {
    margin-right: 0;
  }
  html .moneytor-body .hand-left:before {
    content: "\f0a6";
  }
  html .moneytor-body .v-header {
    margin-top: 20%;
  }
  html .moneytor-body .mt-search-bar:focus {
    width: 150px;
    background: #fff;
  }
  html .moneytor-body .mt-mt-12 {
    margin-bottom: 12px;
  }
  html .moneytor-body .mt-floats {
    float: left;
  }
  html .moneytor-body .mt-clr {
    clear: both;
  }
  html .moneytor-body .mt-right {
    float: none;
  }
  html .moneytor-body .mt-n5 {
    margin-top: -3.2rem;
  }
  html .moneytor-body .mat-mdc-card.mt-filter-card {
    width: 100%;
  }
  html .moneytor-body .sidebar-open .content-wrapper {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  html .moneytor-body .sidebar-open .right-side {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  html .moneytor-body .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  html .moneytor-body .content-wrapper {
    margin-left: 0;
  }
  html .moneytor-body .right-side {
    margin-left: 0;
  }
  html .moneytor-body .main-footer {
    margin-left: 0;
  }
  html .moneytor-body .totallength {
    padding: 1rem 0 0 0;
    line-height: 3;
  }
  html .moneytor-body .mt-col-6 {
    width: 50%;
    float: left;
  }
  html .moneytor-body .mat-select {
    padding-top: 0;
  }
  html .moneytor-body .mt-dd {
    width: 100%;
  }
  html .moneytor-body .mat-select-trigger {
    min-width: 80px;
  }
  html .moneytor-body .timeline > li .mat-icon > .timeline-item {
    width: 90%;
  }
  html .moneytor-body .mt-t-value {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  html .moneytor-body .mat-drawer-content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  html .moneytor-body .mt-spinner-container {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
  html .moneytor-body .offset-right-md-4 {
    margin-right: 0%;
  }
}
@media (min-width: 769px) {
  html .moneytor-body .sidebar-collapse .content-wrapper {
    margin-left: 0;
    margin-left: 0;
  }
  html .moneytor-body .sidebar-collapse .right-side {
    margin-left: 0;
    margin-left: 0;
  }
  html .moneytor-body .sidebar-collapse .main-footer {
    margin-left: 0;
    margin-left: 0;
  }
  html .moneytor-body .totallength {
    padding: 1.5rem 0 0 0;
    padding: 1.5rem 0 0 0;
  }
  html .moneytor-body .mt-dd {
    width: 30%;
    width: 30%;
  }
  html .moneytor-body .mt-mt-13 {
    margin-top: 13px;
    margin-top: 13px;
  }
  html .moneytor-body .mt-floats {
    float: right;
    float: right;
  }
  html .moneytor-body .mt-mb-2 {
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  html .moneytor-body .mt-1 {
    margin-top: 1rem;
    margin-top: 1rem;
  }
  html .moneytor-body .mt1 {
    margin-top: 1.8rem;
    margin-top: 1.8rem;
  }
  html .moneytor-body .mt5 {
    margin-top: 0.5rem;
    margin-top: 0.5rem;
  }
  html .moneytor-body .mt-excel-import-header {
    border-radius: 0;
    padding: 0.6rem;
  }
  html .moneytor-body .mt-excel-import-header .mt-upload-box {
    min-width: 100%;
    left: 0;
    top: 130px;
    width: 100%;
    border-radius: 5px;
  }
  html .moneytor-body .mt-2 {
    margin-top: 2.5rem;
  }
  html .moneytor-body .mt-card-size {
    width: 450px;
    margin: 0 auto;
  }
  html .moneytor-body .mt-card-size-2 {
    width: 550px;
    margin: 30px auto;
    padding: 10px;
  }
  html .moneytor-body #senEmailTemplate .templateContainer {
    width: 100%;
  }
  html .moneytor-body #emailTemplate .templateContainer {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html .moneytor-body .show-console {
    width: 100%;
  }
  html .moneytor-body .hide-console {
    width: 100%;
  }
  html .moneytor-body .mt-mat-hide {
    display: none;
  }
  html .moneytor-body .v-header {
    margin-top: 15%;
  }
  html .moneytor-body .sub-header.sub-header-2 .mt-n5 {
    margin-top: 0rem;
    margin-right: 0;
  }
  html .moneytor-body .mt-display-block ngx-charts-chart {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
  }
  html .moneytor-body .mt-model-size .modal-chat {
    max-height: 415px;
    overflow-x: hidden;
    transition: 0.5s all;
    min-width: 100%;
    max-width: 100%;
    left: 0;
  }
  html .moneytor-body .mt-model-size .modal-chat-2 {
    max-height: 415px;
    overflow-x: hidden;
    transition: 0.5s all;
    min-width: 100%;
    max-width: 100%;
    left: 0;
  }
  html .moneytor-body .mt-model-size-2 .modal-chat {
    max-height: 415px;
    overflow-x: hidden;
    transition: 0.5s all;
    min-width: 100%;
    max-width: 100%;
    left: 0;
  }
  html .moneytor-body .mt-model-size-2 .modal-chat-2 {
    max-height: 415px;
    overflow-x: hidden;
    transition: 0.5s all;
    min-width: 100%;
    max-width: 100%;
    left: 0;
  }
  html .moneytor-body .mt-preview-box {
    max-height: 500px;
  }
  html .moneytor-body .modal-chat h3 {
    margin-bottom: 0;
    margin-top: 0;
  }
  html .moneytor-body .modal-chat-2 h3 {
    margin-bottom: 0;
    margin-top: 0;
  }
  html .moneytor-body .row.mt-analytics-dd .col-md-2 {
    margin-bottom: 10px;
  }
  html .moneytor-body .mt-media-frames {
    width: 100%;
    height: 195px;
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  html .moneytor-body .mt-media-frames p {
    padding: 1rem 2rem 0rem 2rem;
  }
  html .moneytor-body .mt-media-container {
    width: 100%;
  }
  html .moneytor-body .mt-pdf-frames {
    max-height: 48px;
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  html .moneytor-body .agent-timeline-view::before {
    left: 13px;
  }
}
@media screen and (min-width: 991px) {
  html .moneytor-body .mt-mat-hide {
    display: inline-block;
    position: relative;
  }
  html .moneytor-body .mt-card-width {
    min-width: 450px;
  }
  html .moneytor-body .timeline4-container .mt-card-width {
    min-width: 304px;
    max-width: 304px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  html .moneytor-body .twPc-bg {
    background-size: 25% auto;
  }
}
@media (min-width: 590px) and (max-width: 700px) {
  html .moneytor-body .twPc-bg {
    background-size: 30% auto;
  }
}
@media screen and (max-width: 590px) {
  html .moneytor-body .twPc-bg {
    background-size: 33% auto;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  html .moneytor-body .totallength {
    padding: 1rem 0 0 0;
  }
  html .moneytor-body .mt-col-6 {
    width: 50%;
    float: left;
  }
  html .moneytor-body .mat-select {
    padding-top: 0;
  }
  html .moneytor-body .mt-dd {
    width: 100%;
    width: 60%;
  }
  html .moneytor-body .mat-select-trigger {
    min-width: 80px;
  }
  html .moneytor-body .mt-timeline-tab .tab-view {
    display: flex;
  }
  html .moneytor-body .mt-t-value {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  html .moneytor-body .mt-pt {
    padding: 21px 0;
  }
}
@media screen and (min-width: 1201px) {
  html .moneytor-body .mt-pt {
    padding: 17px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  html .moneytor-body .mt-chart-r.ml-n22 {
    margin-left: -8px;
  }
  html .moneytor-body .mt-left-box.ngx-datatable.material .datatable-header .datatable-header-cell {
    font-size: 12px;
  }
}
@media (min-width: 551px) and (max-width: 991px) {
  html .moneytor-body .mt-chart-r.ml-n22 {
    margin-left: 20%;
  }
}
@media (min-width: 380px) and (max-width: 550px) {
  html .moneytor-body .mt-chart-r.ml-n22 {
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  html .moneytor-body .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  html .moneytor-body .activitiesfilter {
    display: flex;
  }
}
@media (min-width: 1000px) and (max-width: 1150px) {
  html .moneytor-body .dueStatus {
    width: 80%;
  }
}
@media (min-width: 1000px) and (max-width: 1540px) {
  html .moneytor-body .show-payment-v {
    padding: 0px !important;
  }
}
@media (min-width: 790px) and (max-width: 870px) {
  html .moneytor-body .tabview {
    overflow: scroll !important;
  }
  html .moneytor-body .tabwidth {
    width: 100%;
  }
}
html .moneytor-body .timeLine .mat-dialog-container {
  max-height: initial;
  padding: 24px 0;
}
html .moneytor-body .timeLine .mat-dialog-container .mat-dialog-content {
  margin: 0;
}
html .moneytor-body .settle-v2 .mat-dialog-container {
  max-height: initial;
  padding: 24px 0;
}
html .moneytor-body .settle-v2 .mat-dialog-container .mat-dialog-content {
  margin: 0;
}
html .moneytor-body {
  background-color: #f7f5f9;
}
html .chart-legend .legend-labels {
  overflow-x: auto !important;
}
html .label-text {
  opacity: 0.5;
  font-size: 12px;
  color: inherit;
}
html label {
  margin: 0;
}
html .mat-calendar {
  border-radius: 6px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07) !important;
  border: 0;
  background-color: #ffffff;
}
html .mat-calendar .mat-calendar-body-cell-content {
  font-weight: 500;
}
html .mat-calendar .mat-calendar-body-today {
  background: #eedff2;
  color: #be52f2;
}
html .mat-calendar .mat-calendar-body-selected {
  color: #ffffff;
  background-image:
    linear-gradient(
      225deg,
      #bd7ae3,
      #8461c9);
}
html .mat-autocomplete-panel {
  border-radius: 6px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07) !important;
  border: 0;
  background-color: #ffffff;
}
html .mat-autocomplete-panel mat-option {
  font-size: 15px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.65);
}
html .mat-mdc-select-panel {
  border-radius: 6px !important;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07) !important;
  border: solid 1px #afaab9;
  background-color: #ffffff;
}
html .mat-mdc-select-panel mat-option {
  font-size: 15px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.65);
}
html .mat-mdc-select-panel mat-option .mat-pseudo-checkbox {
  display: none;
}
html .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox {
  display: block;
  border: solid 1px #afaab9;
  background-color: #ffffff;
}
html .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
html .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox .mat-pseudo-checkbox-indeterminate {
  background-color: #ffffff;
}
html .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox.mat-pseudo-checkbox-checked::after,
html .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox .mat-pseudo-checkbox-indeterminate::after {
  color: #6979f8;
}
html .mat-checkbox {
  line-height: 1.29;
}
html .mat-checkbox .mat-checkbox-layout {
  display: inline-block;
}
html .mat-checkbox .mat-checkbox-frame {
  border-radius: 4px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #afaab9;
  background-color: #ffffff;
}
html .mat-checkbox .mat-checkbox-inner-container {
  width: 18px;
  height: 18px;
}
html .mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background-color: #ffffff;
  border: solid 1px #afaab9;
}
html .mat-checkbox.mat-checkbox-checked .mat-checkbox-background svg.mat-checkbox-checkmark path.mat-checkbox-checkmark-path {
  stroke: #6979f8 !important;
}
html .box {
  background: #ffffff;
  margin-bottom: 20px;
  margin-top: 0.1rem;
}
html .moneytor-body mat-card {
  margin-bottom: 2rem;
}
html .moneytor-body mat-card.p-0 {
  padding: 0;
}
html .moneytor-body mat-card .mt-card-new-title {
  margin: 6px 0;
  line-height: 1;
}
html .moneytor-body mat-card .mt-card-subtitle-new {
  font-size: 11.8px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
html .moneytor-body mat-card .mt-card-subtitle-new span {
  font-size: 11.8px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
html .moneytor-body mat-card .mat-card-avatar {
  height: 40px;
  width: 40px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #ccc;
}
html .moneytor-body mat-card .mat-card-header .mat-card-title {
  font-size: 15px;
  font-weight: 600;
}
html .moneytor-body mat-card .mat-card-header .mat-card-subtitle:not(:first-child) {
  margin-top: -3px;
}
html .moneytor-body mat-card .mat-card-content {
  font-size: 12px;
}
html .moneytor-body mat-card .mat-card-content .mt-card-data {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  height: 100%;
  padding: 0.2rem 0.63rem;
}
html .moneytor-body mat-card .mat-card-content .mt-card-data p {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 11.8px;
  margin: 0 0 2px;
  letter-spacing: 0.5px;
  white-space: unset;
  word-break: break-word;
}
html .moneytor-body mat-card .mat-card-content .mt-card-data h5 {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 11.8px;
  margin: 0 0 2px;
  letter-spacing: 0.5px;
  white-space: unset;
  word-break: break-word;
}
html .moneytor-body mat-card .mat-card-content .mt-card-data .mt-time4-add-head {
  color: #636363;
  width: 100%;
  margin: 0;
}
html .moneytor-body mat-card .mat-card-content h5 {
  margin: 0px;
  font-weight: 600;
  font-size: 13px;
}
html .moneytor-body mat-tab-group .mat-tab-header {
  z-index: 0;
  border: 0;
}
html .moneytor-body mat-tab-group .mat-tab-body-wrapper {
  z-index: 0;
}
html .moneytor-body .mat-snack-bar-container {
  background: #6979f8;
  color: #ffffff;
  font-weight: 500;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .moneytor-body .mat-snack-bar-container.error,
html .moneytor-body .mat-snack-bar-container.failed,
html .moneytor-body .mat-snack-bar-container.failure {
  background: #ff647c;
}
html .moneytor-body .mat-snack-bar-container.warning {
  background: orange;
}
html .moneytor-body .mat-snack-bar-container.success,
html .moneytor-body .mat-snack-bar-container.Success {
  background: #00c48c;
}
html .moneytor-body .mat-snack-bar-container .mat-simple-snackbar {
  font-size: 14px;
}
html .moneytor-body .mat-snack-bar-container .mat-simple-snackbar .mat-simple-snackbar-action {
  color: #ffffff;
  font-weight: 600;
}
html .moneytor-body .mat-snack-bar-container .mat-simple-snackbar .mat-simple-snackbar-action button {
  max-height: 36px;
  min-width: 0;
  font-size: 13px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}
html .moneytor-body .mat-badge-content {
  min-width: 22px;
  background: #808df9;
}
html .moneytor-body .mat-grid-list.grid-space {
  margin: 0.3em;
}
html .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content {
  display: flex;
  justify-content: flex-start;
  padding: 8px;
  right: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content .mat-figure {
  justify-content: flex-start;
}
html .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content .mat-figure p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content .mat-figure p.fnt-11 {
  font-size: 11px;
  color: rgb(2, 8, 29);
}
html .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content .mat-figure p.m-bold {
  font-weight: 600;
}
html .moneytor-body .mat-grid-list .mat-grid-tile.timeline-grid-tile .mat-figure {
  border: 1px solid #c5bcbc;
  padding: 8px;
}
html .moneytor-body .moneytor-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  min-width: 300px;
}
html .moneytor-body .moneytor-card.overflow-none {
  overflow: hidden;
}
html .moneytor-body .moneytor-card.scrollable {
  max-width: calc(100vw - 50px);
  overflow-y: auto;
}
html .moneytor-body .mt-min-tble-width {
  min-width: 250px;
  padding: 0px;
}
html .moneytor-body .card-header {
  display: flex;
  margin-bottom: 0.6rem;
}
html .moneytor-body .card-header.with-img {
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
html .moneytor-body .card-title p {
  font-size: 17px;
  font-weight: 600;
  opacity: 0.8;
  color: #010431;
}
html .moneytor-body .card-title p.no-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .moneytor-body .card-body {
  padding: 0 1rem;
}
html .moneytor-body .card-footer {
  display: flex;
  margin-top: 0.6rem;
}
html .borrower {
  font-weight: 400;
  font-size: 11.8px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6509803922);
  margin: 0 0 2px;
  white-space: unset;
  word-break: break-word;
}
html .borrowerdetail {
  padding: 0.2rem 0.63rem;
  margin-bottom: 8px;
}
html .moneytor-input {
  font-size: 15px;
}
html .moneytor-input.mat-mdc-form-field {
  width: 100%;
  margin-bottom: 0.4em;
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  margin: 0.1em 0;
  height: 40px;
}
html .moneytor-input.mat-mdc-form-field.textarea .mat-mdc-text-field-wrapper {
  height: auto;
  min-height: 80px;
}
html .moneytor-input.mat-mdc-form-field .mdc-notched-outline {
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-infix {
  padding: 2px 0 10px 0;
  height: 40px;
  border-top: 0.45em solid transparent;
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-infix .mat-select-arrow-wrapper {
  display: block;
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow {
  color: #000000;
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-error,
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-bottom-align {
  font-size: 11px;
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-error::before,
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-bottom-align::before {
  height: 9px;
}
html .moneytor-input.mat-mdc-form-field .mdc-notched-outline__leading {
  border-right-style: none;
}
html .moneytor-input.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left-style: none;
  border-right-style: none;
}
html .moneytor-input.mat-mdc-form-field .mdc-notched-outline__trailing {
  border-left-style: none;
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-floating-label {
  margin-top: -0.75em;
  transform: translateY(-1em) scale(0.75);
}
html .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mdc-notched-outline {
  background: #a9a9c1;
  border-radius: 5px;
}
html .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-floating-label {
  color: #74758b;
}
html .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mdc-notched-outline__leading {
  background: #a9a9c1;
}
html .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mdc-notched-outline__notch {
  background: #a9a9c1;
}
html .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mdc-notched-outline__trailing {
  background: #a9a9c1;
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-icon-prefix {
  left: 0px;
  top: -0.5em;
  align-self: center;
}
html .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-icon-suffix {
  right: 0px;
  top: -0.5em;
  align-self: center;
}
html .moneytor-input.mat-mdc-form-field.textarea .mat-mdc-form-field-infix {
  height: auto !important;
}
html .moneytor-input.mat-mdc-form-field.small.mat-mdc-form-field {
  font-size: 13px;
  margin-bottom: 0;
}
html .moneytor-input.mat-mdc-form-field.small.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  margin: 0;
}
html .moneytor-input.mat-mdc-form-field.small .mat-mdc-text-field-wrapper {
  padding-bottom: 0;
}
html .moneytor-input.mat-mdc-form-field.small .mat-mdc-form-field-infix {
  height: 38px;
  border-top: 0.36em solid transparent;
}
html .moneytor-input.mat-mdc-form-field.small .mat-mdc-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  font-size: 12px;
}
html .moneytor-input.mat-mdc-form-field.small.m-footer-page .mat-mdc-form-field-infix {
  border-top: 0.69em solid transparent;
}
html .moneytor-input.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-form-field-subscript-wrapper {
  display: block;
}
html .mt-input-file-wrapper {
  border: 1px solid #74758b;
  border-radius: 5px;
  padding: 0 1rem;
  line-height: 44px;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: currentColor;
  width: 100%;
  height: 44px;
}
html .mt-input-file-wrapper label {
  margin: 0;
  background: #74758b;
  color: #5a6ae9;
  padding: 0.4rem;
  border-radius: 5px;
  margin: 0 0.5rem;
  height: 30px;
  line-height: 30px;
}
html .mt-input-file-wrapper label > .mt-attachment-icon-rotate {
  transform: rotate(45deg);
}
html .mt-input-file-wrapper input[type=file] {
  display: none;
}
html .mt-upload-file-name {
  max-width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
html .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
html .outline_custom-button {
  color: #6979f8 !important;
  margin-right: 0px;
  margin-left: 10px;
  height: 23px;
  width: 33px;
  background: #fff !important;
}
html .vertical-line {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 4px;
  background-color: #6979f8;
  height: calc(100% - 4px);
  z-index: 1;
}
html .mt-btn,
html .mt-btn.mdc-button {
  margin-right: 4px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  background-color: #6979f8;
  border: 1px solid;
  border-color: #6979f8;
  padding: 0rem 0.95rem;
  min-width: 50px;
  line-height: 32px;
}
html .mt-btn.small,
html .mt-btn.mdc-button.small {
  padding: 0 8px;
  font-size: 12px;
  line-height: 30px;
}
html .mt-btn.large,
html .mt-btn.mdc-button.large {
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  line-height: 32px;
}
html .mt-btn.x-large,
html .mt-btn.mdc-button.x-large {
  padding: 0.9rem 1.5rem;
  font-size: 15px;
  line-height: 36px;
}
html .mt-btn.full-width,
html .mt-btn.mdc-button.full-width {
  width: 100%;
}
html .mt-btn.primary,
html .mt-btn.mdc-button.primary {
  background-color: #6979f8;
  border-color: #6979f8;
}
html .mt-btn.secondary,
html .mt-btn.mdc-button.secondary {
  background-color: #808df9;
  border-color: #808df9;
}
html .mt-btn.warning,
html .mt-btn.mdc-button.warning {
  background-color: orange;
  border-color: orange;
}
html .mt-btn.error,
html .mt-btn.mdc-button.error {
  background-color: #ff647c;
  border-color: #ff647c;
}
html .mt-btn.success,
html .mt-btn.mdc-button.success {
  background-color: #00c48c;
  border-color: #00c48c;
}
html .mt-btn.white,
html .mt-btn.mdc-button.white {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  color: #6979f8;
}
html .mt-btn.white.red,
html .mt-btn.mdc-button.white.red {
  color: #ff647c;
}
html .mt-btn.rounded,
html .mt-btn.mdc-button.rounded {
  border-radius: 18px !important;
}
html .mt-btn.circle,
html .mt-btn.mdc-button.circle {
  min-height: 24px;
  min-width: 24px;
  line-height: 1;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  margin: 0;
  border: 0;
}
html .mt-btn.circle .mat-icon,
html .mt-btn.mdc-button.circle .mat-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 18px;
}
html .mt-btn.circle.large,
html .mt-btn.mdc-button.circle.large {
  min-height: 40px;
  min-width: 40px;
}
html .mt-btn.circle.large .mat-icon,
html .mt-btn.mdc-button.circle.large .mat-icon {
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 24px;
}
html .mt-btn.circle.small,
html .mt-btn.mdc-button.circle.small {
  min-height: 18px;
  min-width: 18px;
}
html .mt-btn.circle.small .mat-icon,
html .mt-btn.mdc-button.circle.small .mat-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 18px;
}
html .mt-btn.outline,
html .mt-btn.mdc-button.outline {
  background-color: #ffffff;
  color: #6979f8;
  border-color: #6979f8;
}
html .mt-btn.outline.error,
html .mt-btn.mdc-button.outline.error {
  border-color: #ff647c;
  color: #ff647c;
}
html .mt-btn.outline.warning,
html .mt-btn.mdc-button.outline.warning {
  border-color: orange;
  color: orange;
}
html .mt-btn.outline.success,
html .mt-btn.mdc-button.outline.success {
  border-color: #00c48c;
  color: #00c48c;
}
html .mt-btn.nobg,
html .mt-btn.mdc-button.nobg {
  background-color: transparent;
  border-color: #ffffff;
  color: #636363;
  border: 0;
  box-shadow: none;
}
html .mt-btn.nobg.primary,
html .mt-btn.mdc-button.nobg.primary {
  color: #6979f8;
}
html .mt-btn.nobg.warning,
html .mt-btn.mdc-button.nobg.warning {
  color: orange;
}
html .mt-btn.nobg.error,
html .mt-btn.mdc-button.nobg.error {
  color: #ff647c;
}
html .mt-btn.nobg.success,
html .mt-btn.mdc-button.nobg.success {
  color: #00c48c;
}
html .mt-btn.nobg.white,
html .mt-btn.mdc-button.nobg.white {
  color: #ffffff;
}
html .mt-btn.no-wrap,
html .mt-btn.mdc-button.no-wrap {
  white-space: nowrap;
}
html .mt-btn.link,
html .mt-btn.mdc-button.link {
  border: 0;
  background: transparent;
  color: #6979f8;
  line-height: 1;
  white-space: normal;
  margin: 0;
  padding: 10px;
  height: auto;
}
html .mt-btn.link .mdc-button__ripple,
html .mt-btn.mdc-button.link .mdc-button__ripple {
  opacity: 0;
}
html .mt-btn.link:hover,
html .mt-btn.mdc-button.link:hover {
  color: #3b49f3;
  background: transparent;
}
html .mt-btn.link:hover .mat-button-focus-overlay,
html .mt-btn.mdc-button.link:hover .mat-button-focus-overlay {
  background-color: transparent;
}
html .mt-btn.link.warning,
html .mt-btn.mdc-button.link.warning {
  color: orange;
}
html .mt-btn.link.error,
html .mt-btn.mdc-button.link.error {
  color: #ff647c;
}
html .mt-btn.link.success,
html .mt-btn.mdc-button.link.success {
  color: #00c48c;
}
html .mt-btn.link:disabled,
html .mt-btn.mdc-button.link:disabled {
  background-color: transparent;
  border-color: #ece9f1;
}
html .mt-btn.icon-btn,
html .mt-btn.icon,
html .mt-btn.mdc-button.icon-btn,
html .mt-btn.mdc-button.icon {
  background: transparent;
  height: 30px;
  min-width: 30px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #6979f8;
  border: 0;
}
html .mt-btn.icon-btn:hover,
html .mt-btn.icon:hover,
html .mt-btn.mdc-button.icon-btn:hover,
html .mt-btn.mdc-button.icon:hover {
  color: #00179c;
}
html .mt-btn.icon-btn:hover .mat-button-focus-overlay,
html .mt-btn.icon:hover .mat-button-focus-overlay,
html .mt-btn.mdc-button.icon-btn:hover .mat-button-focus-overlay,
html .mt-btn.mdc-button.icon:hover .mat-button-focus-overlay {
  background-color: transparent;
}
html .mt-btn.icon-btn.outline,
html .mt-btn.icon.outline,
html .mt-btn.mdc-button.icon-btn.outline,
html .mt-btn.mdc-button.icon.outline {
  border: 1px solid;
  border-radius: 50%;
  height: 32px;
  min-width: 32px;
}
html .mt-btn.icon-btn.outline .mat-icon,
html .mt-btn.icon.outline .mat-icon,
html .mt-btn.mdc-button.icon-btn.outline .mat-icon,
html .mt-btn.mdc-button.icon.outline .mat-icon {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  width: 18px;
}
html .mt-btn.icon-btn.circle,
html .mt-btn.icon.circle,
html .mt-btn.mdc-button.icon-btn.circle,
html .mt-btn.mdc-button.icon.circle {
  border-radius: 50%;
}
html .mt-btn.icon-btn.error,
html .mt-btn.icon.error,
html .mt-btn.mdc-button.icon-btn.error,
html .mt-btn.mdc-button.icon.error {
  color: #ff647c;
}
html .mt-btn.icon-btn.warning,
html .mt-btn.icon.warning,
html .mt-btn.mdc-button.icon-btn.warning,
html .mt-btn.mdc-button.icon.warning {
  color: orange;
}
html .mt-btn.icon-btn.white,
html .mt-btn.icon.white,
html .mt-btn.mdc-button.icon-btn.white,
html .mt-btn.mdc-button.icon.white {
  color: #ffffff;
}
html .mt-btn.icon-btn.black,
html .mt-btn.icon.black,
html .mt-btn.mdc-button.icon-btn.black,
html .mt-btn.mdc-button.icon.black {
  color: black;
}
html .mt-btn.icon-btn.success,
html .mt-btn.icon.success,
html .mt-btn.mdc-button.icon-btn.success,
html .mt-btn.mdc-button.icon.success {
  color: #00c48c;
}
html .mt-btn.grn,
html .mt-btn.mdc-button.grn {
  color: #43cf76;
}
html .mt-btn.blue,
html .mt-btn.mdc-button.blue {
  color: #3b49f3;
}
html .mt-btn:disabled,
html .mt-btn.mdc-button:disabled {
  background: #ece9f1;
  border-color: #ece9f1;
  color: #1a051d;
}
html .mt-btn:disabled.icon,
html .mt-btn.mdc-button:disabled.icon {
  background: transparent;
  border-color: transparent;
}
html .mt-btn.no-border,
html .mt-btn.mdc-button.no-border {
  border: 0;
}
html .mt-btn.shadow,
html .mt-btn.mdc-button.shadow {
  box-shadow: 0 1px 4px 0 rgba(95, 95, 101, 0.468);
}
html .mt-btn.active,
html .mt-btn.mdc-button.active {
  background-color: rgb(68, 70, 71);
}
html .mt-btn .mdc-button__label,
html .mt-btn.mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
}
html .mt-btn.mat-mdc-button-disabled,
html .mt-btn.mdc-button.mat-mdc-button-disabled {
  cursor: not-allowed;
}
html .clear {
  border-radius: 16px;
  color: white;
  font-size: 18px;
  border-radius: 16px;
  padding-top: 3px;
}
html .closePortfolioSummary {
  font-size: 14px;
  background: red;
  color: white;
  border-radius: 50%;
  padding-top: 2px;
  height: 19px !important;
  width: 19px !important;
}
html .statusActionBtn {
  font-size: 20px;
  font-weight: 900;
}
html .login-box {
  min-width: 500px;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html .login-box .login-wrapper {
  text-align: center;
  padding: 24px 32px;
  border-radius: 20px;
  box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
  background-color: #f7f5f9;
}
html .login-box .login-wrapper .logo-container .logo-img {
  height: 50px;
  width: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 1.2rem;
}
html .login-box .login-wrapper .login-header {
  display: flex;
  flex-direction: row;
  margin: 1rem 0;
}
html .login-box .login-wrapper .loading-action {
  margin-top: 1rem;
}
html .login-box .login-wrapper .loading-action .mt-btn {
  padding: 1.4rem;
  font-size: 15px;
}
html .login-box .login-wrapper .loading-action .mt-btn[disabled] {
  color: #1a051d;
}
html .login-box .login-wrapper .login-footer {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0 0;
}
html .tab-header-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(208, 201, 214, 0.4);
}
html .tab {
  border: 1px solid rgba(208, 201, 214, 0.4);
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  flex-direction: row;
  align-items: center;
  background: #ffffff;
}
html .tab::-webkit-scrollbar {
  width: 100%;
  height: 3px;
}
html .tab::-o-scrollbar {
  width: 100%;
  height: 3px;
}
html .tab::-moz-scrollbar {
  width: 100%;
  height: 3px;
}
html .tab .mt-btn {
  float: left;
  cursor: pointer;
  padding: 0.6rem 4rem;
  transition: 0.3s;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
html .tab .mt-btn.tab_active {
  background-color: #6979f8;
  color: #ffffff !important;
  font-weight: 900;
}
html .tab.icon-top {
  padding-top: 8px;
}
html .tab.icon-top .mt-btn {
  background-color: transparent;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  white-space: unset;
  color: #1a051d;
  padding: 0rem 2rem;
  margin-right: 1rem;
}
html .tab.icon-top .mt-btn .mat-button-wrapper {
  display: flex;
  flex-direction: column;
}
html .tab.icon-top .mt-btn.tab_active {
  color: #6979f8;
}
html .tab.icon-top .mt-btn.tab_active::after {
  content: "";
  width: 48px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #6979f8;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px 5px 0 0;
  transition: 0.5s ease-in;
}
html .tab.icon-top .mt-btn label {
  white-space: nowrap;
  margin: 0;
}
html .tabcontent {
  padding: 6px 12px;
  border: 0;
  background: #f7f5f9;
}
html .tabcontent .tab-header {
  padding: 0.63rem;
  display: flex;
  align-items: center;
}
html .tabcontent .tab-body {
  padding: 0.63rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .moneytor-body {
}
html .moneytor-body .sticky-top {
  position: sticky;
  top: 0;
  z-index: 5;
}
html .moneytor-body .flexRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
html .moneytor-body .flexRow_amt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 566px;
}
html .moneytor-body .flexCol {
  display: flex;
  flex-direction: column;
}
html .moneytor-body .flex-wrap {
  flex-wrap: wrap;
}
html .moneytor-body .flex-no-wrap {
  flex-wrap: nowrap;
}
html .moneytor-body .flex-start {
  align-self: start;
  align-self: flex-start;
}
html .moneytor-body .flex-end {
  align-self: end;
  align-self: flex-end;
}
html .moneytor-body .space-between {
  justify-content: space-between;
}
html .moneytor-body .flex-right {
  justify-content: flex-end;
}
html .moneytor-body .flex-left {
  justify-content: flex-start;
}
html .moneytor-body .flex-center {
  align-items: center;
}
html .moneytor-body .flex-baseline {
  align-items: baseline;
}
html .moneytor-body .flex-self-center {
  align-self: center;
}
html .moneytor-body .text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
html .moneytor-body .justify-center {
  justify-content: center;
}
html .moneytor-body .mt-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
}
html .moneytor-body .page-wrapper {
  padding: 0 0.63rem;
}
html .moneytor-body .mt-pg-cntr {
  background: #f5f5f5;
  height: calc(100vh - 60px);
}
html .moneytor-body .mt-pg-hdr-sec {
  margin-bottom: 0.95rem;
  background: #ffffff;
  padding: 1.2rem 0.63rem;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
html .moneytor-body .mt-pg-hdr-sec.with-tbl {
  padding: 0.63rem;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
html .moneytor-body .mt-hdr {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
html .moneytor-body .mt-hdr-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
html .moneytor-body .mt-hdr-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  color: #a099a6;
}
html .moneytor-body .mt-flip-x {
  transform: rotateX(180deg);
}
html .moneytor-body .mt-flip-y {
  transform: rotateY(180deg);
}
html .moneytor-body .mt-quick-filters-cnt {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
}
html .moneytor-body .mt-quick-filters-cnt.flex-center {
  align-items: center;
}
html .moneytor-body .mt-quick-filter {
  margin-right: 40px;
}
html .moneytor-body .quick-filter-label {
  display: block;
  margin-bottom: 8px;
  opacity: 0.5;
  font-size: 12px;
}
html .moneytor-body .quick-filter-btn {
  float: left;
  margin-right: 10px;
}
html .moneytor-body .quick-filter-btn.m-0 {
  margin: 0;
}
html .moneytor-body .mt-filter-box {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
html .moneytor-body .mt-reverse-row {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
html .moneytor-body .mt-select-all-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(165, 175, 251, 0.5);
  font-weight: 500;
  font-size: 15px;
  padding: 0.32rem 1rem;
  width: 100%;
}
html .moneytor-body .mt-select-all-cont a {
  color: #475ff2;
  cursor: pointer;
}
html .moneytor-body .mt-select-all-cont p {
  opacity: 0.5;
}
html .moneytor-body .mat-mdc-card.mt-filter-card {
  position: fixed;
  z-index: 112;
  min-width: 330px;
  max-width: 386px;
  min-height: 100%;
  padding: 0px;
  border-radius: 4px 0 0 4px;
}
html .moneytor-body .mat-mdc-card.mt-filter-card.left {
  left: 0;
  top: 0;
}
html .moneytor-body .mat-mdc-card.mt-filter-card.right {
  right: 0;
  top: 0;
}
html .moneytor-body .mat-mdc-card.full-width {
  max-width: 100%;
}
html .moneytor-body .mat-mdc-card.mt-slip-container {
  margin-top: 57px;
  border-radius: 20px;
}
html .moneytor-body .mat-mdc-card .mt-filter-content {
  display: block;
  height: calc(100vh - 64px);
  overflow: auto;
  margin-bottom: 0;
  width: 100%;
  background: #f7f5f9;
  padding: 8px;
}
html .moneytor-body .mat-mdc-card .mt-filter-content .mt-flex {
  padding: 5px;
}
html .moneytor-body .mat-mdc-card .mt-filter-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0;
  justify-content: flex-end;
}
html .moneytor-body .mat-mdc-card .mt-slip-container {
  margin-top: 57px;
  border-radius: 20px;
}
html .moneytor-body .mt-minmize-filter-view {
  max-height: 200px;
  overflow: hidden;
}
html .moneytor-body .mt-slip-card {
  background: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
}
html .moneytor-body .mt-filter-wrapper-blur {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1250;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.55);
}
html .moneytor-body .mt-modal-blur {
  background: rgba(0, 0, 0, 0.3);
}
html .moneytor-body .modal-content {
  border-radius: 20px;
  padding: 1rem;
}
html .moneytor-body .mt-shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .moneytor-body .modal {
  background: transparent;
}
html .moneytor-body .modal .modal-dialog {
  margin: 80px auto;
  position: relative;
}
html .moneytor-body .modal .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 0;
}
html .moneytor-body .modal .modal-content .modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
}
html .moneytor-body .modal .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
html .moneytor-body .modal .modal-content .modal-footer {
  padding: 8px 8px 0 8px;
  text-align: right;
  border-top: 1px solid #f4f4f4;
}
html .moneytor-body .alert {
  color: #ffffff;
  border: 0;
  text-align: left;
  padding: 0.5rem 1rem;
  margin: 0;
}
html .moneytor-body .alert .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .moneytor-body .alert .alert-body {
  margin-top: 0.5rem;
  position: relative;
}
html .moneytor-body .alert.alert-primary {
  background-color: #6979f8;
}
html .moneytor-body .alert.alert-secondary {
  background-color: #808df9;
}
html .moneytor-body .alert.alert-success {
  background-color: #00c48c;
}
html .moneytor-body .alert.alert-danger {
  background-color: #ff647c;
}
html .moneytor-body .alert.alert-warning {
  background-color: orange;
}
html .moneytor-body .alert.alert-info {
  background-color: rgb(101, 84, 192);
}
html .moneytor-body .mt-legend-box {
  height: 15px;
  width: 15px;
  display: inline-block;
  line-height: 1;
}
html .moneytor-body .legends-btn {
  display: flex;
  margin: 0 1rem;
}
html .moneytor-body .z-index-0 {
  z-index: -1;
}
html .moneytor-body .hidden-content {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
html .moneytor-body .button-group .mr-5 {
  margin-right: 10px;
}
html .moneytor-body .max-height-200 {
  max-height: 200px;
  margin: 1rem 0;
}
html .moneytor-body .theme-change-toggle {
  position: fixed;
  z-index: 1;
  top: 30%;
  right: 0%;
  transform: translate(0, -30%);
}
html .moneytor-body .dark {
  background-color: #1b1e27;
}
html .moneytor-body .bg-light-gray {
  background: #ece9f1;
}
html .moneytor-body .mt-apply-offer-btn {
  position: fixed;
  bottom: 5%;
  right: 3%;
  box-shadow: 0 1px 4px 0 rgba(95, 95, 101, 0.468);
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 5px;
  min-width: 80px;
  line-height: 36px;
  background: #6979f8;
  color: #fff;
  padding: 0.9rem 1.5rem;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  z-index: 100;
}
html .moneytor-body .mt-apply-offer-btn.mt-fab {
  height: 35px;
  min-width: 35px;
  max-width: 35px;
  justify-content: center;
  background: none;
  box-shadow: none;
  right: 10px;
  position: relative;
}
html .moneytor-body .mt-apply-offer-btn.mt-fab [class^=ic_] {
  font-size: 35px;
  height: 35px;
  width: 35px;
  color: #6979f8;
}
html .moneytor-body .mt-radio-grp .mt-radio-item {
  display: block;
}
html .moneytor-body .mt-radio-grp .mt-radio-item:not(:last-child) {
  margin-bottom: 8px;
}
html .moneytor-body .mt-radio-grp .mt-radio-item .mdc-label {
  width: auto;
}
html .moneytor-body .max-height-200 {
  max-height: 200px;
  margin: 1rem 0;
}
html .moneytor-body .mt-audio-player {
  height: 35px;
}
html .moneytor-body .bt-1 {
  border-top: 1px solid #e0d9d9;
}
html .moneytor-body .max-height-200 {
  max-height: 200px;
  margin: 1rem 0;
}
html .moneytor-body .mt-audio-player {
  height: 35px;
}
html .moneytor-body .bt-1 {
  border-top: 1px solid #e0d9d9;
}
@media screen and (max-width: 1595px) {
  html .moneytor-body .quick-filter-btn.filter-btn-pt-10 {
    padding-top: 10px;
  }
}
html .moneytor-body .mt-grid {
  display: grid;
}
html .moneytor-body .mt-grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
html .moneytor-body .mt-grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
html .moneytor-body .mt-grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
html .moneytor-body .mt-grid-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
html .moneytor-body .mt-grid-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
html .moneytor-body .mt-gap-15 {
  gap: 15px;
}
html .moneytor-body .mt-gap-8-15 {
  gap: 8px 15px;
}
html .no-gutter {
  padding-left: 0;
  padding-right: 0;
}
html .no-gutter.with-gutter {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 768px) {
  html .row-equal {
    display: flex;
    flex-wrap: wrap;
  }
  html .col-equal {
    margin: auto;
  }
}
html .mt-calling-screen-wrapper {
  position: fixed;
  z-index: 999;
  right: 2%;
  bottom: 2%;
  background: #6979f8;
  border-radius: 25px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  max-height: 330px;
  width: 379px;
  overflow-x: hidden;
}
html .mt-calling-screen-wrapper::-webkit-scrollbar {
  height: 0;
  width: 0;
}
html .mt-calling-screen-wrapper .btn-collapse .mat-icon {
  position: relative;
  left: 345px;
  top: 40px;
  font-size: 30px;
}
html .mt-calling-screen-wrapper .mt-calling-screen {
  width: 100%;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 18px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-id {
  display: flex;
  flex-direction: column;
  justify-items: left;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-id .mt-caller-member-id {
  max-width: 283.88px;
  display: inline-block;
  padding: 3px 7px;
  font-family: Avenir;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  border: 0.5px solid #98A4FF;
  border-radius: 17px;
  margin-top: 5px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-id .mt-caller-parent-id {
  width: 46%;
  padding: 3px 7px;
  font-family: Avenir;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  border: 0.5px solid #98A4FF;
  border-radius: 17px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail {
  align-items: center;
  margin: 0px 0px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail .mt-caller-info {
  margin-top: 20px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail .name {
  font-family: Avenir;
  font-size: 12px;
  font-weight: 350;
  line-height: 22px;
  text-align: center;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail .number {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 850;
  line-height: 22px;
  color: #ffffff;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail .mt-caller-name {
  text-align: center;
  margin: 0;
  letter-spacing: 1.5px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 39px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style {
  max-width: 80px;
  text-align: center;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style p {
  margin: 0px -21px 0px -21px;
  padding-top: 10px;
  font-size: 14px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn {
  display: flex;
  float: row;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn.yellow {
  background-color: #ffcf5c;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn:disabled {
  background: #ece9f1;
  border-color: #ece9f1;
  color: #808df9;
  cursor: not-allowed;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn .ic_call-end {
  height: 12px;
  width: 14px;
  object-fit: contain;
  padding-right: 23px;
  padding-bottom: 21px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn .ic_go-to {
  height: 12px;
  width: 16px;
  object-fit: contain;
  padding-right: 9px;
  padding-bottom: 20px;
}
html .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mat-menu-content {
  width: 300px;
}
html .mt-calling-header {
  position: absolute;
  height: 44px;
  background-color: #A5AFFB;
  width: 379px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0px 0px;
}
html .mt-calling-header .mt-header-name {
  padding: 14px;
  font-family: Avenir;
  font-size: 17px;
  font-weight: 250;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
  margin-left: -61px;
}
html .mt-calling-header .mt-call-avatar-icon {
  position: absolute;
  top: 10px;
  left: 346px;
  font-size: 22px;
}
html .mt-calling-screen-wrapper-collapsed {
  position: fixed;
  z-index: 999;
  right: 2%;
  bottom: 2%;
  background: #6979f8;
  border-radius: 25px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 84px;
  width: 379px;
  overflow-y: auto;
  overflow-x: hidden;
}
html .mt-calling-screen-wrapper-collapsed::-webkit-scrollbar {
  height: 0;
  width: 0;
}
html .mt-calling-screen-wrapper-collapsed .btn-collapse .mat-icon {
  position: relative;
  left: 345px;
  font-size: 30px;
  top: 40px;
}
html .mt-calling-screen-wrapper-collapsed .calling-details {
  width: 90%;
  margin: 0 auto;
}
html .mt-calling-screen-wrapper-collapsed .calling-details .name {
  font-size: 14px;
}
html .mt-calling-screen-wrapper-collapsed .calling-details .number {
  font-size: 16px;
}
html .background-calling {
  background-color: #EEACDF;
}
html .background-connected {
  background-color: #26D0BC;
}
html .background-break {
  background-color: #77D7FF;
}
html .background-disconnected {
  background-color: #FB5F71;
}
html .background-completed {
  background-color: #FFA26B;
}
html .custom-menu {
  width: 152px;
}
html .custom-radio-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html .mfc-radio .mdc-label {
  margin-left: 5px;
}
html .custom-menu-call-btn {
  width: 250px;
  height: 100px;
}
html .custom-menu-call-btn .contact_field .mat-form-field-wrapper {
  margin-left: 2px;
  width: 230px;
  height: 10px;
  border-radius: 20px;
}
html .customize + * .mat-mdc-menu-panel {
  height: 70px;
  width: 245px;
  border-radius: 10px;
  padding-left: 4px;
  overflow: hidden;
}
html .toggle-container button.toggle-button {
  background-color: transparent;
  border: none;
  margin-top: -3px;
  margin-right: -131px;
  margin-left: 63px;
}
html .mt-btn-style .mat-button-disabled {
  background-color: transparent !important;
  border: none !important;
}
html .mt-page-not-found {
  position: relative;
  height: calc(100vh - 100px);
}
html .mt-page-not-found .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 410px;
  width: 100%;
  text-align: center;
}
html .mt-page-not-found .notfound .notfound-404 {
  height: 140px;
  position: relative;
  z-index: -1;
}
html .mt-page-not-found .notfound .notfound-404 h1 {
  font-size: 120px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-text-fill-color: #ff647c;
  background-size: cover;
  background-position: center;
}
html .mt-page-not-found .notfound h2 {
  color: #1a051d;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
html .mt-page-not-found .notfound p {
  color: #1a051d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}
html .mt-page-not-found .notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #6979f8;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #6979f8;
  box-shadow: 0px 4px 15px -5px #6979f8;
  cursor: pointer;
}
html .mt-page-not-found .notfound a:hover {
  background: #808df9;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  html .mt-page-not-found .notfound p {
    padding: 0 1rem;
  }
  html .mt-page-not-found .notfound .notfound-404 {
    height: 142px;
  }
  html .mt-page-not-found .notfound .notfound-404 h1 {
    font-size: 112px;
  }
}
html .mt-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  justify-content: space-around;
  overflow: hidden;
  z-index: 1266;
}
html .mt-modal.blur {
  background: rgba(16, 0, 34, 0.8);
}
html .mt-modal .modal-container {
  position: fixed;
  max-width: 500px;
  min-width: 500px;
  left: 50%;
  top: 70px;
  transform: translate(-50%, 0%);
  z-index: 1266;
}
html .mt-modal .modal-container.center {
  top: 50%;
  transform: translate(-50%, -50%);
}
html .mt-modal .modal-container .modal-content {
  border-radius: 5px;
  padding: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  background: #ffffff;
}
html .mt-modal .modal-container .modal-content .modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1rem;
}
html .mt-modal .modal-container .modal-content .modal-header .modal-title > * {
  font-size: 20px;
}
html .mt-modal .modal-container .modal-content .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: calc(100vh - 210px);
}
html .mt-modal .modal-container .modal-content .modal-body > * {
  font-size: 16px;
}
html .mt-modal .modal-container .modal-content .modal-body.no-scroll {
  overflow: hidden;
  text-align: center;
}
html .mt-modal .modal-container .modal-content .modal-footer {
  padding: 15px 0 0 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
html .mt-modal .alert-footer {
  padding: 15px 0 0 0;
  text-align: center;
}
html .mt-container {
  font-family:
    "Avenir",
    "Avenir-LT-Std-Light",
    "Avenir-LT-Std-Book",
    "Avenir-LT-Std-Roman";
}
html .mt-container .mat-drawer-container {
  background: #f7f5f9;
  height: 100%;
  overflow: hidden;
}
html .mt-container .mat-drawer-container .mat-drawer {
  width: 217px;
  position: fixed;
  border-radius: 0;
  background-color: #190036;
  color: #ffffff;
}
html .mt-container .mat-drawer-container .mat-drawer.mat-drawer-side {
  z-index: 1;
}
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list {
  padding-top: 0;
}
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item {
  background: #221849;
  border-radius: 0;
}
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item .navItemlabel,
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item .navIcon {
  color: #ffffff;
  text-transform: capitalize;
}
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item:hover {
  transition: 0.5s all;
  background: #6979f8;
}
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item.mt-nav-active {
  background: #6979f8;
}
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item:hover:after,
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item.mt-nav-active:after {
  content: "";
  position: absolute;
  width: 5px;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  border-left: 5px solid #00c48c;
}
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item .navIcon {
  margin-right: 10px;
}
html .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item .ic_crown {
  padding-bottom: 26px;
}
html .mt-container .mat-drawer-container .mat-drawer .logo-container {
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .mt-container .mat-drawer-content .mt-content-wrapper {
  padding-top: 64px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
html .mt-container .mat-drawer-content .mt-content-wrapper.mt-mobile-content-wrapper {
  padding-top: 0;
}
html .mt-container .mat-drawer-content .mt-toolbar {
  height: 64px;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
html .mt-container .mat-drawer-content .mt-toolbar.side-bar-open {
  width: calc(100% - 217px);
}
html .mt-container.mt-is-mobile .mat-drawer-container {
  background: #ffffff;
}
html .mt-container.mt-is-mobile .mat-drawer-container .mt-toolbar.side-bar-open {
  width: 100%;
}
html .logoCode {
  display: flex;
  flex-direction: row;
}
html .instituteNumber {
  width: 50px;
  height: 30px;
  box-shadow: 0 0px 26px rgba(0, 0, 0, 0.25), 0 3px 10px rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  background-color: #6979f8;
  padding: 6px;
  font-size: 15px;
  color: #ffffff;
  margin-left: 23px;
  text-align: center;
  line-height: 22px;
  position: relative;
  transform: translateY(5px);
}
html .instituteNumber .triangle {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 14px solid #6979f8;
  position: absolute;
  left: -14px;
  top: 10px;
}
html .mt-client-logo-url {
  padding: 1px;
  margin-left: 10px;
  border-radius: 5px;
  object-fit: cover;
}
html .timeline4-container {
  padding: 0rem 0.6rem;
}
html .timeline4-container .mt-padding-7 {
  padding-left: 7px;
  padding-right: 7px;
}
html .timeline4-container .mt-display-format {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .timeline4-container .mt-display-format:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
html .timeline4-container .mt-display-format p {
  padding: 0.5rem 2rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .timeline4-container .mt-display-format-2 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .timeline4-container .mt-display-format-2:not(:last-child) {
  border-bottom: 1px solid #ece9f1;
}
html .timeline4-container .mt-display-format-2 h5 {
  padding: 0.5rem 2rem;
  color: black;
  font-weight: 500;
  font-size: 13px;
}
html .timeline4-container .mt-display-format-2 p {
  margin: 1px;
  color: rgba(86, 88, 88, 0.66);
  font-size: 13px;
}
html .timeline4-container .mt-display-charges {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .timeline4-container .mt-display-charges p {
  padding: 0.5rem 2rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .timeline4-container .mt-display-flex {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  padding: 0.5rem 0.63rem;
  gap: 18px;
}
html .timeline4-container .mat-mdc-card {
  padding: 6px;
}
html .timeline4-container .mt-inline-title {
  margin: 1px 0px 4px 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: #ece9f1;
  padding-left: 2px;
}
html .timeline4-container .mt-card-header-page {
  color: rgba(121, 117, 117, 0.85);
  font-size: 15px;
  font-weight: 600;
}
html .timeline4-container .mt-padding-default {
  padding: 0 1rem;
}
html .timeline4-container .mt-summary-header-new .mt-btn {
  margin: 0 0 0 16px;
}
html .timeline4-container .mt-header-tab-content .mat-tab-label {
  padding: 0 1rem;
  opacity: 1;
  min-width: 130px;
  margin: 0.5rem 0;
  max-width: 140px;
}
html .timeline4-container .mt-header-tab-content .mat-tab-label mat-icon {
  font-size: 20px;
  color: #ffffff;
  margin-right: 4px;
}
html .timeline4-container .mt-timeline-charges-container {
  padding: 0.5rem;
  margin: 0.5rem 0;
}
html .timeline4-container .mt-action-btn-container button {
  font-size: 13px;
  padding: 0 12px;
}
html .timeline4-container .mt-action-btn-container button mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
}
html .timeline4-container .mt-undo-btn {
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #6979f8;
  margin-left: 3px;
}
html .timeline4-container .mt-undo-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 18px;
}
html .timeline4-container .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 12px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
html .timeline4-container .mdc-label {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 12px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
html .timeline4-container .mt-timeline-tab {
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  max-height: 46rem;
  min-height: 40rem;
  width: 100%;
}
html .timeline4-container .mt-timeline-tab .tab-view {
  display: flex;
}
html .timeline4-container .mt-change-view {
  color: #6979f8;
}
html .timeline4-container .mt-flip-icon {
  color: #6979f8;
}
html .timeline4-container .mt-tim-header-border {
  border-bottom: 1px solid #6979f8;
}
html .timeline4-container .mt-offer-banner {
  width: 230px;
  margin: 0;
  height: 200px;
}
html .timeline4-container mat-icon {
  transition: 0.4s ease-in;
}
html .timeline4-container .show-payment-v {
  padding: 0px;
  margin-top: 6px;
}
html .timeline4-container .mt-form-cnt {
  padding: 5px;
}
html .timeline4-container .mt-clr-green {
  color: #00c48c;
}
html .timeline4-container .mt-clr-yellow {
  color: #6979f8;
}
html .timeline4-container .mt-clr-red {
  color: #ff647c;
}
html .timeline4-container .row {
  display: initial;
}
html .m-timeline-response-card {
  padding: 0 12px 12px;
  height: calc(100vh - 110px);
  overflow-y: auto;
}
html .mt-card-data-2 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
  padding: 0.6rem 1rem;
}
html .mt-card-data-2 p {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 11.8px;
  margin: 0 0 2px;
  letter-spacing: 0.5px;
  white-space: unset;
  word-break: break-word;
}
html .mt-response-box {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .mt-card-data {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: center;
  height: 100%;
  padding: 0.1rem 0.7rem;
  margin-bottom: 0.5rem;
}
html .mt-card-data p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
html .mt-details-tab .mat-tab-label {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
}
html .mt-icon-btn-small {
  height: 15px;
  width: 15px;
  line-height: 1;
}
html .mt-icons-small {
  height: 15px;
  width: 15px;
  line-height: 1;
  font-size: 15px;
}
html .mt-icon-btn-small-arrow {
  height: 24px;
  width: 24px;
  line-height: 1;
}
html .mt-icons-small-arrow {
  height: 24px;
  width: 24px;
  line-height: 1;
  font-size: 24px;
}
html .mt-back-to-previous a {
  color: #6979f8;
  padding: 0 1rem;
  cursor: pointer;
}
html .mt-back-to-previous p {
  margin: 0 0 4px;
  padding: 1rem 3rem;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
html .mt-spacer {
  min-width: 24px;
  max-width: 24px;
  display: inline-block;
}
html .tab .mt-btn {
  padding: 0.2rem 2rem;
  font-size: 14px;
}
html .tab .mt-btn.tab_active {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}
html .tab .mt-btn.tab_active.phone {
  background: #fac33d;
}
html .tab .mt-btn.tab_active.sms {
  background: #ffa26b;
}
html .tab .mt-btn.tab_active.email {
  background: #1db489;
}
html .tab .mt-btn.tab_active.field {
  background: #6979f8;
}
html .tab .mt-btn.tab_active.ivrCall {
  background: #30c1ce;
}
html .tab .mt-btn.tab_active.whatsApp {
  background: #18ba55;
}
html .mt-phone-container,
html .m-timeline-container {
  width: 100%;
  position: relative;
}
html .mt-phone-container .mt-add-icon-btn,
html .m-timeline-container .mt-add-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .mt-phone-container .mt-delete-icon-btn,
html .m-timeline-container .mt-delete-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .mt-phone-container .mt-response-box .mt-phone-response-dd,
html .m-timeline-container .mt-response-box .mt-phone-response-dd {
  margin: 0.5rem 1rem;
}
html .mt-phone-container p,
html .m-timeline-container p {
  padding: 0;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .mt-phone-container mat-radio-group mat-radio-button,
html .m-timeline-container mat-radio-group mat-radio-button {
  margin: 1rem;
  letter-spacing: 1px;
}
html .mt-phone-container mat-radio-group mat-radio-button .mdc-label,
html .m-timeline-container mat-radio-group mat-radio-button .mdc-label {
  white-space: unset;
}
html .mt-phone-container .mt-sms-box,
html .m-timeline-container .mt-sms-box {
  min-height: 92px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .mt-phone-container .mt-sms-box p,
html .m-timeline-container .mt-sms-box p {
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .mt-phone-container .mt-sms-box .whatsappManual,
html .m-timeline-container .mt-sms-box .whatsappManual {
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .mt-phone-container .mt-email-box,
html .m-timeline-container .mt-email-box {
  min-height: 92px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: auto;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 1rem;
  max-height: 220px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .mt-phone-container .mt-email-box p,
html .m-timeline-container .mt-email-box p {
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .mt-phone-container div.col-md-6,
html .m-timeline-container div.col-md-6 {
  padding-left: 9px;
  padding-right: 9px;
}
html .mt-notification-container .mt-notification-box {
  min-height: 92px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .mt-notification-container .mt-notification-box p {
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .mt-pay-container {
  width: 100%;
  position: relative;
}
html .mt-pay-container .mt-add-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .mt-pay-container .mt-delete-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .mt-pay-container .mt-response-box .mt-phone-response-dd {
  margin: 0.5rem 1rem;
}
html .mt-pay-container p {
  padding: 0;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .mt-pay-container mat-radio-group mat-radio-button {
  margin: 1rem;
  letter-spacing: 1px;
}
html .mt-pay-container mat-radio-group mat-radio-button .mdc-label {
  white-space: unset;
}
html .mt-pay-container div.col-md-4 {
  padding-left: 9px;
  padding-right: 9px;
}
html .mt-pay-container div.col-md-6 {
  padding-left: 9px;
  padding-right: 9px;
}
html .mt-pay-container div.col-md-12 {
  padding-left: 9px;
  padding-right: 9px;
}
html .mt-pay-container .row {
  display: flex;
}
html .mt-pay-container .p-10 {
  padding: 10px !important;
}
html .mt-field-container {
  width: 100%;
  position: relative;
}
html .mt-field-container .mt-add-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .mt-field-container .mt-delete-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .mt-field-container .mt-edit-icon {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .mt-field-container .mt-response-box .mt-phone-response-dd {
  margin: 0.5rem 1rem;
}
html .mt-field-container p {
  padding: 0;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .mt-field-container mat-radio-group mat-radio-button {
  margin: 1rem;
  letter-spacing: 1px;
}
html .mt-field-container mat-radio-group mat-radio-button .mdc-label {
  white-space: unset;
}
html .mt-field-container mat-radio-group.mt-form-type mat-radio-button {
  margin: 0.5rem 1rem;
  letter-spacing: 1px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 1rem 1rem;
}
html .mt-field-container mat-radio-group.mt-form-type mat-radio-button label {
  margin-bottom: 1px;
  font-weight: 400;
}
html .mt-field-container .treeStructure .psuedoLabel {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .mt-call-btn {
  background: #fac33d;
  color: #ffffff;
}
html .mt-add-icon-btn {
  background: #ffa26b;
}
html .mt-delete-icon-btn {
  background: #ff647c;
}
html .mt-edit-icon {
  background: rgba(74, 159, 204, 0.75);
}
html .mt-contacts-icon {
  color: #ffffff;
  background: rgba(74, 159, 204, 0.75);
}
html mat-radio-group.mt-radio-box-new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 10px;
}
html mat-radio-group.mt-radio-box-new .mt-timeline-phone-btn {
  margin: 0;
  letter-spacing: 1px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 0.45rem 0.3rem;
  line-height: 1;
}
html mat-radio-group.mt-radio-box-new mat-radio-button {
  margin: 2px;
}
html mat-radio-group.mt-radio-box-new mat-radio-button .mdc-radio {
  padding: 0;
}
html mat-radio-group.mt-radio-box-new .mt-btn.icon {
  height: 18px;
}
html .delete-text .mdc-label {
  color: #ff647c;
  text-decoration: line-through;
}
html .optout-text .mdc-label {
  color: #ff647c;
}
html .mt-font-style {
  font-size: 14px;
  padding: 1rem;
  color: #1a051d;
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .mt-menu-container button {
  text-align: left;
  font-size: 13px;
  padding: 0 6px;
  line-height: 0;
  height: 30px;
  color: #1a051d;
}
html .mt-menu-container .mat-menu-item {
  text-align: left;
  font-size: 13px;
  padding: 0 6px;
  line-height: 0;
  height: 30px;
  color: #1a051d;
}
html .mt-offer-details-card p {
  margin: 0;
  padding: 0;
}
html .mt-single-offer-size {
  max-width: 290px;
}
html .mt-all-offer-card-size {
  max-width: 290px;
}
html .mt-dashboard-offer {
  width: 100%;
  margin: 10px;
}
html .mt-rotate-icon {
  transform: rotate(180deg);
}
html .mt-rotate-icon-2 {
  transition: 0.3s ease;
  transform: rotate(135deg);
}
html .small-btn {
  padding: 0 8px;
  font-size: 12px;
  min-width: 50px;
  line-height: 30px;
}
html .mt-hidden-button {
  visibility: hidden;
}
html .mt-model-width-new {
  min-width: 100%;
  max-width: 100%;
}
html .mt-8 {
  margin-top: 8px;
}
html .mt-bold-font {
  font-weight: 600;
}
html .mt-overflow {
  overflow-y: hidden;
  overflow-x: auto;
}
html .mt-positive-color {
  color: #6979f8;
}
html .mt-non-workable-chkbx {
  margin-left: 5px;
}
html .mt-non-workable-chkbx .mat-checkbox-inner-container {
  height: 15px;
  width: 15px;
}
html .mt-kyc-imgs {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
html .mt-border-bottom {
  border-bottom: 1.2px solid #6979f8;
  margin: 1rem 0;
}
html .mt-nowrap-label {
  white-space: nowrap;
}
html .mt-absolute-button {
  border-radius: 20px 2px 2px 20px;
  position: fixed;
  right: 0;
  bottom: 1rem;
  z-index: 10;
  color: #ffffff;
  font-size: 15px;
}
html .font-size-35 {
  font-size: 35px;
}
html .padding-RL-10 {
  padding: 0px 10px;
}
html .mt-disable-links {
  cursor: not-allowed;
}
html .mt-link-button-a {
  margin-top: 5px;
  border: none;
  outline: 0;
  color: #2522dd;
  font-weight: 600;
}
html .mat-button.mt-more-offer-button {
  color: #6979f8;
}
html .fnt-20 {
  font-size: 20px;
}
html .badge-2 {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #1db489;
  color: #ffffff;
}
html .mt-remarks-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 1;
}
html .mt-remarks-box mat-card {
  margin: 0;
}
html .mt-payment-box {
  position: absolute;
  width: 90%;
  left: 17px;
  top: 75px;
  z-index: 1;
}
html .mt-payment-box .mat-card-header {
  padding: 10px;
}
html .mt-letterstatus-box {
  position: absolute;
  width: 50%;
  left: 8px;
  top: 15px;
  z-index: 1;
}
html .mt-timeline-history {
  padding: 1rem 0;
}
html .mt-timeline-history .timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
html .mt-timeline-history .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
html .mt-timeline-history .timeline > li {
  position: relative;
  margin-bottom: 16px;
}
html .mt-timeline-history .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
html .mt-timeline-history .timeline > li:before {
  content: " ";
  display: table;
}
html .mt-timeline-history .timeline > li > .timeline-item {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  margin-top: 0;
  background: #ffffff;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0.5rem;
  position: relative;
}
html .mt-timeline-history .timeline > li > .timeline-item.no-bg {
  box-shadow: none;
  background: transparent;
}
html .mt-timeline-history .timeline > li > .timeline-item .mt-menu-icon-button {
  height: 0;
  width: 0;
  line-height: 0;
}
html .mt-timeline-history .timeline > li > .timeline-item .timeline-header {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  border-bottom: 1px solid #e0d9d9;
  word-break: break-all;
}
html .mt-timeline-history .timeline > li > .timeline-item .mt-timeline-heading {
  text-transform: capitalize;
}
html .mt-timeline-history .timeline > li > .timeline-item > .timeline-created-at {
  padding: 0 0 0 1rem;
  margin: 0;
  color: #636363;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 11.8px;
}
html .mt-timeline-history .timeline > li > .timeline-item > .mt-display-flex > .timeline-created-by {
  font-size: 11.8px;
  color: #636363;
}
html .mt-timeline-history .timeline > li > .timeline-item > .mt-display-flex > a {
  color: #96a1fa;
  height: 27px;
  line-height: 27px;
  padding: 0;
}
html .mt-timeline-history .timeline > li > .timeline-item > .mt-display-flex mat-icon {
  font-size: 18px;
}
html .mt-timeline-history .timeline > li > .timeline-item > .timeline-header-content {
  padding: 0 1rem;
  margin: 5px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 12.5px;
  word-break: break-all;
}
html .mt-timeline-history .timeline > li > .action-icon {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
html .paid-input {
  display: flex;
  flex-direction: column;
}
html .paid-input .treeStructure .psuedoLabel {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .moneytor-body .ng5-slider {
  font-family: inherit;
  margin: 21px 0 15px;
}
html .moneytor-body .ng5-slider .ng5-slider-pointer {
  height: 12px;
  width: 12px;
  background-image:
    linear-gradient(
      225deg,
      #bd7ae3,
      #8461c9);
  top: -4px;
}
html .moneytor-body .ng5-slider .ng5-slider-pointer::after {
  position: absolute;
  top: -9px;
  left: -9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html .moneytor-body .ng5-slider .ng5-slider-pointer.ng5-slider-active::after {
  transform: scale(1);
  opacity: 1;
  background-color: rgba(163, 111, 215, 0.2);
}
html .moneytor-body .ng5-slider .ng5-slider-selection {
  background-image:
    linear-gradient(
      225deg,
      #bd7ae3,
      #8461c9);
}
html .moneytor-body .ng5-slider .ng5-slider-bubble {
  font-size: 13px;
  font-weight: 500;
  bottom: 10px;
}
html .moneytor-body .ng5-slider .ng5-slider-bubble.ng5-slider-ceil,
html .moneytor-body .ng5-slider .ng5-slider-bubble.ng5-slider-floor {
  bottom: -20px;
  font-size: 11px;
  letter-spacing: 0.4px;
  opacity: 0.8 !important;
  color: rgba(0, 0, 0, 0.65);
}
html .dash-main {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
html .dash-main .dash-box-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto auto;
}
html .dash-main .dash-box-container .dash-box {
  cursor: pointer;
  display: block;
  height: 100px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background: white;
  color: #6979f8;
  margin: 7.5px 5.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.6em 0.5em;
}
html .dash-main .dash-box-container .dash-box [class^=ic_] {
  font-size: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}
html .dash-main .dash-box-container .dash-box .dash-box-lbl {
  line-height: 1;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .dash-main .dash-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  height: 50px;
}
html .dash-main .rows {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
html .dash-main .headersize {
  font-size: 18px;
  text-align: center;
}
html .moneytor-body .mt-stepper-loader-wrap {
  padding: 1em;
}
html .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper {
  color: #1a051d;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
html .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  margin: 0;
  border-radius: 2px;
  left: 13px;
}
html .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container {
  position: relative;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
html .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container::before {
  content: " ";
  display: table;
}
html .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container::after {
  content: " ";
  display: table;
  clear: both;
}
html .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container .sync-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  background: #6979f8;
  left: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
html .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container .sync-label {
  font-size: 15px;
  padding: 0 1em;
  margin-left: 20px;
}
html .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container .sync-label.disabled {
  color: rgba(145, 147, 160, 0.9);
}
html .mat-mdc-menu-panel {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
  min-height: 1rem !important;
  max-width: 100% !important;
  max-height: calc(81vh - 115px);
}
html .mat-mdc-menu-panel .chart-menuItem {
  text-align: left;
  padding: 10px;
  height: 30px;
  line-height: 1;
  font-size: 12.5px;
  font-weight: 500;
  margin: 3px 0;
  color: rgba(16, 0, 34, 0.7);
}
html .mat-mdc-menu-panel .chart-menuItem:hover {
  color: #100022;
}
html .mt-menu-wrapper {
  padding: 0 10px;
}
html .mt-menu-wrapper .dashboard-filter-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(16, 0, 34, 0.7);
}
html .dashboard-tab-wrapper.tab .mt-btn {
  color: #1a051d !important;
}
html .dashboard-tab-wrapper.tab .mt-btn.tab_active {
  background: #ffffff;
}
html .dashboard-tab-wrapper.tab .mt-btn.tab_active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50%;
  background: #6979f8;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border-radius: 5px 5px 0 0;
}
html .mt-contenter-wrapper .common-section {
  margin-bottom: 1.6rem;
}
html .mt-contenter-wrapper .common-section .mat-grid-list .mat-grid-tile .mat-figure {
  display: block;
}
html .section-label {
  color: #a099a6;
  line-height: 1;
  font-size: 17px;
  margin-bottom: 8px;
  display: block;
}
html .min-height {
  min-height: calc(100% - 23px);
}
html .dashboard-card {
  background: #ffffff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
}
html .widget-wrapper {
  position: relative;
}
html .widget-w-icon-wrapper {
  position: relative;
  display: flex;
}
html .widget {
  padding: 17px 16px;
  margin: 0 0 12px 0;
  border-radius: 3px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.14);
  width: calc(100% - 0.489rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
}
html .widget-w-icon {
  padding: 16px 12px;
  border-radius: 4px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  cursor: pointer;
}
html .widget-w-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #6979f8;
}
html .widget-w-icon.primary::before {
  background: #0084f4;
}
html .widget-w-icon.warning::before {
  background: #ffa26b;
}
html .widget-w-icon.success::before {
  background: #00c48c;
}
html .w-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .w-header [class^=ic_] {
  font-size: 30px;
  height: 30px;
  font-weight: 600;
}
html .w-label {
  font-size: 15px;
  font-weight: 800;
}
html .w-subtext {
  font-size: 12px;
  font-weight: 400;
}
html .w-value {
  font-size: 18px;
  font-weight: 800;
}
html .w-footer {
  margin-top: 1.5rem;
}
html .absolute {
  position: absolute;
  width: 100%;
}
html .left {
  left: 0;
}
html .right {
  right: 0;
}
html .right-1-5 {
  right: 1.5rem;
}
html .bottom {
  bottom: 0;
}
html .top {
  top: 0;
}
html .dashboar-border-bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #ece9f1;
  width: 96%;
  border-radius: 3px;
  margin-top: 10px;
}
html .chart-heading .chart-title {
  font-size: 16px;
  font-weight: 900;
}
html .chart-heading .chart-sub-text {
  font-size: 11px;
  opacity: 0.66;
}
html .no-data-txt {
  font-size: 18px;
  font-weight: 900;
  opacity: 0.5;
  color: #100022;
}
html .chart-filter-by {
  font-size: 14px;
  font-weight: 800;
}
html .dasboard-reports-card {
  padding: 0;
}
html .dasboard-reports-card.no-bg {
  background-color: transparent;
}
html .dasboard-reports-card .navIcon {
  margin-right: 10px;
  color: #6979f8;
}
html .dasboard-reports-card .mat-mdc-nav-list {
  padding-top: 0;
}
html .dasboard-reports-card .mat-mdc-nav-list .mat-mdc-list-item {
  color: #1a051d;
  font-size: 13px;
  height: 40px;
  border-radius: 0;
}
html .dasboard-reports-card .mat-mdc-nav-list .mat-mdc-list-item:hover {
  font-weight: 600;
}
html .dasboard-reports-card .mat-mdc-nav-list .mat-mdc-list-item.nav-active {
  font-weight: 600;
}
html .dasboard-reports-card .mat-mdc-nav-list .mat-mdc-list-item.nav-active:after {
  content: "";
  position: absolute;
  width: 4px;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: #00c48c;
  box-shadow: -3px 0 10px 0 #70bcfd;
}
html .phone {
  background: #fac33d;
}
html .sms {
  background: #ffa26b;
}
html .email {
  background: #1db489;
}
html .field {
  background: #6979f8;
}
html .ivr {
  background: #30c1ce;
}
html .whatsapp {
  background: #18ba55;
}
html .e-tooltip .e-tooltip-text {
  text-indent: 8px;
}
html .sub-text {
  font-size: 11px;
  opacity: 0.66;
}
html .mt-toggle-btn-group {
  box-shadow: none !important;
  flex-wrap: wrap;
}
html .mt-toggle-btn-group .mt-toggle-button .mat-button-toggle-button .mat-pseudo-checkbox {
  display: none;
}
html .mt-toggle-btn-group .mt-toggle-button .mat-button-toggle-button .mat-button-toggle-label-content {
  line-height: 24px;
  padding: 0 9px;
  color: #1a051d;
}
html .mt-toggle-btn-group .mt-toggle-button .dash-q-f-icon {
  border: 1px solid;
  border-color: #a5affb;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 15px;
  color: transparent;
}
html .mt-toggle-btn-group .mt-toggle-button.small .dash-q-f-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 13px;
}
html .mt-toggle-btn-group .mt-toggle-button.mat-button-toggle-checked .dash-q-f-icon {
  background: #6979f8;
  color: #ffffff;
  border: 0;
}
html .filtered-component {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .filteredbyflex {
  display: flex;
}
html .filterspan {
  padding-top: 6px;
}
html .row-align {
  align-items: center;
}
html .mt-old-dashboard-header-row {
  gap: 8px;
}
html .mt-old-dashboard-header-row h4 {
  font-size: 19px;
}
html .mt-filter-box-layout {
  display: flex;
}
html .grid-box-container {
  display: grid;
  grid-gap: 15px;
}
html .grid-box-container.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
html .grid-box-container.three {
  grid-template-columns: auto auto auto;
}
html .grid-box-container.two {
  grid-template-columns: auto auto;
}
html .grid-box-container.one {
  grid-template-columns: auto;
}
html .grid-box-container .grid-box {
  cursor: pointer;
  display: block;
  min-height: 115px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background: white;
  overflow: hidden;
}
html .grid-box-container .grid-box.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .grid-box-container .grid-box .grid-box-body {
  padding: 0.7em 1em;
  width: 95%;
}
html .grid-box-container .grid-box .grid-box-lbl {
  line-height: 1;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .grid-box-container .grid-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
}
html .grid-box-container .grid-box.primary::before {
  background: #6979f8;
}
html .grid-box-container .grid-box.warning::before {
  background: orange;
}
html .grid-box-container .grid-box.success::before {
  background: #00c48c;
}
html .grid-box-container .grid-box .grid-footer {
  position: relative;
}
html .grid-box-container .grid-box .grid-footer.bottom {
  position: absolute;
  bottom: 0;
}
html .grid-box-container .grid-box .mt-offer-header-col figure {
  display: block;
}
html .grid-box-container .grid-box .mt-offer-body-text {
  color: #a099a6;
}
@media screen and (max-width: 991px) {
  html .grid-box-container.four {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 768px) {
  html .grid-box-container.four {
    grid-template-columns: auto auto;
  }
  html .grid-box-container.three {
    grid-template-columns: auto;
  }
  html .grid-box-container.two {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 458px) {
  html .grid-box-container.four {
    grid-template-columns: auto;
  }
}
html .offer-tag {
  font-weight: 600;
}
html .selected-list-names {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}
html .capitalize {
  text-transform: capitalize;
}
html .bold {
  font-weight: 600;
}
html .edit-btn {
  position: absolute;
  right: 0;
  top: auto;
}
html .fixed-bottom-right {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 999;
}
html .text-primary {
  color: #6979f8;
}
html .text-secondary {
  color: #808df9;
}
html .text-email {
  color: #0084f4;
}
html .text-disabled {
  color: #a099a6;
}
html .text-warning {
  color: orange;
}
html .text-success {
  color: #00c48c;
}
html .text-capitalize {
  text-transform: capitalize;
}
html .text-uppercase {
  text-transform: uppercase;
}
html .text-lowercase {
  text-transform: lowercase;
}
html .text-red {
  color: #dd4b39;
}
html .text-yellow {
  color: #f39c12;
}
html .text-aqua {
  color: #00c0ef;
}
html .text-blue {
  color: #0073b7;
}
html .text-black {
  color: #111;
}
html .text-light-blue {
  color: #3c8dbc;
}
html .text-green {
  color: #00a65a;
}
html .text-gray {
  color: #d2d6de;
}
html .text-navy {
  color: #001f3f;
}
html .text-teal {
  color: #39cccc;
}
html .text-olive {
  color: #3d9970;
}
html .text-lime {
  color: #01ff70;
}
html .text-orange {
  color: #ff851b;
}
html .text-fuchsia {
  color: #f012be;
}
html .text-purple {
  color: #605ca8;
}
html .text-maroon {
  color: #d81b60;
}
html .text-muted {
  color: #a099a6;
}
html .txt-bold {
  font-weight: 800;
}
html .txt-label {
  font-size: 14px;
}
html .txt-val {
  font-size: 15px;
}
html .txt-black {
  color: #1a051d;
}
html .offset-right-md-4 {
  margin-right: 33.33333333%;
}
html .offset-md-6 {
  margin-left: 50%;
}
html .mat-error {
  position: absolute;
  font-size: 10px;
  padding: 0 10px;
}
html .mt-card {
  cursor: pointer;
  box-shadow: -1px 13px 20px 0 #f0f2f4;
  border-radius: 5px;
  background: #ffffff;
}
html .mt-card.no-padding {
  padding: 0;
}
html .mt-card.no-margin {
  margin: 0;
}
html .mt-card.full-height {
  height: 100%;
}
html .mt-card.full-height.h-150 {
  height: 150px;
}
html .mt-card.img {
  padding: 0;
}
html .mt-card-header {
  margin-bottom: 10px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
html .mt-card-header .mt-card-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
html .mt-card-header .mt-card-subtitle {
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.65);
}
html .mt-card-header-img {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
html .mt-card-header-img.bordered {
  border: 1px solid #ece9f1;
  border-radius: 6px;
}
html .mt-card-body {
  padding: 0 10px;
  font-size: 14px;
  color: #1a051d;
}
html .mt-card-body .mt-card-body-content {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}
html .mt-card-footer {
  display: flex;
  align-items: center;
  color: #a099a6;
}
html .mt-card-footer.absolute {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  left: 0;
  padding: 0 10px;
}
html .mt-card-footer p {
  margin: 0;
}
html .mt-settle-loan-header-wide {
  max-height: none !important;
  margin-bottom: 50px;
}
html .mt-settle-loan-card-wide {
  padding: 10px 10px 0 10px !important;
}
@media screen and (max-width: 991px) {
  html .mt-settle-loan-header-wide {
    margin-bottom: 0px;
  }
}
html .mt-table-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  margin: 10px 0px;
}
html .mt-table-wrapper .imageIcon {
  margin-left: 10px;
}
html .mt-table-wrapper .subTitle {
  margin-left: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  margin-top: 5px;
  color: #a099a6;
}
html .mt-table-wrapper .mt-table-scroller {
  overflow: auto;
}
html .mt-table-wrapper .mt-table-body {
  overflow: auto;
  width: 100%;
  max-height: 60vh;
}
html .mt-table-wrapper .mt-table-body.no-scroll {
  overflow: hidden;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-table {
  white-space: nowrap;
  width: 100%;
  display: table;
  padding: 0;
  padding-bottom: 10px;
}
html .mt-table-wrapper .mt-table-body .mt-no-rows-found {
  text-align: center;
  line-height: 2;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-header-row {
  width: 100%;
  border-radius: 0px;
  border: 0;
  z-index: 1;
  background-color: #ece9f1;
  min-height: 32px;
  max-height: 32px;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-header-cell {
  min-width: 80px;
  color: #190036;
  font-size: 12px;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-header-cell.mat-mdc-column-select,
html .mt-table-wrapper .mt-table-body .mat-mdc-header-cell.mat-mdc-column-call {
  min-width: 50px;
  max-width: 50px;
  margin: 0;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-header-cell .mat-mdc-sort-header {
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row {
  width: 100%;
  border-radius: 0px;
  margin: 0 0 0px;
  min-height: 32px;
  cursor: pointer;
  border: 0;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row.row-collapsed {
  display: none;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row.row-expanded {
  display: flex;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row:hover {
  background-color: #ece9f1;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .acc-ptp {
  background-color: #fad2af;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .acc-cb {
  background-color: #c9a3f0;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .acc-sy {
  background-color: #e6deba;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell {
  min-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  min-height: 40px;
  max-height: 40px;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.mat-mdc-column-button {
  min-width: 120px;
  max-width: 120px;
  margin: 0;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.children-table {
  padding: 0;
  margin: 0;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.mat-mdc-column-select,
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.mat-mdc-column-call {
  min-width: 50px;
  max-width: 50px;
  margin: 0;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell::-webkit-scrollbar:hover {
  width: 0px;
  height: 12px;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.cdk-column-Status .cell-data-width {
  display: none;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.cdk-column-Status .statusIcon {
  margin-left: 15px;
}
html .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.cdk-column-Action .mat-mdc-button.statusActionBtn {
  background-color: transparent;
  border: none;
}
html .mt-table-wrapper .mt-table-body .mt-highlight {
  background: #8ca0cc;
}
html .mt-table-wrapper .mt-table-body .mt-highlight .mat-mdc-cell {
  transition: 0.5s ease-in;
  color: #fff;
}
html .mt-table-wrapper .mt-table-body .mt-mat-header-cell {
  min-width: 40px;
  max-width: 40px;
  margin: 0;
}
html .mt-table-wrapper .mt-table-body .mt-mat-header-cell .mat-mdc-sort-header-button {
  text-transform: capitalize;
}
html .mt-table-wrapper .mt-table-body .mt-header-cell-with-btn {
  min-width: 80px;
  max-width: 140px;
  margin: 0;
}
html .mt-table-wrapper .mt-table-body .children-table-detail {
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(48, 89, 201, 0.32);
  border-radius: 8px;
  width: 100%;
}
html .mt-table-wrapper .mat-paginator {
  background-color: #ffffff;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container {
  justify-content: center;
  flex-direction: row-reverse;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-paginator-range-label {
  color: #6979f8;
  font-size: 13px;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions [class^=mat-paginator-navigation],
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions [class*=" mat-paginator-navigation"] {
  border-radius: 3px;
  line-height: 26px;
  height: 26px;
  margin: 0 8px;
  color: #6979f8;
  align-items: center;
  display: flex;
  place-content: center;
  box-shadow: 0 0px 2px 0 rgba(95, 95, 101, 0.468);
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
  margin: 0;
  min-width: 80px;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline {
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-wrapper {
  height: 30px;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1px 0 2px 0;
  height: 32px;
  border-top: 0.5em solid transparent;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-infix .mat-select-arrow-wrapper {
  display: block;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline-start {
  border: 1px solid #6979f8;
  border-right-style: none;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline-gap {
  border: 1px solid #6979f8;
  border-left-style: none;
  border-right-style: none;
}
html .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline-end {
  border: 1px solid #6979f8;
  border-left-style: none;
}
html .mt-table-wrapper .table-footer-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .mt-table-wrapper .table-footer-wrapper .table-footer {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
html .mt-table-wrapper .table-footer-wrapper .table-footer .mt-pagination-page {
  display: inline-block;
  margin: 0 0.5rem;
}
html .mt-table-wrapper .table-footer-wrapper .table-footer .mt-pagination-page .mt-btn.mt-page {
  float: left;
  height: 24px;
  min-width: 24px;
  margin: 0 0.5rem;
  line-height: 1px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
  background: #ffffff;
  color: #6979f8;
  border: 0;
  padding: 0 5px;
}
html .mt-table-wrapper .table-footer-wrapper .table-footer .mt-pagination-page .mt-btn.mt-page.active {
  background: #6979f8;
  color: #ffffff;
  font-weight: 600;
}
html .mt-table-wrapper .table-footer-wrapper .table-footer .page-length-select {
  max-width: 100px;
  margin: 0 0.5rem;
}
html .mt-table-wrapper .mt-tbl-select-column {
  min-width: 60px !important;
  max-width: 60px !important;
}
html .table-header {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  color: #100022;
}
html .table-header-opacity {
  opacity: 0.3;
}
html .search {
  background-color: #fff;
}
html .mt-form-container {
  margin-top: 10px;
  margin-bottom: 25px;
}
html .mt-form-container .mt-form-header {
  padding: 20px 0;
}
html .mt-form-container .mt-form-body .input-title {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  padding: 10px 0 5px 0;
  color: #1a051d;
  width: 200px;
  text-align: left;
}
html .mt-form-container .mt-form-body .moneytor-input .error-text {
  margin-right: 10px;
  text-align: left;
  margin-bottom: 10px;
}
html .mt-form-container .mt-form-button-container {
  width: 100%;
  margin-top: 10px;
}
html .mt-form-container .mt-form-button-container .formDeactivateBtn {
  padding: 0 50px;
}
html .mt-form-container .mt-form-button-container .formBtn {
  padding: 0 50px;
}
html .mt-form-container .mt-form-button-container .formBtnTwo {
  padding: 0 50px;
  margin: 0 12px;
}
html .mt-form-container .btn-full-width {
  width: 100%;
}
html .mt-form-container .frm-subtitle {
  font-size: 15px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #1a051d;
  padding: 10px 20px;
}
html .bg-form-card {
  padding: 20px 5px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
}
html .opaque-form-field {
  width: 100%;
  background: #ccc;
  padding: 14px 0px 14px 16px;
  border-radius: 6px;
  background-color: #f7f5f9;
  border: none;
  font-family: Avenir;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #100022;
}
html .width-full {
  width: 100%;
}
html .no-gutter {
  padding-left: 0;
  padding-right: 0;
}
html .resetbtn {
  padding-right: 200px;
  background-color: none;
  border: none;
}
html .resetbtn .mt-btn.mat-button {
  background: none;
  border: none;
  color: #6979f8;
}
html .previewbtn {
  padding-right: 20px;
}
html .previewbtn .mt-btn {
  width: 84px;
  background: none;
  color: #6979f8;
}
html .savebtn {
  padding-right: 20px;
}
html .savebtn .mt-btn {
  width: 84px;
}
html .dark {
  --mat-app-background-color: #131316;
  --mat-app-text-color: #e4e1e6;
  --mat-app-elevation-shadow-level-0:
    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);
  --mat-app-elevation-shadow-level-1:
    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);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    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);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    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);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    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);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    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);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: rgba(228, 225, 230, 0.1);
  --mat-option-selected-state-label-text-color: #e0e0f9;
  --mat-option-label-text-color: #e4e1e6;
  --mat-option-hover-state-layer-color: rgba(228, 225, 230, 0.08);
  --mat-option-focus-state-layer-color: rgba(228, 225, 230, 0.12);
  --mat-option-selected-state-layer-color: #444559;
  --mat-optgroup-label-text-color: #e3e1ec;
  --mat-full-pseudo-checkbox-selected-icon-color: #bcc2ff;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #00179c;
  --mat-full-pseudo-checkbox-unselected-icon-color: #e3e1ec;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #131316;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(228, 225, 230, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(228, 225, 230, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #bcc2ff;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(228, 225, 230, 0.38);
}
html .dark .moneytor-body {
}
html .dark .moneytor-body [class^=ic_],
html .dark .moneytor-body [class*=" ic_"] {
  font-family: "moneytor" !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
html .dark .moneytor-body .ic_small {
  font-size: 15px;
  height: 15px;
  width: 15px;
}
html .dark .moneytor-body .ic_e_small {
  font-size: 13px;
  height: 13px;
  width: 13px;
}
html .dark .moneytor-body .ic_med {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
html .dark .moneytor-body .ic_accessibility:before {
  content: "\e900";
}
html .dark .moneytor-body .ic_account-allocation-history:before {
  content: "\e901";
}
html .dark .moneytor-body .ic_account-overview:before {
  content: "\e902";
}
html .dark .moneytor-body .ic_action:before {
  content: "\e903";
}
html .dark .moneytor-body .ic_actions:before {
  content: "\e904";
}
html .dark .moneytor-body .ic_address-book:before {
  content: "\e905";
}
html .dark .moneytor-body .ic_aid-kit:before {
  content: "\e906";
}
html .dark .moneytor-body .ic_airplane:before {
  content: "\e907";
}
html .dark .moneytor-body .ic_alarm:before {
  content: "\e908";
}
html .dark .moneytor-body .ic_amazon:before {
  content: "\e909";
}
html .dark .moneytor-body .ic_android:before {
  content: "\e90a";
}
html .dark .moneytor-body .ic_angry:before {
  content: "\e90b";
}
html .dark .moneytor-body .ic_angry2:before {
  content: "\e90c";
}
html .dark .moneytor-body .ic_appleinc:before {
  content: "\e90d";
}
html .dark .moneytor-body .ic_arrow-down-left:before {
  content: "\e90e";
}
html .dark .moneytor-body .ic_arrow-down-right:before {
  content: "\e90f";
}
html .dark .moneytor-body .ic_arrow-down:before {
  content: "\e910";
}
html .dark .moneytor-body .ic_arrow-left:before {
  content: "\e911";
}
html .dark .moneytor-body .ic_arrow-right:before {
  content: "\e912";
}
html .dark .moneytor-body .ic_arrow-up-left:before {
  content: "\e913";
}
html .dark .moneytor-body .ic_arrow-up-right:before {
  content: "\e914";
}
html .dark .moneytor-body .ic_arrow-up:before {
  content: "\e915";
}
html .dark .moneytor-body .ic_attachment:before {
  content: "\e916";
}
html .dark .moneytor-body .ic_backward-outline:before {
  content: "\e917";
}
html .dark .moneytor-body .ic_backward:before {
  content: "\e918";
}
html .dark .moneytor-body .ic_baffled-outline:before {
  content: "\e919";
}
html .dark .moneytor-body .ic_baffled:before {
  content: "\e91a";
}
html .dark .moneytor-body .ic_barcode:before {
  content: "\e91b";
}
html .dark .moneytor-body .ic_behance:before {
  content: "\e91c";
}
html .dark .moneytor-body .ic_bell:before {
  content: "\e91d";
}
html .dark .moneytor-body .ic_bin-outline:before {
  content: "\e91e";
}
html .dark .moneytor-body .ic_bin:before {
  content: "\e91f";
}
html .dark .moneytor-body .ic_binoculars:before {
  content: "\e920";
}
html .dark .moneytor-body .ic_blocked:before {
  content: "\e921";
}
html .dark .moneytor-body .ic_blog:before {
  content: "\e922";
}
html .dark .moneytor-body .ic_blogger:before {
  content: "\e923";
}
html .dark .moneytor-body .ic_blogger2:before {
  content: "\e924";
}
html .dark .moneytor-body .ic_bold:before {
  content: "\e925";
}
html .dark .moneytor-body .ic_book:before {
  content: "\e926";
}
html .dark .moneytor-body .ic_bookmark:before {
  content: "\e927";
}
html .dark .moneytor-body .ic_bookmarks:before {
  content: "\e928";
}
html .dark .moneytor-body .ic_books:before {
  content: "\e929";
}
html .dark .moneytor-body .ic_box-add:before {
  content: "\e92a";
}
html .dark .moneytor-body .ic_box-remove:before {
  content: "\e92b";
}
html .dark .moneytor-body .ic_briefcase-bold:before {
  content: "\e92c";
}
html .dark .moneytor-body .ic_briefcase:before {
  content: "\e92d";
}
html .dark .moneytor-body .ic_brightness-contrast:before {
  content: "\e92e";
}
html .dark .moneytor-body .ic_bubble-outline:before {
  content: "\e92f";
}
html .dark .moneytor-body .ic_bubble:before {
  content: "\e930";
}
html .dark .moneytor-body .ic_bubbles-outline:before {
  content: "\e931";
}
html .dark .moneytor-body .ic_bubbles:before {
  content: "\e932";
}
html .dark .moneytor-body .ic_bubbles3:before {
  content: "\e933";
}
html .dark .moneytor-body .ic_bubbles4:before {
  content: "\e934";
}
html .dark .moneytor-body .ic_bug:before {
  content: "\e935";
}
html .dark .moneytor-body .ic_bullhorn:before {
  content: "\e936";
}
html .dark .moneytor-body .ic_burger:before {
  content: "\e937";
}
html .dark .moneytor-body .ic_calculator:before {
  content: "\e938";
}
html .dark .moneytor-body .ic_calendar:before {
  content: "\e939";
}
html .dark .moneytor-body .ic_call-end:before {
  content: "\e93a";
}
html .dark .moneytor-body .ic_call-log:before {
  content: "\e93b";
}
html .dark .moneytor-body .ic_call-ongoing:before {
  content: "\e93c";
}
html .dark .moneytor-body .ic_call-paused:before {
  content: "\e93d";
}
html .dark .moneytor-body .ic_call-start:before {
  content: "\e93e";
}
html .dark .moneytor-body .ic_callback:before {
  content: "\e93f";
}
html .dark .moneytor-body .ic_camera:before {
  content: "\e940";
}
html .dark .moneytor-body .ic_cancel-circle:before {
  content: "\e941";
}
html .dark .moneytor-body .ic_cart:before {
  content: "\e942";
}
html .dark .moneytor-body .ic_check-outline:before {
  content: "\e943";
}
html .dark .moneytor-body .ic_check:before {
  content: "\e944";
}
html .dark .moneytor-body .ic_checkbox-checked:before {
  content: "\e945";
}
html .dark .moneytor-body .ic_checkbox-unchecked:before {
  content: "\e946";
}
html .dark .moneytor-body .ic_chrome:before {
  content: "\e947";
}
html .dark .moneytor-body .ic_circle-down:before {
  content: "\e948";
}
html .dark .moneytor-body .ic_circle-left:before {
  content: "\e949";
}
html .dark .moneytor-body .ic_circle-right:before {
  content: "\e94a";
}
html .dark .moneytor-body .ic_circle-up:before {
  content: "\e94b";
}
html .dark .moneytor-body .ic_clear-formatting:before {
  content: "\e94c";
}
html .dark .moneytor-body .ic_clipboard:before {
  content: "\e94d";
}
html .dark .moneytor-body .ic_clock:before {
  content: "\e94e";
}
html .dark .moneytor-body .ic_cloud-check:before {
  content: "\e94f";
}
html .dark .moneytor-body .ic_cloud-download:before {
  content: "\e950";
}
html .dark .moneytor-body .ic_cloud-upload:before {
  content: "\e951";
}
html .dark .moneytor-body .ic_cloud:before {
  content: "\e952";
}
html .dark .moneytor-body .ic_clubs:before {
  content: "\e953";
}
html .dark .moneytor-body .ic_cog:before {
  content: "\e954";
}
html .dark .moneytor-body .ic_cogs:before {
  content: "\e955";
}
html .dark .moneytor-body .ic_coin-dollar:before {
  content: "\e956";
}
html .dark .moneytor-body .ic_coin-euro:before {
  content: "\e957";
}
html .dark .moneytor-body .ic_coin-pound:before {
  content: "\e958";
}
html .dark .moneytor-body .ic_collections:before {
  content: "\e959";
}
html .dark .moneytor-body .ic_command:before {
  content: "\e95a";
}
html .dark .moneytor-body .ic_compass:before {
  content: "\e95b";
}
html .dark .moneytor-body .ic_compass2:before {
  content: "\e95c";
}
html .dark .moneytor-body .ic_confused:before {
  content: "\e95d";
}
html .dark .moneytor-body .ic_confused2:before {
  content: "\e95e";
}
html .dark .moneytor-body .ic_connection:before {
  content: "\e95f";
}
html .dark .moneytor-body .ic_contrast:before {
  content: "\e960";
}
html .dark .moneytor-body .ic_cool-bold:before {
  content: "\e961";
}
html .dark .moneytor-body .ic_cool:before {
  content: "\e962";
}
html .dark .moneytor-body .ic_copy:before {
  content: "\e963";
}
html .dark .moneytor-body .ic_credit-card:before {
  content: "\e964";
}
html .dark .moneytor-body .ic_crop:before {
  content: "\e965";
}
html .dark .moneytor-body .ic_cross-o:before {
  content: "\e966";
}
html .dark .moneytor-body .ic_cross:before {
  content: "\e967";
}
html .dark .moneytor-body .ic_crying-bold:before {
  content: "\e968";
}
html .dark .moneytor-body .ic_crying:before {
  content: "\e969";
}
html .dark .moneytor-body .ic_css3:before {
  content: "\e96a";
}
html .dark .moneytor-body .ic_ctrl:before {
  content: "\e96b";
}
html .dark .moneytor-body .ic_dashbaord-analytics:before {
  content: "\e96c";
}
html .dark .moneytor-body .ic_dashbaord-wrong-list:before {
  content: "\e96d";
}
html .dark .moneytor-body .ic_database:before {
  content: "\e96e";
}
html .dark .moneytor-body .ic_delete:before {
  content: "\e96f";
}
html .dark .moneytor-body .ic_delicious:before {
  content: "\e970";
}
html .dark .moneytor-body .ic_deviantart:before {
  content: "\e971";
}
html .dark .moneytor-body .ic_diamonds:before {
  content: "\e972";
}
html .dark .moneytor-body .ic_dice:before {
  content: "\e973";
}
html .dark .moneytor-body .ic_display:before {
  content: "\e974";
}
html .dark .moneytor-body .ic_dot:before {
  content: "\e975";
}
html .dark .moneytor-body .ic_download:before {
  content: "\e976";
}
html .dark .moneytor-body .ic_download1:before {
  content: "\e977";
}
html .dark .moneytor-body .ic_download2:before {
  content: "\e978";
}
html .dark .moneytor-body .ic_download3:before {
  content: "\e979";
}
html .dark .moneytor-body .ic_drawer:before {
  content: "\e97a";
}
html .dark .moneytor-body .ic_drawer2:before {
  content: "\e97b";
}
html .dark .moneytor-body .ic_dribbble:before {
  content: "\e97c";
}
html .dark .moneytor-body .ic_drive:before {
  content: "\e97d";
}
html .dark .moneytor-body .ic_dropbox:before {
  content: "\e97e";
}
html .dark .moneytor-body .ic_droplet:before {
  content: "\e97f";
}
html .dark .moneytor-body .ic_earth:before {
  content: "\e980";
}
html .dark .moneytor-body .ic_edge:before {
  content: "\e981";
}
html .dark .moneytor-body .ic_eject:before {
  content: "\e982";
}
html .dark .moneytor-body .ic_ello:before {
  content: "\e983";
}
html .dark .moneytor-body .ic_email:before {
  content: "\e984";
}
html .dark .moneytor-body .ic_embed:before {
  content: "\e985";
}
html .dark .moneytor-body .ic_embed2:before {
  content: "\e986";
}
html .dark .moneytor-body .ic_enlarge:before {
  content: "\e987";
}
html .dark .moneytor-body .ic_enlarge2:before {
  content: "\e988";
}
html .dark .moneytor-body .ic_enter:before {
  content: "\e989";
}
html .dark .moneytor-body .ic_envelop:before {
  content: "\e98a";
}
html .dark .moneytor-body .ic_equalizer-vert:before {
  content: "\e98b";
}
html .dark .moneytor-body .ic_equalizer:before {
  content: "\e98c";
}
html .dark .moneytor-body .ic_escalations:before {
  content: "\e98d";
}
html .dark .moneytor-body .ic_evil:before {
  content: "\e98e";
}
html .dark .moneytor-body .ic_evil2:before {
  content: "\e98f";
}
html .dark .moneytor-body .ic_exit:before {
  content: "\e990";
}
html .dark .moneytor-body .ic_expired-account:before {
  content: "\e991";
}
html .dark .moneytor-body .ic_eye-blocked:before {
  content: "\e992";
}
html .dark .moneytor-body .ic_eye-minus:before {
  content: "\e993";
}
html .dark .moneytor-body .ic_eye-plus:before {
  content: "\e994";
}
html .dark .moneytor-body .ic_eye:before {
  content: "\e995";
}
html .dark .moneytor-body .ic_eyedropper:before {
  content: "\e996";
}
html .dark .moneytor-body .ic_facebook:before {
  content: "\e997";
}
html .dark .moneytor-body .ic_facebook2:before {
  content: "\e998";
}
html .dark .moneytor-body .ic_fb:before {
  content: "\e999";
}
html .dark .moneytor-body .ic_feed:before {
  content: "\e99a";
}
html .dark .moneytor-body .ic_field-visit-report:before {
  content: "\e99b";
}
html .dark .moneytor-body .ic_file-empty:before {
  content: "\e99c";
}
html .dark .moneytor-body .ic_file-excel:before {
  content: "\e99d";
}
html .dark .moneytor-body .ic_file-music:before {
  content: "\e99e";
}
html .dark .moneytor-body .ic_file-openoffice:before {
  content: "\e99f";
}
html .dark .moneytor-body .ic_file-pdf:before {
  content: "\e9a0";
}
html .dark .moneytor-body .ic_file-picture:before {
  content: "\e9a1";
}
html .dark .moneytor-body .ic_file-play:before {
  content: "\e9a2";
}
html .dark .moneytor-body .ic_file-text:before {
  content: "\e9a3";
}
html .dark .moneytor-body .ic_file-text2:before {
  content: "\e9a4";
}
html .dark .moneytor-body .ic_file-video:before {
  content: "\e9a5";
}
html .dark .moneytor-body .ic_file-word:before {
  content: "\e9a6";
}
html .dark .moneytor-body .ic_file-zip:before {
  content: "\e9a7";
}
html .dark .moneytor-body .ic_files-empty:before {
  content: "\e9a8";
}
html .dark .moneytor-body .ic_film:before {
  content: "\e9a9";
}
html .dark .moneytor-body .ic_filter:before {
  content: "\e9aa";
}
html .dark .moneytor-body .ic_filters:before {
  content: "\e9ab";
}
html .dark .moneytor-body .ic_finder:before {
  content: "\e9ac";
}
html .dark .moneytor-body .ic_fire:before {
  content: "\e9ad";
}
html .dark .moneytor-body .ic_firefox:before {
  content: "\e9ae";
}
html .dark .moneytor-body .ic_first:before {
  content: "\e9af";
}
html .dark .moneytor-body .ic_flag:before {
  content: "\e9b0";
}
html .dark .moneytor-body .ic_flattr:before {
  content: "\e9b1";
}
html .dark .moneytor-body .ic_flickr:before {
  content: "\e9b2";
}
html .dark .moneytor-body .ic_flickr2:before {
  content: "\e9b3";
}
html .dark .moneytor-body .ic_floppy-disk:before {
  content: "\e9b4";
}
html .dark .moneytor-body .ic_folder-download:before {
  content: "\e9b5";
}
html .dark .moneytor-body .ic_folder-minus:before {
  content: "\e9b6";
}
html .dark .moneytor-body .ic_folder-open:before {
  content: "\e9b7";
}
html .dark .moneytor-body .ic_folder-plus:before {
  content: "\e9b8";
}
html .dark .moneytor-body .ic_folder-upload:before {
  content: "\e9b9";
}
html .dark .moneytor-body .ic_folder:before {
  content: "\e9ba";
}
html .dark .moneytor-body .ic_font-size:before {
  content: "\e9bb";
}
html .dark .moneytor-body .ic_font:before {
  content: "\e9bc";
}
html .dark .moneytor-body .ic_forward-outline:before {
  content: "\e9bd";
}
html .dark .moneytor-body .ic_forward:before {
  content: "\e9be";
}
html .dark .moneytor-body .ic_forward3:before {
  content: "\e9bf";
}
html .dark .moneytor-body .ic_foursquare:before {
  content: "\e9c0";
}
html .dark .moneytor-body .ic_frustrated:before {
  content: "\e9c1";
}
html .dark .moneytor-body .ic_frustrated2:before {
  content: "\e9c2";
}
html .dark .moneytor-body .ic_gift:before {
  content: "\e9c3";
}
html .dark .moneytor-body .ic_git:before {
  content: "\e9c4";
}
html .dark .moneytor-body .ic_github:before {
  content: "\e9c5";
}
html .dark .moneytor-body .ic_glass:before {
  content: "\e9c6";
}
html .dark .moneytor-body .ic_glass2:before {
  content: "\e9c7";
}
html .dark .moneytor-body .ic_go-to:before {
  content: "\e9c8";
}
html .dark .moneytor-body .ic_google-drive:before {
  content: "\e9c9";
}
html .dark .moneytor-body .ic_google-plus:before {
  content: "\e9ca";
}
html .dark .moneytor-body .ic_google-plus3:before {
  content: "\e9cb";
}
html .dark .moneytor-body .ic_google:before {
  content: "\e9cc";
}
html .dark .moneytor-body .ic_google2:before {
  content: "\e9cd";
}
html .dark .moneytor-body .ic_google3:before {
  content: "\e9ce";
}
html .dark .moneytor-body .ic_grin:before {
  content: "\e9cf";
}
html .dark .moneytor-body .ic_grin2:before {
  content: "\e9d0";
}
html .dark .moneytor-body .ic_grow-up:before {
  content: "\e9d1";
}
html .dark .moneytor-body .ic_hackernews:before {
  content: "\e9d2";
}
html .dark .moneytor-body .ic_hammer:before {
  content: "\e9d3";
}
html .dark .moneytor-body .ic_hammer2:before {
  content: "\e9d4";
}
html .dark .moneytor-body .ic_hangouts:before {
  content: "\e9d5";
}
html .dark .moneytor-body .ic_happy:before {
  content: "\e9d6";
}
html .dark .moneytor-body .ic_happy2:before {
  content: "\e9d7";
}
html .dark .moneytor-body .ic_headphones:before {
  content: "\e9d8";
}
html .dark .moneytor-body .ic_heart-broken:before {
  content: "\e9d9";
}
html .dark .moneytor-body .ic_heart:before {
  content: "\e9da";
}
html .dark .moneytor-body .ic_high-value:before {
  content: "\e9db";
}
html .dark .moneytor-body .ic_hipster:before {
  content: "\e9dc";
}
html .dark .moneytor-body .ic_hipster2:before {
  content: "\e9dd";
}
html .dark .moneytor-body .ic_history:before {
  content: "\e9de";
}
html .dark .moneytor-body .ic_home-solid:before {
  content: "\e9df";
}
html .dark .moneytor-body .ic_home:before {
  content: "\e9e0";
}
html .dark .moneytor-body .ic_home2:before {
  content: "\e9e1";
}
html .dark .moneytor-body .ic_home3:before {
  content: "\e9e2";
}
html .dark .moneytor-body .ic_hour-glass:before {
  content: "\e9e3";
}
html .dark .moneytor-body .ic_html-five:before {
  content: "\e9e4";
}
html .dark .moneytor-body .ic_html-five2:before {
  content: "\e9e5";
}
html .dark .moneytor-body .ic_IE:before {
  content: "\e9e6";
}
html .dark .moneytor-body .ic_image:before {
  content: "\e9e7";
}
html .dark .moneytor-body .ic_images:before {
  content: "\e9e8";
}
html .dark .moneytor-body .ic_indent-decrease:before {
  content: "\e9e9";
}
html .dark .moneytor-body .ic_indent-increase:before {
  content: "\e9ea";
}
html .dark .moneytor-body .ic_infinite:before {
  content: "\e9eb";
}
html .dark .moneytor-body .ic_info:before {
  content: "\e9ec";
}
html .dark .moneytor-body .ic_insert-template:before {
  content: "\e9ed";
}
html .dark .moneytor-body .ic_instagram:before {
  content: "\e9ee";
}
html .dark .moneytor-body .ic_instagram2:before {
  content: "\e9ef";
}
html .dark .moneytor-body .ic_instructions:before {
  content: "\e9f0";
}
html .dark .moneytor-body .ic_intensity:before {
  content: "\e9f1";
}
html .dark .moneytor-body .ic_italic:before {
  content: "\e9f2";
}
html .dark .moneytor-body .ic_ivr:before {
  content: "\e9f3";
}
html .dark .moneytor-body .ic_joomla:before {
  content: "\e9f4";
}
html .dark .moneytor-body .ic_key:before {
  content: "\e9f5";
}
html .dark .moneytor-body .ic_key2:before {
  content: "\e9f6";
}
html .dark .moneytor-body .ic_keyboard:before {
  content: "\e9f7";
}
html .dark .moneytor-body .ic_lab:before {
  content: "\e9f8";
}
html .dark .moneytor-body .ic_lamp:before {
  content: "\e9f9";
}
html .dark .moneytor-body .ic_lanyrd:before {
  content: "\e9fa";
}
html .dark .moneytor-body .ic_laptop:before {
  content: "\e9fb";
}
html .dark .moneytor-body .ic_last:before {
  content: "\e9fc";
}
html .dark .moneytor-body .ic_lastfm:before {
  content: "\e9fd";
}
html .dark .moneytor-body .ic_lastfm2:before {
  content: "\e9fe";
}
html .dark .moneytor-body .ic_leaf:before {
  content: "\e9ff";
}
html .dark .moneytor-body .ic_legal:before {
  content: "\ea00";
}
html .dark .moneytor-body .ic_library:before {
  content: "\ea01";
}
html .dark .moneytor-body .ic_libreoffice:before {
  content: "\ea02";
}
html .dark .moneytor-body .ic_lifebuoy:before {
  content: "\ea03";
}
html .dark .moneytor-body .ic_ligature:before {
  content: "\ea04";
}
html .dark .moneytor-body .ic_ligature2:before {
  content: "\ea05";
}
html .dark .moneytor-body .ic_link:before {
  content: "\ea06";
}
html .dark .moneytor-body .ic_linkedin-2:before {
  content: "\ea07";
}
html .dark .moneytor-body .ic_linkedin:before {
  content: "\ea08";
}
html .dark .moneytor-body .ic_linkedin2:before {
  content: "\ea09";
}
html .dark .moneytor-body .ic_list-numbered:before {
  content: "\ea0a";
}
html .dark .moneytor-body .ic_list:before {
  content: "\ea0b";
}
html .dark .moneytor-body .ic_list2:before {
  content: "\ea0c";
}
html .dark .moneytor-body .ic_location:before {
  content: "\ea0d";
}
html .dark .moneytor-body .ic_location2:before {
  content: "\ea0e";
}
html .dark .moneytor-body .ic_lock:before {
  content: "\ea0f";
}
html .dark .moneytor-body .ic_logo-old:before {
  content: "\ea10";
}
html .dark .moneytor-body .ic_logo:before {
  content: "\ea11";
}
html .dark .moneytor-body .ic_loop:before {
  content: "\ea12";
}
html .dark .moneytor-body .ic_loop2:before {
  content: "\ea13";
}
html .dark .moneytor-body .ic_low-value:before {
  content: "\ea14";
}
html .dark .moneytor-body .ic_ltr:before {
  content: "\ea15";
}
html .dark .moneytor-body .ic_magic-wand:before {
  content: "\ea16";
}
html .dark .moneytor-body .ic_magnet:before {
  content: "\ea17";
}
html .dark .moneytor-body .ic_mail:before {
  content: "\ea18";
}
html .dark .moneytor-body .ic_mail2:before {
  content: "\ea19";
}
html .dark .moneytor-body .ic_mail3:before {
  content: "\ea1a";
}
html .dark .moneytor-body .ic_mail4:before {
  content: "\ea1b";
}
html .dark .moneytor-body .ic_make-group:before {
  content: "\ea1c";
}
html .dark .moneytor-body .ic_man-woman:before {
  content: "\ea1d";
}
html .dark .moneytor-body .ic_man:before {
  content: "\ea1e";
}
html .dark .moneytor-body .ic_map:before {
  content: "\ea1f";
}
html .dark .moneytor-body .ic_map2:before {
  content: "\ea20";
}
html .dark .moneytor-body .ic_menu:before {
  content: "\ea21";
}
html .dark .moneytor-body .ic_menu2:before {
  content: "\ea22";
}
html .dark .moneytor-body .ic_menu3:before {
  content: "\ea23";
}
html .dark .moneytor-body .ic_menu4:before {
  content: "\ea24";
}
html .dark .moneytor-body .ic_meter:before {
  content: "\ea25";
}
html .dark .moneytor-body .ic_meter2:before {
  content: "\ea26";
}
html .dark .moneytor-body .ic_mic:before {
  content: "\ea27";
}
html .dark .moneytor-body .ic_minus:before {
  content: "\ea28";
}
html .dark .moneytor-body .ic_mobile-2:before {
  content: "\ea29";
}
html .dark .moneytor-body .ic_mobile:before {
  content: "\ea2a";
}
html .dark .moneytor-body .ic_mobile2:before {
  content: "\ea2b";
}
html .dark .moneytor-body .ic_move-down:before {
  content: "\ea2c";
}
html .dark .moneytor-body .ic_move-up:before {
  content: "\ea2d";
}
html .dark .moneytor-body .ic_mug:before {
  content: "\ea2e";
}
html .dark .moneytor-body .ic_music:before {
  content: "\ea2f";
}
html .dark .moneytor-body .ic_neutral:before {
  content: "\ea30";
}
html .dark .moneytor-body .ic_neutral2:before {
  content: "\ea31";
}
html .dark .moneytor-body .ic_new-tab:before {
  content: "\ea32";
}
html .dark .moneytor-body .ic_newspaper:before {
  content: "\ea33";
}
html .dark .moneytor-body .ic_next-2:before {
  content: "\ea34";
}
html .dark .moneytor-body .ic_next:before {
  content: "\ea35";
}
html .dark .moneytor-body .ic_next2:before {
  content: "\ea36";
}
html .dark .moneytor-body .ic_non-primary:before {
  content: "\ea37";
}
html .dark .moneytor-body .ic_non-verified:before {
  content: "\ea38";
}
html .dark .moneytor-body .ic_notification-outline:before {
  content: "\ea39";
}
html .dark .moneytor-body .ic_notification:before {
  content: "\ea3a";
}
html .dark .moneytor-body .ic_npm:before {
  content: "\ea3b";
}
html .dark .moneytor-body .ic_office:before {
  content: "\ea3c";
}
html .dark .moneytor-body .ic_omega:before {
  content: "\ea3d";
}
html .dark .moneytor-body .ic_onedrive:before {
  content: "\ea3e";
}
html .dark .moneytor-body .ic_opera:before {
  content: "\ea3f";
}
html .dark .moneytor-body .ic_opt:before {
  content: "\ea40";
}
html .dark .moneytor-body .ic_pacman:before {
  content: "\ea41";
}
html .dark .moneytor-body .ic_page-break:before {
  content: "\ea42";
}
html .dark .moneytor-body .ic_pagebreak:before {
  content: "\ea43";
}
html .dark .moneytor-body .ic_paid:before {
  content: "\ea44";
}
html .dark .moneytor-body .ic_paint-format:before {
  content: "\ea45";
}
html .dark .moneytor-body .ic_paragraph-center:before {
  content: "\ea46";
}
html .dark .moneytor-body .ic_paragraph-justify:before {
  content: "\ea47";
}
html .dark .moneytor-body .ic_paragraph-left:before {
  content: "\ea48";
}
html .dark .moneytor-body .ic_paragraph-right:before {
  content: "\ea49";
}
html .dark .moneytor-body .ic_part-paid:before {
  content: "\ea4a";
}
html .dark .moneytor-body .ic_paste:before {
  content: "\ea4b";
}
html .dark .moneytor-body .ic_pause:before {
  content: "\ea4c";
}
html .dark .moneytor-body .ic_pause2:before {
  content: "\ea4d";
}
html .dark .moneytor-body .ic_paypal:before {
  content: "\ea4e";
}
html .dark .moneytor-body .ic_pen:before {
  content: "\ea4f";
}
html .dark .moneytor-body .ic_pencil:before {
  content: "\ea50";
}
html .dark .moneytor-body .ic_pencil2:before {
  content: "\ea51";
}
html .dark .moneytor-body .ic_pending:before {
  content: "\ea52";
}
html .dark .moneytor-body .ic_phone-hang-up:before {
  content: "\ea53";
}
html .dark .moneytor-body .ic_phone:before {
  content: "\ea54";
}
html .dark .moneytor-body .ic_pie-chart:before {
  content: "\ea55";
}
html .dark .moneytor-body .ic_pilcrow:before {
  content: "\ea56";
}
html .dark .moneytor-body .ic_pinterest:before {
  content: "\ea57";
}
html .dark .moneytor-body .ic_pinterest2:before {
  content: "\ea58";
}
html .dark .moneytor-body .ic_play:before {
  content: "\ea59";
}
html .dark .moneytor-body .ic_play2:before {
  content: "\ea5a";
}
html .dark .moneytor-body .ic_play3:before {
  content: "\ea5b";
}
html .dark .moneytor-body .ic_plus-2:before {
  content: "\ea5c";
}
html .dark .moneytor-body .ic_plus-outline:before {
  content: "\ea5d";
}
html .dark .moneytor-body .ic_plus:before {
  content: "\ea5e";
}
html .dark .moneytor-body .ic_podcast:before {
  content: "\ea5f";
}
html .dark .moneytor-body .ic_point-down:before {
  content: "\ea60";
}
html .dark .moneytor-body .ic_point-left:before {
  content: "\ea61";
}
html .dark .moneytor-body .ic_point-right:before {
  content: "\ea62";
}
html .dark .moneytor-body .ic_point-up:before {
  content: "\ea63";
}
html .dark .moneytor-body .ic_portfolio-performance:before {
  content: "\ea64";
}
html .dark .moneytor-body .ic_portfolio:before {
  content: "\ea65";
}
html .dark .moneytor-body .ic_power-cord:before {
  content: "\ea66";
}
html .dark .moneytor-body .ic_power:before {
  content: "\ea67";
}
html .dark .moneytor-body .ic_prev:before {
  content: "\ea68";
}
html .dark .moneytor-body .ic_previous:before {
  content: "\ea69";
}
html .dark .moneytor-body .ic_previous2:before {
  content: "\ea6a";
}
html .dark .moneytor-body .ic_price-tag:before {
  content: "\ea6b";
}
html .dark .moneytor-body .ic_price-tags:before {
  content: "\ea6c";
}
html .dark .moneytor-body .ic_primary:before {
  content: "\ea6d";
}
html .dark .moneytor-body .ic_printer:before {
  content: "\ea6e";
}
html .dark .moneytor-body .ic_profile:before {
  content: "\ea6f";
}
html .dark .moneytor-body .ic_ptp-overview:before {
  content: "\ea70";
}
html .dark .moneytor-body .ic_ptp:before {
  content: "\ea71";
}
html .dark .moneytor-body .ic_pushpin:before {
  content: "\ea72";
}
html .dark .moneytor-body .ic_qrcode:before {
  content: "\ea73";
}
html .dark .moneytor-body .ic_question-outline:before {
  content: "\ea74";
}
html .dark .moneytor-body .ic_question:before {
  content: "\ea75";
}
html .dark .moneytor-body .ic_quill:before {
  content: "\ea76";
}
html .dark .moneytor-body .ic_quote:before {
  content: "\ea77";
}
html .dark .moneytor-body .ic_quotes-left:before {
  content: "\ea78";
}
html .dark .moneytor-body .ic_quotes-right:before {
  content: "\ea79";
}
html .dark .moneytor-body .ic_radio-checked:before {
  content: "\ea7a";
}
html .dark .moneytor-body .ic_radio-checked2:before {
  content: "\ea7b";
}
html .dark .moneytor-body .ic_radio-unchecked:before {
  content: "\ea7c";
}
html .dark .moneytor-body .ic_reddit:before {
  content: "\ea7d";
}
html .dark .moneytor-body .ic_redo:before {
  content: "\ea7e";
}
html .dark .moneytor-body .ic_redo2:before {
  content: "\ea7f";
}
html .dark .moneytor-body .ic_refresh:before {
  content: "\ea80";
}
html .dark .moneytor-body .ic_rejected:before {
  content: "\ea81";
}
html .dark .moneytor-body .ic_renren:before {
  content: "\ea82";
}
html .dark .moneytor-body .ic_reply:before {
  content: "\ea83";
}
html .dark .moneytor-body .ic_road:before {
  content: "\ea84";
}
html .dark .moneytor-body .ic_rocket:before {
  content: "\ea85";
}
html .dark .moneytor-body .ic_rss:before {
  content: "\ea86";
}
html .dark .moneytor-body .ic_rss2:before {
  content: "\ea87";
}
html .dark .moneytor-body .ic_rtl:before {
  content: "\ea88";
}
html .dark .moneytor-body .ic_sad:before {
  content: "\ea89";
}
html .dark .moneytor-body .ic_sad2:before {
  content: "\ea8a";
}
html .dark .moneytor-body .ic_safari:before {
  content: "\ea8b";
}
html .dark .moneytor-body .ic_said-yes:before {
  content: "\ea8c";
}
html .dark .moneytor-body .ic_scissors:before {
  content: "\ea8d";
}
html .dark .moneytor-body .ic_search:before {
  content: "\ea8e";
}
html .dark .moneytor-body .ic_section:before {
  content: "\ea8f";
}
html .dark .moneytor-body .ic_settings:before {
  content: "\ea90";
}
html .dark .moneytor-body .ic_share:before {
  content: "\ea91";
}
html .dark .moneytor-body .ic_share2:before {
  content: "\ea92";
}
html .dark .moneytor-body .ic_shield:before {
  content: "\ea93";
}
html .dark .moneytor-body .ic_shift:before {
  content: "\ea94";
}
html .dark .moneytor-body .ic_shocked:before {
  content: "\ea95";
}
html .dark .moneytor-body .ic_shocked2:before {
  content: "\ea96";
}
html .dark .moneytor-body .ic_shrink:before {
  content: "\ea97";
}
html .dark .moneytor-body .ic_shrink2:before {
  content: "\ea98";
}
html .dark .moneytor-body .ic_shuffle:before {
  content: "\ea99";
}
html .dark .moneytor-body .ic_sigma:before {
  content: "\ea9a";
}
html .dark .moneytor-body .ic_sina-weibo:before {
  content: "\ea9b";
}
html .dark .moneytor-body .ic_skype:before {
  content: "\ea9c";
}
html .dark .moneytor-body .ic_sleepy:before {
  content: "\ea9d";
}
html .dark .moneytor-body .ic_sleepy2:before {
  content: "\ea9e";
}
html .dark .moneytor-body .ic_smile:before {
  content: "\ea9f";
}
html .dark .moneytor-body .ic_smile2:before {
  content: "\eaa0";
}
html .dark .moneytor-body .ic_sms:before {
  content: "\eaa1";
}
html .dark .moneytor-body .ic_sort-alpha-asc:before {
  content: "\eaa2";
}
html .dark .moneytor-body .ic_sort-alpha-desc:before {
  content: "\eaa3";
}
html .dark .moneytor-body .ic_sort-amount-asc:before {
  content: "\eaa4";
}
html .dark .moneytor-body .ic_sort-amount-desc:before {
  content: "\eaa5";
}
html .dark .moneytor-body .ic_sort-numberic-desc:before {
  content: "\eaa6";
}
html .dark .moneytor-body .ic_sort-numeric-asc:before {
  content: "\eaa7";
}
html .dark .moneytor-body .ic_sort:before {
  content: "\eaa8";
}
html .dark .moneytor-body .ic_soundcloud:before {
  content: "\eaa9";
}
html .dark .moneytor-body .ic_soundcloud2:before {
  content: "\eaaa";
}
html .dark .moneytor-body .ic_spades:before {
  content: "\eaab";
}
html .dark .moneytor-body .ic_spell-check:before {
  content: "\eaac";
}
html .dark .moneytor-body .ic_sphere:before {
  content: "\eaad";
}
html .dark .moneytor-body .ic_spinner:before {
  content: "\eaae";
}
html .dark .moneytor-body .ic_spinner2:before {
  content: "\eaaf";
}
html .dark .moneytor-body .ic_spinner3:before {
  content: "\eab0";
}
html .dark .moneytor-body .ic_spinner4:before {
  content: "\eab1";
}
html .dark .moneytor-body .ic_spinner5:before {
  content: "\eab2";
}
html .dark .moneytor-body .ic_spinner6:before {
  content: "\eab3";
}
html .dark .moneytor-body .ic_spinner7:before {
  content: "\eab4";
}
html .dark .moneytor-body .ic_spinner8:before {
  content: "\eab5";
}
html .dark .moneytor-body .ic_spinner9:before {
  content: "\eab6";
}
html .dark .moneytor-body .ic_spinner10:before {
  content: "\eab7";
}
html .dark .moneytor-body .ic_spinner11:before {
  content: "\eab8";
}
html .dark .moneytor-body .ic_spoon-knife:before {
  content: "\eab9";
}
html .dark .moneytor-body .ic_spotify:before {
  content: "\eaba";
}
html .dark .moneytor-body .ic_stack:before {
  content: "\eabb";
}
html .dark .moneytor-body .ic_stackoverflow:before {
  content: "\eabc";
}
html .dark .moneytor-body .ic_star-empty:before {
  content: "\eabd";
}
html .dark .moneytor-body .ic_star-full:before {
  content: "\eabe";
}
html .dark .moneytor-body .ic_star-half:before {
  content: "\eabf";
}
html .dark .moneytor-body .ic_stats-bars:before {
  content: "\eac0";
}
html .dark .moneytor-body .ic_stats-bars2:before {
  content: "\eac1";
}
html .dark .moneytor-body .ic_stats-dots:before {
  content: "\eac2";
}
html .dark .moneytor-body .ic_steam:before {
  content: "\eac3";
}
html .dark .moneytor-body .ic_steam2:before {
  content: "\eac4";
}
html .dark .moneytor-body .ic_stop:before {
  content: "\eac5";
}
html .dark .moneytor-body .ic_stop2:before {
  content: "\eac6";
}
html .dark .moneytor-body .ic_stopwatch:before {
  content: "\eac7";
}
html .dark .moneytor-body .ic_strikethrough:before {
  content: "\eac8";
}
html .dark .moneytor-body .ic_stumbleupon:before {
  content: "\eac9";
}
html .dark .moneytor-body .ic_stumbleupon2:before {
  content: "\eaca";
}
html .dark .moneytor-body .ic_subscript:before {
  content: "\eacb";
}
html .dark .moneytor-body .ic_subscript2:before {
  content: "\eacc";
}
html .dark .moneytor-body .ic_summary-total-activities:before {
  content: "\eacd";
}
html .dark .moneytor-body .ic_sun:before {
  content: "\eace";
}
html .dark .moneytor-body .ic_superscript:before {
  content: "\eacf";
}
html .dark .moneytor-body .ic_superscript2:before {
  content: "\ead0";
}
html .dark .moneytor-body .ic_svg:before {
  content: "\ead1";
}
html .dark .moneytor-body .ic_switch:before {
  content: "\ead2";
}
html .dark .moneytor-body .ic_tab:before {
  content: "\ead3";
}
html .dark .moneytor-body .ic_table:before {
  content: "\ead4";
}
html .dark .moneytor-body .ic_table2:before {
  content: "\ead5";
}
html .dark .moneytor-body .ic_tablet:before {
  content: "\ead6";
}
html .dark .moneytor-body .ic_target:before {
  content: "\ead7";
}
html .dark .moneytor-body .ic_telegram:before {
  content: "\ead8";
}
html .dark .moneytor-body .ic_terminal:before {
  content: "\ead9";
}
html .dark .moneytor-body .ic_text-color:before {
  content: "\eada";
}
html .dark .moneytor-body .ic_text-height:before {
  content: "\eadb";
}
html .dark .moneytor-body .ic_text-width:before {
  content: "\eadc";
}
html .dark .moneytor-body .ic_ticket:before {
  content: "\eadd";
}
html .dark .moneytor-body .ic_tongue:before {
  content: "\eade";
}
html .dark .moneytor-body .ic_tongue2:before {
  content: "\eadf";
}
html .dark .moneytor-body .ic_tree:before {
  content: "\eae0";
}
html .dark .moneytor-body .ic_trello:before {
  content: "\eae1";
}
html .dark .moneytor-body .ic_trophy:before {
  content: "\eae2";
}
html .dark .moneytor-body .ic_truck:before {
  content: "\eae3";
}
html .dark .moneytor-body .ic_tumblr:before {
  content: "\eae4";
}
html .dark .moneytor-body .ic_tumblr2:before {
  content: "\eae5";
}
html .dark .moneytor-body .ic_tux:before {
  content: "\eae6";
}
html .dark .moneytor-body .ic_tv:before {
  content: "\eae7";
}
html .dark .moneytor-body .ic_twitch:before {
  content: "\eae8";
}
html .dark .moneytor-body .ic_twitter-2:before {
  content: "\eae9";
}
html .dark .moneytor-body .ic_twitter:before {
  content: "\eaea";
}
html .dark .moneytor-body .ic_unaction:before {
  content: "\eaeb";
}
html .dark .moneytor-body .ic_unactions:before {
  content: "\eaec";
}
html .dark .moneytor-body .ic_underline:before {
  content: "\eaed";
}
html .dark .moneytor-body .ic_undo:before {
  content: "\eaee";
}
html .dark .moneytor-body .ic_undo2:before {
  content: "\eaef";
}
html .dark .moneytor-body .ic_ungroup:before {
  content: "\eaf0";
}
html .dark .moneytor-body .ic_unlocked:before {
  content: "\eaf1";
}
html .dark .moneytor-body .ic_upload:before {
  content: "\eaf2";
}
html .dark .moneytor-body .ic_upload1:before {
  content: "\eaf3";
}
html .dark .moneytor-body .ic_upload2:before {
  content: "\eaf4";
}
html .dark .moneytor-body .ic_upload3:before {
  content: "\eaf5";
}
html .dark .moneytor-body .ic_user-check:before {
  content: "\eaf6";
}
html .dark .moneytor-body .ic_user-minus:before {
  content: "\eaf7";
}
html .dark .moneytor-body .ic_user-plus:before {
  content: "\eaf8";
}
html .dark .moneytor-body .ic_user-tie:before {
  content: "\eaf9";
}
html .dark .moneytor-body .ic_user:before {
  content: "\eafa";
}
html .dark .moneytor-body .ic_users:before {
  content: "\eafb";
}
html .dark .moneytor-body .ic_verified:before {
  content: "\eafc";
}
html .dark .moneytor-body .ic_video-camera:before {
  content: "\eafd";
}
html .dark .moneytor-body .ic_vimeo:before {
  content: "\eafe";
}
html .dark .moneytor-body .ic_vimeo2:before {
  content: "\eaff";
}
html .dark .moneytor-body .ic_vine:before {
  content: "\eb00";
}
html .dark .moneytor-body .ic_visit:before {
  content: "\eb01";
}
html .dark .moneytor-body .ic_vk:before {
  content: "\eb02";
}
html .dark .moneytor-body .ic_volume-decrease:before {
  content: "\eb03";
}
html .dark .moneytor-body .ic_volume-high:before {
  content: "\eb04";
}
html .dark .moneytor-body .ic_volume-increase:before {
  content: "\eb05";
}
html .dark .moneytor-body .ic_volume-low:before {
  content: "\eb06";
}
html .dark .moneytor-body .ic_volume-medium:before {
  content: "\eb07";
}
html .dark .moneytor-body .ic_volume-mute:before {
  content: "\eb08";
}
html .dark .moneytor-body .ic_volume-mute2:before {
  content: "\eb09";
}
html .dark .moneytor-body .ic_wallet-outline:before {
  content: "\eb0a";
}
html .dark .moneytor-body .ic_warning:before {
  content: "\eb0b";
}
html .dark .moneytor-body .ic_whatsapp-bold:before {
  content: "\eb0c";
}
html .dark .moneytor-body .ic_whatsapp:before {
  content: "\eb0d";
}
html .dark .moneytor-body .ic_whatsapp1:before {
  content: "\eb0e";
}
html .dark .moneytor-body .ic_wikipedia:before {
  content: "\eb0f";
}
html .dark .moneytor-body .ic_windows:before {
  content: "\eb10";
}
html .dark .moneytor-body .ic_windows8:before {
  content: "\eb11";
}
html .dark .moneytor-body .ic_wink:before {
  content: "\eb12";
}
html .dark .moneytor-body .ic_wink2:before {
  content: "\eb13";
}
html .dark .moneytor-body .ic_woman:before {
  content: "\eb14";
}
html .dark .moneytor-body .ic_wondering:before {
  content: "\eb15";
}
html .dark .moneytor-body .ic_wondering2:before {
  content: "\eb16";
}
html .dark .moneytor-body .ic_wordpress:before {
  content: "\eb17";
}
html .dark .moneytor-body .ic_wrench:before {
  content: "\eb18";
}
html .dark .moneytor-body .ic_xing:before {
  content: "\eb19";
}
html .dark .moneytor-body .ic_xing2:before {
  content: "\eb1a";
}
html .dark .moneytor-body .ic_yahoo:before {
  content: "\eb1b";
}
html .dark .moneytor-body .ic_yahoo2:before {
  content: "\eb1c";
}
html .dark .moneytor-body .ic_yelp:before {
  content: "\eb1d";
}
html .dark .moneytor-body .ic_youtube:before {
  content: "\eb1e";
}
html .dark .moneytor-body .ic_youtube2:before {
  content: "\eb1f";
}
html .dark .moneytor-body .ic_zoom-in:before {
  content: "\eb20";
}
html .dark .moneytor-body .ic_zoom-out:before {
  content: "\eb21";
}
html .dark .moneytor-body .ic_crown::before {
  content: "\265b";
}
html .dark .moneytor-body .fab,
html .dark .moneytor-body .fal,
html .dark .moneytor-body .far,
html .dark .moneytor-body .fas,
html .dark .moneytor-body .fa,
html .dark .moneytor-body .mt {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}
html .dark .moneytor-body .fab.mt-hand-point-right:before,
html .dark .moneytor-body .fal.mt-hand-point-right:before,
html .dark .moneytor-body .far.mt-hand-point-right:before,
html .dark .moneytor-body .fas.mt-hand-point-right:before,
html .dark .moneytor-body .fa.mt-hand-point-right:before,
html .dark .moneytor-body .mt.mt-hand-point-right:before {
  content: "\f0a4";
}
html .dark .moneytor-body .fab.mt-hand-point-left:before,
html .dark .moneytor-body .fal.mt-hand-point-left:before,
html .dark .moneytor-body .far.mt-hand-point-left:before,
html .dark .moneytor-body .fas.mt-hand-point-left:before,
html .dark .moneytor-body .fa.mt-hand-point-left:before,
html .dark .moneytor-body .mt.mt-hand-point-left:before {
  content: "\f0a5";
}
html .dark .moneytor-body .fab.hand-left:before,
html .dark .moneytor-body .fal.hand-left:before,
html .dark .moneytor-body .far.hand-left:before,
html .dark .moneytor-body .fas.hand-left:before,
html .dark .moneytor-body .fa.hand-left:before,
html .dark .moneytor-body .mt.hand-left:before {
  content: "\f0a5";
}
html .dark .moneytor-body .fab.mt-hand-point-up:before,
html .dark .moneytor-body .fal.mt-hand-point-up:before,
html .dark .moneytor-body .far.mt-hand-point-up:before,
html .dark .moneytor-body .fas.mt-hand-point-up:before,
html .dark .moneytor-body .fa.mt-hand-point-up:before,
html .dark .moneytor-body .mt.mt-hand-point-up:before {
  content: "\f0a6";
}
html .dark .moneytor-body .fab.mt-hand-point-down:before,
html .dark .moneytor-body .fal.mt-hand-point-down:before,
html .dark .moneytor-body .far.mt-hand-point-down:before,
html .dark .moneytor-body .fas.mt-hand-point-down:before,
html .dark .moneytor-body .fa.mt-hand-point-down:before,
html .dark .moneytor-body .mt.mt-hand-point-down:before {
  content: "\f0a7";
}
html .dark .moneytor-body .fab.mt-handshake:before,
html .dark .moneytor-body .fal.mt-handshake:before,
html .dark .moneytor-body .far.mt-handshake:before,
html .dark .moneytor-body .fas.mt-handshake:before,
html .dark .moneytor-body .fa.mt-handshake:before,
html .dark .moneytor-body .mt.mt-handshake:before {
  content: "\f2b5";
}
html .dark .moneytor-body .fab.mt-hands-helping:before,
html .dark .moneytor-body .fal.mt-hands-helping:before,
html .dark .moneytor-body .far.mt-hands-helping:before,
html .dark .moneytor-body .fas.mt-hands-helping:before,
html .dark .moneytor-body .fa.mt-hands-helping:before,
html .dark .moneytor-body .mt.mt-hands-helping:before {
  content: "\f4c4";
}
html .dark .moneytor-body .fab.mt-linkedin:before,
html .dark .moneytor-body .fal.mt-linkedin:before,
html .dark .moneytor-body .far.mt-linkedin:before,
html .dark .moneytor-body .fas.mt-linkedin:before,
html .dark .moneytor-body .fa.mt-linkedin:before,
html .dark .moneytor-body .mt.mt-linkedin:before {
  content: "\f08c";
}
html .dark .moneytor-body .fab.mt-chrome:before,
html .dark .moneytor-body .fal.mt-chrome:before,
html .dark .moneytor-body .far.mt-chrome:before,
html .dark .moneytor-body .fas.mt-chrome:before,
html .dark .moneytor-body .fa.mt-chrome:before,
html .dark .moneytor-body .mt.mt-chrome:before {
  content: "\f268";
}
html .dark .moneytor-body .fab.mt-link:before,
html .dark .moneytor-body .fal.mt-link:before,
html .dark .moneytor-body .far.mt-link:before,
html .dark .moneytor-body .fas.mt-link:before,
html .dark .moneytor-body .fa.mt-link:before,
html .dark .moneytor-body .mt.mt-link:before {
  content: "\f0c1";
}
html .dark .moneytor-body .fab.mt-instagram:before,
html .dark .moneytor-body .fal.mt-instagram:before,
html .dark .moneytor-body .far.mt-instagram:before,
html .dark .moneytor-body .fas.mt-instagram:before,
html .dark .moneytor-body .fa.mt-instagram:before,
html .dark .moneytor-body .mt.mt-instagram:before {
  content: "\f16d";
}
html .dark .moneytor-body .fab.mt-facebook-square:before,
html .dark .moneytor-body .fal.mt-facebook-square:before,
html .dark .moneytor-body .far.mt-facebook-square:before,
html .dark .moneytor-body .fas.mt-facebook-square:before,
html .dark .moneytor-body .fa.mt-facebook-square:before,
html .dark .moneytor-body .mt.mt-facebook-square:before {
  content: "\f082";
}
html .dark .moneytor-body .fab.mt-facebook:before,
html .dark .moneytor-body .fal.mt-facebook:before,
html .dark .moneytor-body .far.mt-facebook:before,
html .dark .moneytor-body .fas.mt-facebook:before,
html .dark .moneytor-body .fa.mt-facebook:before,
html .dark .moneytor-body .mt.mt-facebook:before {
  content: "\f09a";
}
html .dark .moneytor-body .fab.mt-google:before,
html .dark .moneytor-body .fal.mt-google:before,
html .dark .moneytor-body .far.mt-google:before,
html .dark .moneytor-body .fas.mt-google:before,
html .dark .moneytor-body .fa.mt-google:before,
html .dark .moneytor-body .mt.mt-google:before {
  content: "\f1a0";
}
html .dark .moneytor-body .fab.mt-google-plus-square:before,
html .dark .moneytor-body .fal.mt-google-plus-square:before,
html .dark .moneytor-body .far.mt-google-plus-square:before,
html .dark .moneytor-body .fas.mt-google-plus-square:before,
html .dark .moneytor-body .fa.mt-google-plus-square:before,
html .dark .moneytor-body .mt.mt-google-plus-square:before {
  content: "\f0d4";
}
html .dark .moneytor-body .fab.mt-google-plus-g:before,
html .dark .moneytor-body .fal.mt-google-plus-g:before,
html .dark .moneytor-body .far.mt-google-plus-g:before,
html .dark .moneytor-body .fas.mt-google-plus-g:before,
html .dark .moneytor-body .fa.mt-google-plus-g:before,
html .dark .moneytor-body .mt.mt-google-plus-g:before {
  content: "\f0d5";
}
html .dark .moneytor-body .fab.mt-googleplus:before,
html .dark .moneytor-body .fal.mt-googleplus:before,
html .dark .moneytor-body .far.mt-googleplus:before,
html .dark .moneytor-body .fas.mt-googleplus:before,
html .dark .moneytor-body .fa.mt-googleplus:before,
html .dark .moneytor-body .mt.mt-googleplus:before {
  content: "\f2b3";
}
html .dark .moneytor-body .fab.mt-google-play:before,
html .dark .moneytor-body .fal.mt-google-play:before,
html .dark .moneytor-body .far.mt-google-play:before,
html .dark .moneytor-body .fas.mt-google-play:before,
html .dark .moneytor-body .fa.mt-google-play:before,
html .dark .moneytor-body .mt.mt-google-play:before {
  content: "\f3ab";
}
html .dark .moneytor-body .fab.mt-google-drive:before,
html .dark .moneytor-body .fal.mt-google-drive:before,
html .dark .moneytor-body .far.mt-google-drive:before,
html .dark .moneytor-body .fas.mt-google-drive:before,
html .dark .moneytor-body .fa.mt-google-drive:before,
html .dark .moneytor-body .mt.mt-google-drive:before {
  content: "\f3aa";
}
html .dark .moneytor-body .fab.mt-twitter:before,
html .dark .moneytor-body .fal.mt-twitter:before,
html .dark .moneytor-body .far.mt-twitter:before,
html .dark .moneytor-body .fas.mt-twitter:before,
html .dark .moneytor-body .fa.mt-twitter:before,
html .dark .moneytor-body .mt.mt-twitter:before {
  content: "\f099";
}
html .dark .moneytor-body .fab.mt-error-icon:before,
html .dark .moneytor-body .fal.mt-error-icon:before,
html .dark .moneytor-body .far.mt-error-icon:before,
html .dark .moneytor-body .fas.mt-error-icon:before,
html .dark .moneytor-body .fa.mt-error-icon:before,
html .dark .moneytor-body .mt.mt-error-icon:before {
  content: "\f06a";
  color: #f72323;
  font-size: 20px;
}
html .dark .moneytor-body .fab.mt-success-icon:before,
html .dark .moneytor-body .fal.mt-success-icon:before,
html .dark .moneytor-body .far.mt-success-icon:before,
html .dark .moneytor-body .fas.mt-success-icon:before,
html .dark .moneytor-body .fa.mt-success-icon:before,
html .dark .moneytor-body .mt.mt-success-icon:before {
  content: "\f058";
  color: #059805;
  font-size: 20px;
}
html .dark .moneytor-body .fab.mt-running:before,
html .dark .moneytor-body .fal.mt-running:before,
html .dark .moneytor-body .far.mt-running:before,
html .dark .moneytor-body .fas.mt-running:before,
html .dark .moneytor-body .fa.mt-running:before,
html .dark .moneytor-body .mt.mt-running:before {
  content: "\f017";
  color: #0b49a7;
  font-size: 20px;
}
html .dark .moneytor-body .fab.mt-doc-file:before,
html .dark .moneytor-body .fal.mt-doc-file:before,
html .dark .moneytor-body .far.mt-doc-file:before,
html .dark .moneytor-body .fas.mt-doc-file:before,
html .dark .moneytor-body .fa.mt-doc-file:before,
html .dark .moneytor-body .mt.mt-doc-file:before {
  content: "\f1c1";
}
html .dark .moneytor-body .fab.mt-inr:before,
html .dark .moneytor-body .fal.mt-inr:before,
html .dark .moneytor-body .far.mt-inr:before,
html .dark .moneytor-body .fas.mt-inr:before,
html .dark .moneytor-body .fa.mt-inr:before,
html .dark .moneytor-body .mt.mt-inr:before {
  content: "\f156";
  font-size: 16px;
}
html .dark .moneytor-body .fab.mt-usd:before,
html .dark .moneytor-body .fal.mt-usd:before,
html .dark .moneytor-body .far.mt-usd:before,
html .dark .moneytor-body .fas.mt-usd:before,
html .dark .moneytor-body .fa.mt-usd:before,
html .dark .moneytor-body .mt.mt-usd:before {
  content: "\f155";
  font-size: 16px;
}
html .dark .moneytor-body .fab.mt-whatsapp:before,
html .dark .moneytor-body .fal.mt-whatsapp:before,
html .dark .moneytor-body .far.mt-whatsapp:before,
html .dark .moneytor-body .fas.mt-whatsapp:before,
html .dark .moneytor-body .fa.mt-whatsapp:before,
html .dark .moneytor-body .mt.mt-whatsapp:before {
  content: "\f232";
  font-size: 20px;
}
html .dark .moneytor-body .fab.mt-chevron-right:before,
html .dark .moneytor-body .fal.mt-chevron-right:before,
html .dark .moneytor-body .far.mt-chevron-right:before,
html .dark .moneytor-body .fas.mt-chevron-right:before,
html .dark .moneytor-body .fa.mt-chevron-right:before,
html .dark .moneytor-body .mt.mt-chevron-right:before {
  content: "\f054";
}
html .dark .moneytor-body .fab.mt-chevron-left:before,
html .dark .moneytor-body .fal.mt-chevron-left:before,
html .dark .moneytor-body .far.mt-chevron-left:before,
html .dark .moneytor-body .fas.mt-chevron-left:before,
html .dark .moneytor-body .fa.mt-chevron-left:before,
html .dark .moneytor-body .mt.mt-chevron-left:before {
  content: "\f053";
}
html .dark .moneytor-body .fab.mt-refresh-icon:before,
html .dark .moneytor-body .fal.mt-refresh-icon:before,
html .dark .moneytor-body .far.mt-refresh-icon:before,
html .dark .moneytor-body .fas.mt-refresh-icon:before,
html .dark .moneytor-body .fa.mt-refresh-icon:before,
html .dark .moneytor-body .mt.mt-refresh-icon:before {
  content: "\f2f9";
}
html .dark .moneytor-body .navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
html .dark .moneytor-body .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
html .dark .moneytor-body .progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
}
html .dark .moneytor-body .progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
}
html .dark .moneytor-body .progress > .progress-bar .progress-bar {
  border-radius: 1px;
}
html .dark .moneytor-body .progress .progress-bar {
  border-radius: 1px;
}
html .dark .moneytor-body .progress-sm {
  height: 10px;
  border-radius: 1px;
}
html .dark .moneytor-body .progress-sm .progress-bar {
  border-radius: 1px;
}
html .dark .moneytor-body .progress.sm {
  height: 10px;
  border-radius: 1px;
}
html .dark .moneytor-body .progress.sm .progress-bar {
  border-radius: 1px;
}
html .dark .moneytor-body .progress-xs {
  height: 7px;
  border-radius: 1px;
}
html .dark .moneytor-body .progress-xs .progress-bar {
  border-radius: 1px;
}
html .dark .moneytor-body .progress.xs {
  height: 7px;
  border-radius: 1px;
}
html .dark .moneytor-body .progress.xs .progress-bar {
  border-radius: 1px;
}
html .dark .moneytor-body .progress-xxs {
  height: 3px;
  border-radius: 1px;
}
html .dark .moneytor-body .progress-xxs .progress-bar {
  border-radius: 1px;
}
html .dark .moneytor-body .progress.xxs {
  height: 3px;
  border-radius: 1px;
}
html .dark .moneytor-body .progress.xxs .progress-bar {
  border-radius: 1px;
}
html .dark .moneytor-body .progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
html .dark .moneytor-body .progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
html .dark .moneytor-body .progress.vertical.progress-sm {
  width: 20px;
}
html .dark .moneytor-body .progress.vertical.sm {
  width: 20px;
}
html .dark .moneytor-body .progress.vertical.progress-xs {
  width: 10px;
}
html .dark .moneytor-body .progress.vertical.xs {
  width: 10px;
}
html .dark .moneytor-body .progress.vertical.progress-xxs {
  width: 3px;
}
html .dark .moneytor-body .progress.vertical.xxs {
  width: 3px;
}
html .dark .moneytor-body .progress-group .progress-text {
  font-weight: 600;
}
html .dark .moneytor-body .progress-group .progress-number {
  float: right;
}
html .dark .moneytor-body .table tr > td .progress {
  margin: 0;
}
html .dark .moneytor-body .table tr td .progress {
  margin-top: 5px;
}
html .dark .moneytor-body .table > tbody > tr > td {
  border-top: 1px solid #f4f4f4;
}
html .dark .moneytor-body .table > tbody > tr > th {
  border-top: 1px solid #f4f4f4;
}
html .dark .moneytor-body .table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
html .dark .moneytor-body .table > tfoot > tr > th {
  border-top: 1px solid #f4f4f4;
}
html .dark .moneytor-body .table > thead > tr > td {
  border-top: 1px solid #f4f4f4;
}
html .dark .moneytor-body .table > thead > tr > th {
  border-top: 1px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}
html .dark .moneytor-body .progress-bar-light-blue {
  background-color: #3c8dbc;
}
html .dark .moneytor-body .progress-bar-primary {
  background-color: #3c8dbc;
}
html .dark .moneytor-body .progress-striped .progress-bar-light-blue {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-green {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-aqua {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-yellow {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-striped .progress-bar-red {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
html .dark .moneytor-body .progress-bar-green {
  background-color: #00a65a;
}
html .dark .moneytor-body .progress-bar-success {
  background-color: #00a65a;
}
html .dark .moneytor-body .progress-bar-aqua {
  background-color: #00c0ef;
}
html .dark .moneytor-body .progress-bar-info {
  background-color: #00c0ef;
}
html .dark .moneytor-body .progress-bar-warning {
  background-color: #f39c12;
}
html .dark .moneytor-body .progress-bar-yellow {
  background-color: #f39c12;
}
html .dark .moneytor-body .progress-bar-danger {
  background-color: #dd4b39;
}
html .dark .moneytor-body .progress-bar-red {
  background-color: #dd4b39;
}
html .dark .moneytor-body .small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
html .dark .moneytor-body .small-box > .inner {
  padding: 10px;
}
html .dark .moneytor-body .small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
html .dark .moneytor-body .small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
html .dark .moneytor-body .small-box h3 {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  z-index: 5;
}
html .dark .moneytor-body .small-box p {
  font-size: 15px;
  z-index: 5;
}
html .dark .moneytor-body .small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
html .dark .moneytor-body .small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
html .dark .moneytor-body .small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
html .dark .moneytor-body .small-box:hover .icon {
  font-size: 95px;
}
html .dark .moneytor-body .box.box-primary {
  border-top-color: #3c8dbc;
}
html .dark .moneytor-body .box.box-info {
  border-top-color: #00c0ef;
}
html .dark .moneytor-body .box.box-danger {
  border-top-color: #dd4b39;
}
html .dark .moneytor-body .box.box-warning {
  border-top-color: #f39c12;
}
html .dark .moneytor-body .box.box-success {
  border-top-color: #00a65a;
}
html .dark .moneytor-body .box.box-default {
  border-top-color: #d2d6de;
}
html .dark .moneytor-body .box.collapsed-box .box-body {
  display: none;
}
html .dark .moneytor-body .box.collapsed-box .box-footer {
  display: none;
}
html .dark .moneytor-body .box-body {
  border-top-left-radius: none;
  border-top-right-radius: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
html .dark .moneytor-body .box-body:after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .box-body:before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .box-body > .table {
  margin-bottom: 0;
}
html .dark .moneytor-body .box-body .fc {
  margin-top: 5px;
}
html .dark .moneytor-body .box-body .full-width-chart {
  margin: -19px;
}
html .dark .moneytor-body .box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
html .dark .moneytor-body .box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
html .dark .moneytor-body .box-footer {
  border-top-left-radius: none;
  border-top-right-radius: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
html .dark .moneytor-body .box-footer:after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .box-footer:before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .box-header {
  color: #444;
  display: block;
  padding: 10px;
}
html .dark .moneytor-body .box-header:after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .box-header:before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
  text-align: left;
  font-weight: 400;
  font-style: normal;
}
html .dark .moneytor-body .box-header > .fa {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  margin-right: 5px;
}
html .dark .moneytor-body .box-header > .glyphicon {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  margin-right: 5px;
}
html .dark .moneytor-body .box-header > .ion {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  margin-right: 5px;
}
html .dark .moneytor-body .box-header > .box-tools {
  right: 10px;
  top: 5px;
}
html .dark .moneytor-body .box-header > .box-tools [data-toggle=tooltip] {
  position: relative;
}
html .dark .moneytor-body .box-header > .box-tools .dropdown-menu > li > a {
  color: #444;
}
html .dark .moneytor-body .box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
html .dark .moneytor-body .box-header.mt-tb {
  color: #444;
  display: block;
  padding: 0 3px;
  position: relative;
}
html .dark .moneytor-body .box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
html .dark .moneytor-body .collapsed-box .box-header.with-border {
  border-bottom: none;
}
html .dark .moneytor-body .btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: 0 0;
  color: #97a0b3;
}
html .dark .moneytor-body .btn-box-tool:hover {
  color: #606c84;
}
html .dark .moneytor-body .btn-box-tool.btn:active {
  box-shadow: none;
}
html .dark .moneytor-body .no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
html .dark .moneytor-body .box-body.no-padding .full-width-chart {
  margin: -9px;
}
html .dark .moneytor-body .box-comments {
  background: #f7f7f7;
}
html .dark .moneytor-body .box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
html .dark .moneytor-body .box-comments .box-comment:after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .box-comments .box-comment:before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
html .dark .moneytor-body .box-comments .box-comment:first-of-type {
  padding-top: 0;
}
html .dark .moneytor-body .box-comments .box-comment img {
  float: left;
  float: left;
  width: 30px;
  height: 30px;
}
html .dark .moneytor-body .box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
html .dark .moneytor-body .box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
html .dark .moneytor-body .box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
html .dark .moneytor-body .todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
html .dark .moneytor-body .todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
html .dark .moneytor-body .todo-list > li:last-of-type {
  margin-bottom: 0;
}
html .dark .moneytor-body .todo-list > li > input[type=checkbox] {
  margin: 0 10px 0 5px;
}
html .dark .moneytor-body .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
html .dark .moneytor-body .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
html .dark .moneytor-body .todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
html .dark .moneytor-body .todo-list > li .tools > .fa {
  margin-right: 5px;
  cursor: pointer;
}
html .dark .moneytor-body .todo-list > li .tools > .glyphicon {
  margin-right: 5px;
  cursor: pointer;
}
html .dark .moneytor-body .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
html .dark .moneytor-body .todo-list > li:hover .tools {
  display: inline-block;
}
html .dark .moneytor-body .todo-list > li.done {
  color: #999;
}
html .dark .moneytor-body .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
html .dark .moneytor-body .todo-list > li.done .label {
  background: #d2d6de;
}
html .dark .moneytor-body .todo-list .danger {
  border-left-color: #dd4b39;
}
html .dark .moneytor-body .todo-list .warning {
  border-left-color: #f39c12;
}
html .dark .moneytor-body .todo-list .info {
  border-left-color: #00c0ef;
}
html .dark .moneytor-body .todo-list .success {
  border-left-color: #00a65a;
}
html .dark .moneytor-body .todo-list .primary {
  border-left-color: #3c8dbc;
}
html .dark .moneytor-body .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
html .dark .moneytor-body .chat {
  padding: 5px 20px 5px 10px;
}
html .dark .moneytor-body .chat .item {
  margin-bottom: 10px;
}
html .dark .moneytor-body .chat .item:after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .chat .item:before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
html .dark .moneytor-body .chat .item > .online {
  border: 2px solid #00a65a;
}
html .dark .moneytor-body .chat .item > .offline {
  border: 2px solid #dd4b39;
}
html .dark .moneytor-body .chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
html .dark .moneytor-body .chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
html .dark .moneytor-body .chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
html .dark .moneytor-body .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
html .dark .moneytor-body .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
html .dark .moneytor-body .chat .item > .attachment > p {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
html .dark .moneytor-body .chat .item > .attachment:after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .chat .item > .attachment:before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .box-input {
  max-width: 200px;
}
html .dark .moneytor-body .info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
html .dark .moneytor-body .info-box small {
  font-size: 14px;
}
html .dark .moneytor-body .info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
  border-radius: 0;
}
html .dark .moneytor-body .info-box .progress .progress-bar {
  border-radius: 0;
  background: #fff;
}
html .dark .moneytor-body .info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .info-box-icon > img {
  max-width: 100%;
}
html .dark .moneytor-body .info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
html .dark .moneytor-body .info-box-number {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
html .dark .moneytor-body .info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
html .dark .moneytor-body .progress-description {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
html .dark .moneytor-body .info-box-more {
  display: block;
}
html .dark .moneytor-body .btn.uppercase {
  text-transform: uppercase;
}
html .dark .moneytor-body .btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
html .dark .moneytor-body .btn.btn-file {
  position: relative;
  overflow: hidden;
}
html .dark .moneytor-body .btn.btn-file > input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}
html .dark .moneytor-body .btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
html .dark .moneytor-body .btn-default:active {
  background-color: #e7e7e7;
}
html .dark .moneytor-body .btn-default:hover {
  background-color: #e7e7e7;
}
html .dark .moneytor-body .btn-default.hover {
  background-color: #e7e7e7;
}
html .dark .moneytor-body .btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
html .dark .moneytor-body .btn-primary:active {
  background-color: #367fa9;
}
html .dark .moneytor-body .btn-primary:hover {
  background-color: #367fa9;
}
html .dark .moneytor-body .btn-primary.hover {
  background-color: #367fa9;
}
html .dark .moneytor-body .btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
html .dark .moneytor-body .btn-success:active {
  background-color: #008d4c;
}
html .dark .moneytor-body .btn-success:hover {
  background-color: #008d4c;
}
html .dark .moneytor-body .btn-success.hover {
  background-color: #008d4c;
}
html .dark .moneytor-body .btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
html .dark .moneytor-body .btn-info:active {
  background-color: #00acd6;
}
html .dark .moneytor-body .btn-info:hover {
  background-color: #00acd6;
}
html .dark .moneytor-body .btn-info.hover {
  background-color: #00acd6;
}
html .dark .moneytor-body .btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
html .dark .moneytor-body .btn-danger:active {
  background-color: #d73925;
}
html .dark .moneytor-body .btn-danger:hover {
  background-color: #d73925;
}
html .dark .moneytor-body .btn-danger.hover {
  background-color: #d73925;
}
html .dark .moneytor-body .btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
html .dark .moneytor-body .btn-warning:active {
  background-color: #e08e0b;
}
html .dark .moneytor-body .btn-warning:hover {
  background-color: #e08e0b;
}
html .dark .moneytor-body .btn-warning.hover {
  background-color: #e08e0b;
}
html .dark .moneytor-body .btn-outline {
  border: 1px solid #fff;
  background: 0 0;
  color: #fff;
}
html .dark .moneytor-body .btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
html .dark .moneytor-body .btn-outline:focus {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
html .dark .moneytor-body .btn-outline:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
html .dark .moneytor-body .btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html .dark .moneytor-body .btn[class*=bg-]:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
html .dark .moneytor-body .btn-app > .fa {
  font-size: 20px;
  display: block;
}
html .dark .moneytor-body .btn-app > .glyphicon {
  font-size: 20px;
  display: block;
}
html .dark .moneytor-body .btn-app > .ion {
  font-size: 20px;
  display: block;
}
html .dark .moneytor-body .btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
html .dark .moneytor-body .btn-app:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .dark .moneytor-body .btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .dark .moneytor-body .btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
html .dark .moneytor-body .callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
html .dark .moneytor-body .callout a {
  color: #fff;
  text-decoration: underline;
}
html .dark .moneytor-body .callout a:hover {
  color: #eee;
}
html .dark .moneytor-body .callout h4 {
  margin-top: 0;
  font-weight: 600;
}
html .dark .moneytor-body .callout p:last-child {
  margin-bottom: 0;
}
html .dark .moneytor-body .callout .highlight {
  background-color: #fff;
}
html .dark .moneytor-body .callout code {
  background-color: #fff;
}
html .dark .moneytor-body .callout.callout-danger {
  border-color: #c23321;
  color: #fff;
  background-color: #dd4b39;
}
html .dark .moneytor-body .callout.callout-warning {
  border-color: #c87f0a;
  color: #fff;
  background-color: #f39c12;
}
html .dark .moneytor-body .callout.callout-info {
  border-color: #0097bc;
  color: #fff;
  background-color: #00c0ef;
}
html .dark .moneytor-body .callout.callout-success {
  border-color: #00733e;
  color: #fff;
  background-color: #00a65a;
}
html .dark .moneytor-body .alert {
  border-radius: 3px;
}
html .dark .moneytor-body .alert h4 {
  font-weight: 600;
}
html .dark .moneytor-body .alert .icon {
  margin-right: 10px;
}
html .dark .moneytor-body .alert .close {
  color: #000;
  opacity: 0.2;
}
html .dark .moneytor-body .alert .close:hover {
  opacity: 0.5;
}
html .dark .moneytor-body .alert a {
  color: #fff;
  text-decoration: underline;
}
html .dark .moneytor-body .carousel-control.left {
  background-image: none;
}
html .dark .moneytor-body .carousel-control.right {
  background-image: none;
}
html .dark .moneytor-body .carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
html .dark .moneytor-body .login-logo {
  text-align: center;
  margin-bottom: 1rem;
}
html .dark .moneytor-body .login-logo a {
  color: #444;
}
html .dark .moneytor-body .register-logo {
  text-align: center;
  margin-bottom: 1rem;
}
html .dark .moneytor-body .register-logo a {
  color: #444;
}
html .dark .moneytor-body .profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
html .dark .moneytor-body .profile-username {
  font-size: 21px;
  margin-top: 5px;
}
html .dark .moneytor-body .post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
html .dark .moneytor-body .post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
html .dark .moneytor-body .post .user-block {
  margin-bottom: 15px;
}
html .dark .moneytor-body .btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-adn:focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-adn:active {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
html .dark .moneytor-body .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-adn.active {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-bitbucket:focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-bitbucket:active {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
html .dark .moneytor-body .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-bitbucket.active {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-dropbox:focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-dropbox:active {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
html .dark .moneytor-body .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-dropbox.active {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-facebook:focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-facebook:active {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
html .dark .moneytor-body .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-facebook.active {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-flickr:focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-flickr:active {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
html .dark .moneytor-body .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-flickr.active {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-foursquare:focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-foursquare:active {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
html .dark .moneytor-body .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-foursquare.active {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-github:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-github:active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-github .badge {
  color: #444;
  background-color: #fff;
}
html .dark .moneytor-body .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-github.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-google:focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-google:active {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
html .dark .moneytor-body .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-google.active {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-instagram:focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-instagram:active {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
html .dark .moneytor-body .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-instagram.active {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-linkedin:focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-linkedin:active {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
html .dark .moneytor-body .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-linkedin.active {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-microsoft:focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-microsoft:active {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
html .dark .moneytor-body .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-microsoft.active {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-openid:focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-openid:active {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
html .dark .moneytor-body .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-openid.active {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-pinterest:focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-pinterest:active {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
html .dark .moneytor-body .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-pinterest.active {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-reddit:focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-reddit:active {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
html .dark .moneytor-body .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-reddit.active {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-soundcloud:focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-soundcloud:active {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}
html .dark .moneytor-body .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-soundcloud.active {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-tumblr:focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-tumblr:active {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
html .dark .moneytor-body .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-tumblr.active {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-twitter:focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-twitter:active {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
html .dark .moneytor-body .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-twitter.active {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-vimeo:focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-vimeo:active {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
html .dark .moneytor-body .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-vimeo.active {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-vk:focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-vk:active {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
html .dark .moneytor-body .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-vk.active {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-yahoo:focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-yahoo:active {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
html .dark .moneytor-body .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .btn-yahoo.active {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
html .dark .moneytor-body .fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
html .dark .moneytor-body .fc-button:active {
  background-color: #e9e9e9;
}
html .dark .moneytor-body .fc-button:hover {
  background-color: #e9e9e9;
}
html .dark .moneytor-body .fc-button.hover {
  background-color: #e9e9e9;
}
html .dark .moneytor-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
html .dark .moneytor-body .fc-header-right {
  padding-right: 10px;
}
html .dark .moneytor-body .fc-header-left {
  padding-left: 10px;
}
html .dark .moneytor-body .fc-widget-header {
  background: #fafafa;
}
html .dark .moneytor-body .fc-widget-header:first-of-type {
  border-left: 0;
  border-right: 0;
}
html .dark .moneytor-body .fc-widget-header:last-of-type {
  border-right: 0;
}
html .dark .moneytor-body .fc-grid {
  width: 100%;
  border: 0;
}
html .dark .moneytor-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
html .dark .moneytor-body .fc-widget-content:last-of-type {
  border-right: 0;
}
html .dark .moneytor-body .fc-toolbar {
  padding: 10px;
  margin: 0;
}
html .dark .moneytor-body .fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
html .dark .moneytor-body .fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
html .dark .moneytor-body .fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
html .dark .moneytor-body .fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
html .dark .moneytor-body .fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
html .dark .moneytor-body #add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
html .dark .moneytor-body .external-event {
  padding: 5px 10px;
  font-weight: 700;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
html .dark .moneytor-body .external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
html .dark .moneytor-body .select2-container--default.select2-container--focus {
  outline: 0;
}
html .dark .moneytor-body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
html .dark .moneytor-body .select2-container--default:active {
  outline: 0;
}
html .dark .moneytor-body .select2-container--default:focus {
  outline: 0;
}
html .dark .moneytor-body .select2-container--default .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
html .dark .moneytor-body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
html .dark .moneytor-body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
html .dark .moneytor-body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: #fff;
}
html .dark .moneytor-body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
html .dark .moneytor-body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #444;
}
html .dark .moneytor-body .select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
html .dark .moneytor-body .select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
html .dark .moneytor-body .select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
html .dark .moneytor-body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
html .dark .moneytor-body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
html .dark .moneytor-body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
html .dark .moneytor-body .select2-selection.select2-container--focus {
  outline: 0;
}
html .dark .moneytor-body .select2-selection:active {
  outline: 0;
}
html .dark .moneytor-body .select2-selection:focus {
  outline: 0;
}
html .dark .moneytor-body .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
html .dark .moneytor-body .select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
html .dark .moneytor-body .select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
html .dark .moneytor-body .select2-dropdown .select2-search__field {
  border: 1px solid #d2d6de;
}
html .dark .moneytor-body .select2-dropdown .select2-search__field:focus {
  outline: 0;
  border: 1px solid #3c8dbc;
}
html .dark .moneytor-body .select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
html .dark .moneytor-body .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
  padding-right: 10px;
}
html .dark .moneytor-body .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
html .dark .moneytor-body .select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
html .dark .moneytor-body .select2-search--inline .select2-search__field:focus {
  outline: 0;
  border: 1px solid #3c8dbc;
}
html .dark .moneytor-body .pad {
  padding: 10px;
}
html .dark .moneytor-body .margin {
  margin: 10px;
}
html .dark .moneytor-body .margin-bottom {
  margin-bottom: 20px;
}
html .dark .moneytor-body .margin-bottom-none {
  margin-bottom: 0;
}
html .dark .moneytor-body .margin-r-5 {
  margin-right: 5px;
}
html .dark .moneytor-body .inline {
  display: inline;
}
html .dark .moneytor-body .description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
html .dark .moneytor-body .description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
html .dark .moneytor-body .description-block > .description-text {
  text-transform: uppercase;
}
html .dark .moneytor-body .description-block .description-icon {
  font-size: 16px;
}
html .dark .moneytor-body .description-block.margin-bottom {
  margin-bottom: 25px;
}
html .dark .moneytor-body .bg-aqua {
  color: #fff;
  background-color: #00c0ef;
}
html .dark .moneytor-body .bg-aqua-active {
  color: #fff;
  background-color: #00a7d0;
}
html .dark .moneytor-body .bg-black {
  color: #fff;
  background-color: #111;
}
html .dark .moneytor-body .bg-black-active {
  color: #fff;
  background-color: #000;
}
html .dark .moneytor-body .bg-blue {
  color: #fff;
  background-color: #0073b7;
}
html .dark .moneytor-body .bg-blue-active {
  color: #fff;
  background-color: #005384;
}
html .dark .moneytor-body .bg-fuchsia {
  color: #fff;
  background-color: #f012be;
}
html .dark .moneytor-body .bg-fuchsia-active {
  color: #fff;
  background-color: #db0ead;
}
html .dark .moneytor-body .bg-green {
  color: #fff;
  background-color: #00a65a;
}
html .dark .moneytor-body .bg-green-active {
  color: #fff;
  background-color: #008d4c;
}
html .dark .moneytor-body .bg-light-blue {
  color: #fff;
  background-color: #3c8dbc;
}
html .dark .moneytor-body .bg-light-blue-active {
  color: #fff;
  background-color: #357ca5;
}
html .dark .moneytor-body .bg-lime {
  color: #fff;
  background-color: #01ff70;
}
html .dark .moneytor-body .bg-lime-active {
  color: #fff;
  background-color: #00e765;
}
html .dark .moneytor-body .bg-maroon {
  color: #fff;
  background-color: #d81b60;
}
html .dark .moneytor-body .bg-maroon-active {
  color: #fff;
  background-color: #ca195a;
}
html .dark .moneytor-body .bg-navy {
  color: #fff;
  background-color: #001f3f;
}
html .dark .moneytor-body .bg-navy-active {
  color: #fff;
  background-color: #001a35;
}
html .dark .moneytor-body .bg-olive {
  color: #fff;
  background-color: #3d9970;
}
html .dark .moneytor-body .bg-olive-active {
  color: #fff;
  background-color: #368763;
}
html .dark .moneytor-body .bg-orange {
  color: #fff;
  background-color: #ff851b;
}
html .dark .moneytor-body .bg-orange-active {
  color: #fff;
  background-color: #ff7701;
}
html .dark .moneytor-body .bg-purple {
  color: #fff;
  background-color: #605ca8;
}
html .dark .moneytor-body .bg-purple-active {
  color: #fff;
  background-color: #555299;
}
html .dark .moneytor-body .bg-red {
  color: #fff;
  background-color: #dd4b39;
}
html .dark .moneytor-body .bg-red-active {
  color: #fff;
  background-color: #d33724;
}
html .dark .moneytor-body .bg-teal {
  color: #fff;
  background-color: #39cccc;
}
html .dark .moneytor-body .bg-teal-active {
  color: #fff;
  background-color: #30bbbb;
}
html .dark .moneytor-body .bg-yellow {
  color: #fff;
  background-color: #f39c12;
}
html .dark .moneytor-body .bg-yellow-active {
  color: #fff;
  background-color: #db8b0b;
}
html .dark .moneytor-body .label-danger {
  color: #fff;
  background-color: #dd4b39;
}
html .dark .moneytor-body .label-info {
  color: #fff;
  background-color: #00c0ef;
}
html .dark .moneytor-body .label-primary {
  color: #fff;
  background-color: #3c8dbc;
}
html .dark .moneytor-body .label-success {
  color: #fff;
  background-color: #00a65a;
}
html .dark .moneytor-body .label-warning {
  color: #fff;
  background-color: #f39c12;
}
html .dark .moneytor-body .bg-gray {
  color: #000;
  background-color: #d2d6de;
}
html .dark .moneytor-body .bg-gray-light {
  background-color: #f7f7f7;
}
html .dark .moneytor-body .bg-gray-active {
  color: #000;
  background-color: #b5bbc8;
}
html .dark .moneytor-body [class^=bg-].disabled {
  opacity: 0.65;
}
html .dark .moneytor-body .link-muted {
  color: #7a869d;
}
html .dark .moneytor-body .link-muted:focus {
  color: #606c84;
}
html .dark .moneytor-body .link-muted:hover {
  color: #606c84;
}
html .dark .moneytor-body .link-black {
  color: #666;
}
html .dark .moneytor-body .link-black:focus {
  color: #999;
}
html .dark .moneytor-body .link-black:hover {
  color: #999;
}
html .dark .moneytor-body .hide {
  display: none;
}
html .dark .moneytor-body .no-border {
  border: 0;
}
html .dark .moneytor-body .no-padding {
  padding: 0;
}
html .dark .moneytor-body .no-margin {
  margin: 0;
}
html .dark .moneytor-body .no-shadow {
  box-shadow: none;
}
html .dark .moneytor-body .list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
html .dark .moneytor-body .list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
html .dark .moneytor-body .flat {
  border-radius: 0;
}
html .dark .moneytor-body .text-bold {
  font-weight: 700;
}
html .dark .moneytor-body .text-bold.table td {
  font-weight: 700;
}
html .dark .moneytor-body .text-bold.table th {
  font-weight: 700;
}
html .dark .moneytor-body .text-sm {
  font-size: 12px;
}
html .dark .moneytor-body .jqstooltip {
  padding: 5px;
  width: auto;
  height: auto;
}
html .dark .moneytor-body .bg-teal-gradient {
  background: #39cccc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd));
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd);
  background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%);
  background: -o-linear-gradient(#7adddd, #39cccc);
  color: #fff;
}
html .dark .moneytor-body .bg-light-blue-gradient {
  background: #3c8dbc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce));
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce);
  background: -moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%);
  background: -o-linear-gradient(#67a8ce, #3c8dbc);
  color: #fff;
}
html .dark .moneytor-body .bg-blue-gradient {
  background: #0073b7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db));
  background: -ms-linear-gradient(bottom, #0073b7, #0089db);
  background: -moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%);
  background: -o-linear-gradient(#0089db, #0073b7);
  color: #fff;
}
html .dark .moneytor-body .bg-aqua-gradient {
  background: #00c0ef;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff));
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff);
  background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%);
  background: -o-linear-gradient(#14d1ff, #00c0ef);
  color: #fff;
}
html .dark .moneytor-body .bg-yellow-gradient {
  background: #f39c12;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60));
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60);
  background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%);
  background: -o-linear-gradient(#f7bc60, #f39c12);
  color: #fff;
}
html .dark .moneytor-body .bg-purple-gradient {
  background: #605ca8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4));
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4);
  background: -moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%);
  background: -o-linear-gradient(#9491c4, #605ca8);
  color: #fff;
}
html .dark .moneytor-body .bg-green-gradient {
  background: #00a65a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d));
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d);
  background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%);
  background: -o-linear-gradient(#00ca6d, #00a65a);
  color: #fff;
}
html .dark .moneytor-body .bg-red-gradient {
  background: #dd4b39;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365));
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365);
  background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%);
  background: -o-linear-gradient(#e47365, #dd4b39);
  color: #fff;
}
html .dark .moneytor-body .bg-black-gradient {
  background: #111;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b));
  background: -ms-linear-gradient(bottom, #111, #2b2b2b);
  background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%);
  background: -o-linear-gradient(#2b2b2b, #111);
  color: #fff;
}
html .dark .moneytor-body .bg-maroon-gradient {
  background: #d81b60;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c));
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c);
  background: -moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%);
  background: -o-linear-gradient(#e73f7c, #d81b60);
  color: #fff;
}
html .dark .moneytor-body .no-pad-top {
  padding-top: 0;
}
html .dark .moneytor-body .position-static {
  position: static;
}
html .dark .moneytor-body .list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: 700;
  color: #666;
}
html .dark .moneytor-body .list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
html .dark .moneytor-body .list-link > a {
  padding: 4px;
  color: #777;
}
html .dark .moneytor-body .list-link > a:hover {
  color: #222;
}
html .dark .moneytor-body .font-light {
  font-weight: 300;
}
html .dark .moneytor-body .user-block:after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .user-block:before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
html .dark .moneytor-body .user-block .comment {
  display: block;
  margin-left: 50px;
}
html .dark .moneytor-body .user-block .description {
  display: block;
  margin-left: 50px;
  color: #999;
  font-size: 13px;
}
html .dark .moneytor-body .user-block .username {
  display: block;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 600;
}
html .dark .moneytor-body .user-block.user-block-sm .comment {
  margin-left: 40px;
}
html .dark .moneytor-body .user-block.user-block-sm .description {
  margin-left: 40px;
}
html .dark .moneytor-body .user-block.user-block-sm .username {
  margin-left: 40px;
  font-size: 14px;
}
html .dark .moneytor-body .user-block.user-block-sm img {
  float: left;
  width: 30px;
  height: 30px;
}
html .dark .moneytor-body .img-lg {
  float: left;
  width: 100px;
  height: 100px;
}
html .dark .moneytor-body .img-md {
  float: left;
  width: 60px;
  height: 60px;
}
html .dark .moneytor-body .img-sm {
  float: left;
  width: 30px;
  height: 30px;
}
html .dark .moneytor-body .img-sm + .img-push {
  margin-left: 40px;
}
html .dark .moneytor-body .img-md + .img-push {
  margin-left: 70px;
}
html .dark .moneytor-body .img-lg + .img-push {
  margin-left: 110px;
}
html .dark .moneytor-body .img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
html .dark .moneytor-body .img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
html .dark .moneytor-body .attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
html .dark .moneytor-body .attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
html .dark .moneytor-body .attachment-block .attachment-pushed {
  margin-left: 110px;
}
html .dark .moneytor-body .attachment-block .attachment-heading {
  margin: 0;
}
html .dark .moneytor-body .attachment-block .attachment-text {
  color: #555;
}
html .dark .moneytor-body .connectedSortable {
  min-height: 100px;
}
html .dark .moneytor-body .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html .dark .moneytor-body .sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
html .dark .moneytor-body .full-opacity-hover {
  opacity: 0.65;
}
html .dark .moneytor-body .full-opacity-hover:hover {
  opacity: 1;
}
html .dark .moneytor-body .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
html .dark .moneytor-body .chart canvas {
  width: 100%;
}
html .dark .moneytor-body .chart svg {
  width: 100%;
}
html .dark .moneytor-body .inner-tbl-lbl {
  font-size: 15px;
  color: #484848;
  font-weight: 200;
}
html .dark .moneytor-body .inner-tbl-data {
  font-size: 16px;
  color: #615f5f;
}
html .dark .moneytor-body .data-row-container {
  display: inline-flex;
  padding: 0.7rem 1rem 0.5rem 0.5rem;
  font-size: 17px;
}
html .dark .moneytor-body .data-column-width {
  margin-right: 0.7rem;
  padding: 1rem;
}
html .dark .moneytor-body .ngx-datatable.material {
  box-shadow: none;
}
html .dark .moneytor-body .green {
  background-color: rgba(255, 215, 64, 0.1803921569);
}
html .dark .moneytor-body .due-partial {
  background-color: rgba(11, 142, 16, 0.0784313725);
}
html .dark .moneytor-body .due-paid {
  background-color: rgba(11, 142, 16, 0.2705882353);
}
html .dark .moneytor-body .due-paid:focus {
  background-color: rgba(11, 142, 16, 0.2705882353);
}
html .dark .moneytor-body .due-paid:hover {
  background-color: rgba(11, 142, 16, 0.2705882353);
}
html .dark .moneytor-body .add-remove-btn {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 1px 0 1px 3px;
  background-color: #8cb7cc;
}
html .dark .moneytor-body .add-remove-btn a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
  50% {
    background-color: #b3dbe8;
    -webkit-box-shadow: 0 0 40px #b3dbe8;
  }
  100% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
  50% {
    background-color: #b3dbe8;
    -webkit-box-shadow: 0 0 40px #b3dbe8;
  }
  100% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
  50% {
    background-color: #b3dbe8;
    -webkit-box-shadow: 0 0 40px #b3dbe8;
  }
  100% {
    background-color: #72afd2;
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
}
@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
  50% {
    -webkit-box-shadow: 0 0 40px #b3dbe8;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #72afd2;
  }
}
html .dark .moneytor-body .mt-table-button {
  border: 0;
  outline: none;
  background: transparent;
}
html .dark .moneytor-body .mt-table-button:hover {
  border: 0;
  outline: none;
  background: transparent;
}
html .dark .moneytor-body .align-right-header .datatable-header-cell-label {
  text-align: right;
}
html .dark .moneytor-body .align-left-header .datatable-header-cell-label {
  text-align: left;
}
html .dark .moneytor-body .mt-total-summary-value {
  background: #6979f8;
  border-radius: 4px;
  padding: 0.8rem 0.9rem;
  color: #ffffff;
}
html .dark .moneytor-body .filter-btn {
  cursor: pointer;
  display: block;
  color: #101010;
}
html .dark .moneytor-body .filter-btn:hover {
  color: #101010;
}
html .dark .moneytor-body .filter-btn:focus {
  color: #101010;
}
html .dark .moneytor-body .filter-btn:active {
  color: #101010;
}
html .dark .moneytor-body .mt-bold {
  font-weight: 600;
}
html .dark .moneytor-body .filter-btn-2 {
  cursor: pointer;
  display: inline;
  color: #101010;
}
html .dark .moneytor-body .filter-btn-2:hover {
  color: #101010;
}
html .dark .moneytor-body .filter-btn-2:focus {
  color: #101010;
}
html .dark .moneytor-body .filter-btn-2:active {
  color: #101010;
}
html .dark .moneytor-body .brdcrumb {
  padding: 0.4rem 0;
  font-size: 13px;
  color: #484848;
  font-weight: 500;
}
html .dark .moneytor-body .twPc-div {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
}
html .dark .moneytor-body .twPc-bg {
  background-position: 50%;
  background-size: 13% auto;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
}
html .dark .moneytor-body .mt-logo-bg {
  background-image:
    radial-gradient(
      circle,
      #eff3f4,
      rgba(140, 183, 204, 0.45) 50%);
}
html .dark .moneytor-body .twPc-block {
  display: block;
}
html .dark .moneytor-body .twPc-button {
  margin: -35px -10px 0;
  text-align: right;
  width: 100%;
}
html .dark .moneytor-body .ttwPc-div h1 {
  float: right;
}
html .dark .moneytor-body .twPc-avatarLink {
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  margin: -30px 5px 0 8px;
  max-width: 100%;
  padding: 1px;
  vertical-align: bottom;
}
html .dark .moneytor-body .twPc-avatarImg {
  border-radius: 7px;
  box-sizing: border-box;
  color: #ffffff;
  height: 115px;
  width: 115px;
  margin-top: -25px;
  margin-left: -15px;
}
html .dark .moneytor-body .twPc-divUser {
  margin: 5px 0 0;
}
html .dark .moneytor-body .twPc-divName {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
html .dark .moneytor-body .twPc-divName a {
  color: inherit;
}
html .dark .moneytor-body .twPc-divStats {
  margin-left: 11px;
  padding: 10px 0;
}
html .dark .moneytor-body .twPc-Arrange {
  box-sizing: border-box;
  display: table;
  margin: 0;
  min-width: 100%;
  padding: 0;
  table-layout: auto;
}
html .dark .moneytor-body ul.twPc-Arrange {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
html .dark .moneytor-body .twPc-ArrangeSizeFit {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}
html .dark .moneytor-body .twPc-ArrangeSizeFit a:hover {
  text-decoration: none;
}
html .dark .moneytor-body .twPc-StatValue {
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.15s ease-in-out 0s;
}
html .dark .moneytor-body .twPc-StatLabel {
  color: #8899a6;
  font-size: 10px;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out 0s;
}
html .dark .moneytor-body .transition-effect {
  transition: 0.5s all linear;
}
html .dark .moneytor-body .letter-space {
  letter-spacing: 1px;
}
html .dark .moneytor-body .ui-datatable th.ui-state-active {
  background: black;
}
html .dark .moneytor-body .ui-datatable tbody > tr.ui-widget-content {
  border-color: white;
}
html .dark .moneytor-body .ui-datatable tbody > tr.ui-widget-content.ui-state-highlight {
  background-color: black;
}
html .dark .moneytor-body .ui-datatable .ui-datatable-header {
  background: white;
}
html .dark .moneytor-body .ui-datatable .ui-datatable-caption {
  background: white;
}
html .dark .moneytor-body .ui-datatable .ui-datatable-footer {
  background: white;
}
html .dark .moneytor-body .ui-datatable .ui-paginator {
  background: white;
}
html .dark .moneytor-body .ui-datatable-tablewrapper {
  line-height: 2.2;
}
html .dark .moneytor-body .ui-paginator .ui-paginator-page.ui-state-active {
  border-color: black;
  background: black;
}
html .dark .moneytor-body .profile-user-img {
  padding: 0px;
  border: 0px;
}
html .dark .moneytor-body .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  color: black;
}
html .dark .moneytor-body .bg-teal-gradient {
  background: white;
}
html .dark .moneytor-body .table > caption + thead > tr:first-child > th {
  background: white;
}
html .dark .moneytor-body .table > caption + thead > tr:first-child > td {
  background: white;
}
html .dark .moneytor-body .table > colgroup + thead > tr:first-child > th {
  background: white;
}
html .dark .moneytor-body .table > colgroup + thead > tr:first-child > td {
  background: white;
}
html .dark .moneytor-body .table > thead:first-child > tr > th {
  min-width: 120px;
  white-space: nowrap;
  background: white;
}
html .dark .moneytor-body .table > thead:first-child > tr > td {
  background: white;
}
html .dark .moneytor-body .selected-row {
  background: black;
  color: white;
}
html .dark .moneytor-body .sub-header {
  padding: 20px 30px;
  background: rgba(213, 214, 216, 0.5);
  z-index: 999999;
  font-size: 16px;
  font-weight: 600;
}
html .dark .moneytor-body .sub-header-2 {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999999;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .dark .moneytor-body .mt-no-internet {
  margin: 100px auto;
  background: rgb(244, 253, 255);
  border-radius: 3px;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  padding: 2rem;
  display: block;
}
html .dark .moneytor-body .mt-offer-panal .mat-expansion-panel-body {
  background: #ebf0f6;
  padding-top: 3rem;
}
html .dark .moneytor-body .sub-header-link {
  margin-top: -5px;
  border: 0px;
  box-shadow: none;
  color: black;
  font-size: 25px;
  margin: auto;
  text-align: center;
}
html .dark .moneytor-body .mt-show-hide-nav {
  position: fixed;
  left: 50%;
  top: -16px;
  z-index: 101;
  background: #ffffff;
  height: 31px;
  width: 31px;
  box-shadow: 0px 0px 4px 0.8px #ccc;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
html .dark .moneytor-body .mt-nav-container {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
html .dark .moneytor-body h1.mt-app-name {
  margin-left: 8px;
}
html .dark .moneytor-body h3.text-black {
  font-size: 22px;
  color: #838f95;
}
html .dark .moneytor-body .mt-select-dd.mat-select {
  padding: 0;
}
html .dark .moneytor-body .mt-select-dd.mat-select .mat-select-value-text {
  margin-left: 0px;
  font-size: 13px;
}
html .dark .moneytor-body .mt-header-account {
  display: flex;
  flex-direction: row;
  justify-content: right;
}
html .dark .moneytor-body .mt-ptb {
  padding: 1.5rem 0;
}
html .dark .moneytor-body .mt-agent-title {
  padding: 0.1rem 0.5rem;
  background: aliceblue;
  line-height: 3;
  position: relative;
  display: block;
  color: #6ab4df;
}
html .dark .moneytor-body .mt-agent-title .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #8c8c8c;
}
html .dark .moneytor-body .mt-today-list-card {
  width: 100%;
  margin: 1rem 0;
}
html .dark .moneytor-body .mt-pending-task-mat-group {
  display: -webkit-box;
  overflow-x: auto;
  overflow-y: hidden;
}
html .dark .moneytor-body .mt-pending-task-card {
  width: 250px;
  margin-bottom: 0.8rem;
  margin-right: 1.5rem;
  padding: 24px;
}
html .dark .moneytor-body .mt-dashboard-card {
  width: 350px;
  margin-bottom: 0.8rem;
  margin-right: 1.5rem;
}
html .dark .moneytor-body .mt-card-h-color {
  color: #3a3434;
  font-weight: 600;
  font-family: sans-serif;
  display: flex;
}
html .dark .moneytor-body .mat-mt-sub-header {
  padding: 0.8rem 0;
  color: #1b8fd2;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
html .dark .moneytor-body .mat-mt-button {
  background-color: #0f8dce;
  color: #ffffff;
  padding: 0 3rem;
}
html .dark .moneytor-body .mt-button-icon {
  color: #0f73b3;
}
html .dark .moneytor-body .linkedin {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #0f73b3;
}
html .dark .moneytor-body .googleplus {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #dd4d42;
}
html .dark .moneytor-body .twitter {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #1da1f1;
}
html .dark .moneytor-body .facebook {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #4867aa;
}
html .dark .moneytor-body .justdial {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
}
html .dark .moneytor-body .indiamart {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
}
html .dark .moneytor-body .other_web {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
}
html .dark .moneytor-body .ownwebsite {
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  color: #ffffff;
  min-width: 25px;
  border-radius: 50%;
  border: 0;
  outline: none;
}
html .dark .moneytor-body .view-db-icon-button {
  padding: 0;
  min-width: 0;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  line-height: 27px;
  border-radius: 50%;
  background: #8cb7cc;
  color: #ffffff;
  margin-left: 10px;
}
html .dark .moneytor-body .account-call-button {
  padding: 0;
  min-width: 0;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  line-height: 27px;
  border-radius: 50%;
  color: #007933;
}
html .dark .moneytor-body .mat-card-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}
html .dark .moneytor-body .mat-mdc-card:focus {
  outline: none;
  border: 0;
}
html .dark .moneytor-body mat-card[mat-ink-ripple] {
  position: relative;
}
html .dark .moneytor-body .mt-header-image {
  background-size: cover;
}
html .dark .moneytor-body .sp {
  flex: 1 1 auto;
}
html .dark .moneytor-body .mt-icon-size {
  font-size: 18px;
}
html .dark .moneytor-body .mt-file-icon-size {
  font-size: 14px;
  height: 100%;
  width: 9px;
  font-weight: 600;
  transform: rotate(90deg);
}
html .dark .moneytor-body .mt-hr-color {
  border-top-color: #bed8e7;
}
html .dark .moneytor-body .mt-grid-subheader {
  color: #96bfd6;
}
html .dark .moneytor-body .mt-grid-sub-buttons {
  color: #65a2c4;
}
html .dark .moneytor-body .mt-number-count {
  color: #65a2c4;
  font-size: 20px;
  font-weight: 600;
}
html .dark .moneytor-body .mt-number-count-warning {
  color: #f726ca;
  font-size: 20px;
  font-weight: 600;
}
html .dark .moneytor-body .mat-tab-labels {
  border-radius: 5px 5px 0px 0px;
}
html .dark .moneytor-body .mat-tab-label:focus {
  color: #574b4b;
}
html .dark .moneytor-body .mat-tab-label-active {
  color: #1b8fd2;
}
html .dark .moneytor-body .mat-progress-bar {
  margin: 2rem 0 2rem 0;
}
html .dark .moneytor-body .mat-divider {
  border-top-color: #1b8fd2;
  margin-bottom: 2.5rem;
}
html .dark .moneytor-body .fa-calendar {
  color: #1b8fd2;
}
html .dark .moneytor-body .mat-paginator-page-size-label {
  display: none;
}
html .dark .moneytor-body .mat-header-cell.mat-sort-header-sorted {
  color: black;
}
html .dark .moneytor-body .mt-mat-timline-subheader {
  margin-left: -2.5rem;
  color: #8cb7cd;
  letter-spacing: 0.6px;
}
html .dark .moneytor-body .mt-color {
  color: #8cb7cd;
}
html .dark .moneytor-body .mt-color-2 {
  color: rgb(90, 161, 197);
}
html .dark .moneytor-body .mt-color-3 {
  background: rgb(255, 255, 255);
  color: #80b8cf;
}
html .dark .moneytor-body .mt-color-verified {
  background: rgba(128, 184, 207, 0.2);
  color: #6facc5;
}
html .dark .moneytor-body .mt-link-color {
  color: rgba(0, 0, 0, 0.582);
  cursor: pointer;
}
html .dark .moneytor-body .mt-link-color:hover {
  color: rgba(0, 0, 0, 0.582);
  cursor: pointer;
}
html .dark .moneytor-body .mt-link-color:focus {
  color: rgba(0, 0, 0, 0.582);
  cursor: pointer;
}
html .dark .moneytor-body .mt-bg {
  background: #8cb7cc;
  color: #ffffff;
}
html .dark .moneytor-body .mt-row {
  margin: 0 -14px;
}
html .dark .moneytor-body .act-head {
  padding: 2rem 2rem;
}
html .dark .moneytor-body .row {
  margin-right: 0px;
  margin-left: 0px;
}
html .dark .moneytor-body .mt-row-full-width {
  clear: both;
  margin-right: -15px;
  margin-left: -15px;
}
html .dark .moneytor-body .mt-n5 {
  margin-top: -6rem;
}
html .dark .moneytor-body .mb-150 {
  margin-bottom: 150px;
}
html .dark .moneytor-body .example-fill-remaining-space {
  flex: 1 1 auto;
}
html .dark .moneytor-body .mt-followup-cnt {
  position: fixed;
  top: 7.4%;
  right: 0;
  z-index: 9999999999;
}
html .dark .moneytor-body .mt-follwup-txt {
  vertical-align: text-bottom;
}
html .dark .moneytor-body .mt-followup-button {
  -webkit-border-radius: 10px;
  border-radius: 50%;
  border: none;
  color: #72afd2;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
html .dark .moneytor-body .mt-followup-button:hover {
  -webkit-border-radius: 10px;
  border-radius: 50%;
  border: none;
  color: #72afd2;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
html .dark .moneytor-body .ngx-datatable .scroll-horz .datatable-body,
html .dark .moneytor-body .ngx-datatable .datatable-body {
  min-width: 100% !important;
}
html .dark .moneytor-body .ngx-datatable .datatable-header {
  min-width: 100% !important;
  border-bottom: 1px solid #ccc;
}
html .dark .moneytor-body .ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .dark .moneytor-body .ngx-datatable datatable-body-row.datatable-body-row.active {
  background: rgba(189, 233, 251, 0.6);
}
html .dark .moneytor-body .datatable-body-cell-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .dark .moneytor-body .datatable-body-cell-label div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .dark .moneytor-body .datatable-body-cell-label span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .dark .moneytor-body #rulesTable .datatable-body-cell-label {
  white-space: unset;
}
html .dark .moneytor-body #rulesTable .datatable-body-cell-label div {
  white-space: unset;
}
html .dark .moneytor-body #rulesTable .datatable-body-cell-label span {
  white-space: unset;
}
html .dark .moneytor-body #rulesTable.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  font-size: 14px;
}
html .dark .moneytor-body .mt-excel-data-downlod .datatable-body-cell-label {
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
}
html .dark .moneytor-body .mt-excel-data-downlod .datatable-body-cell-label div {
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
}
html .dark .moneytor-body .mt-excel-data-downlod .datatable-body-cell-label span {
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
}
html .dark .moneytor-body .rgt-align {
  text-align: right;
}
html .dark .moneytor-body .mat-dialog-container {
  max-height: 400px;
}
html .dark .moneytor-body .paymentNotifications .mat-dialog-container {
  background: #f5f3f7;
}
html .dark .moneytor-body .mat-datepicker-dialog .mat-dialog-container {
  max-height: none;
  box-shadow: none;
}
html .dark .moneytor-body .mat-datepicker-dialog .mat-dialog-container .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td.ngx-mat-timepicker-spacer {
  transform: translateY(-4px);
}
html .dark .moneytor-body .mt-ngx-chart {
  min-height: 100px;
  height: 100%;
  display: inline-block;
  padding-bottom: 1rem;
}
html .dark .moneytor-body .mt-display-block {
  min-height: 450px;
  max-height: 500px;
}
html .dark .moneytor-body .mt-display-block ngx-charts-chart {
  display: block;
}
html .dark .moneytor-body .mt-display-block .ngx-charts-outer {
  min-width: 1000px;
  min-height: 1rem;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1rem;
  display: flex;
}
html .dark .moneytor-body .mt-display-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}
html .dark .moneytor-body .mt-box-shadow {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
html .dark .moneytor-body .mt-margings {
  padding: 0 9px;
}
html .dark .moneytor-body .ngx-datatable.material .datatable-header .datatable-row-left {
  background-color: #ffffff;
  background-image: none;
}
html .dark .moneytor-body .ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #ffffff;
  background-image: none;
}
html .dark .moneytor-body .ngx-datatable.material .datatable-body .datatable-row-left .datatable-body-cell {
  background-color: #ffffff;
}
html .dark .moneytor-body .ngx-datatable.material .datatable-body .datatable-row-detail {
  min-width: 100rem;
  width: 100%;
}
html .dark .moneytor-body .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
  background-position: 100% 0;
  background-repeat: repeat-y;
  font-size: 13px;
}
html .dark .moneytor-body .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell div {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
html .dark .moneytor-body .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell div a {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
html .dark .moneytor-body .ngx-datatable.material .datatable-body .datatable-body-row.higlightRow {
  background-color: #96a1fa !important;
  color: #ffffff !important;
}
html .dark .moneytor-body .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
  background-color: rgba(105, 121, 248, 0.08);
}
html .dark .moneytor-body .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(105, 121, 248, 0.08);
}
html .dark .moneytor-body .ngx-datatable.material .datatable-footer .page-count {
  display: none;
}
html .dark .moneytor-body .ngx-datatable.material .empty-row {
  height: auto;
  margin: 1%;
  font-size: 16px;
  text-align: center;
  padding: 0;
}
html .dark .moneytor-body .ngx-datatable.material.single-selection .datatable-body-row.active,
html .dark .moneytor-body .ngx-datatable.material.multi-selection .datatable-body-row.active,
html .dark .moneytor-body .ngx-datatable.material.multi-click-selection .datatable-body-row.active {
  background: #8fc4d9;
  color: #ffffff;
}
html .dark .moneytor-body .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,
html .dark .moneytor-body .ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,
html .dark .moneytor-body .ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background: #8fc4d9;
  color: #ffffff;
}
html .dark .moneytor-body .datatable-header .datatable-header-inner .datatable-header-cell {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
  background-position: 100% 0;
  background-repeat: repeat-y;
  font-size: 14px;
  border-top: 2px solid #efeeef;
}
html .dark .moneytor-body .timeline3-section .box-body.p-0 .datatable-body .datatable-body-row .datatable-body-cell {
  background-image: none;
  background-repeat: no-repeat;
  border-top: 0;
}
html .dark .moneytor-body .timeline3-section .box-body.p-0 .datatable-header .datatable-header-inner .datatable-header-cell {
  background-image: none;
  background-repeat: no-repeat;
  border-top: 0;
}
html .dark .moneytor-body .mt-left-box.ngx-datatable.material .datatable-header {
  height: auto;
}
html .dark .moneytor-body .mt-left-box.ngx-datatable.material .datatable-header .datatable-header-cell {
  padding: 0.9rem 0.5rem 0.5rem 0.5rem;
  font-size: 13px;
  line-height: 1.2;
  word-wrap: break-word;
  font-weight: 400;
}
html .dark .moneytor-body .mat-ripple-element {
  background: rgba(27, 141, 241, 0.152);
}
html .dark .moneytor-body .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #8cb7ce;
}
html .dark .moneytor-body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #9bb1bc;
}
html .dark .moneytor-body .mt-case-action {
  font-size: 12px;
  color: #5d6b72;
  font-weight: 600;
}
html .dark .moneytor-body .mt-timeline-title {
  font-size: 13px;
  display: block;
}
html .dark .moneytor-body .mt-details {
  color: #4c595f;
  font-weight: 300;
}
html .dark .moneytor-body .modal-backdrop {
  position: relative;
  background-color: transparent;
}
html .dark .moneytor-body .mt-agent-prof {
  height: 45px;
}
html .dark .moneytor-body .mt-chat-icon {
  font-size: 2.4rem;
  padding: 0.7rem 0.5rem;
}
html .dark .moneytor-body .mat-tab-body-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  overflow: hidden;
}
html .dark .moneytor-body .mt-button {
  outline: none;
  background-color: #8cb7cd;
  color: #ffffff;
}
html .dark .moneytor-body .mt-small-btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
html .dark .moneytor-body .mt-reject-button {
  outline: none;
  background-color: rgba(212, 99, 33, 0.87);
  color: #ffffff;
}
html .dark .moneytor-body .mt-aproove-btn {
  outline: none;
  background: rgba(96, 152, 181, 0.92);
  color: #ffffff;
  font-weight: 600;
}
html .dark .moneytor-body .mt-reject-btn {
  outline: none;
  font-weight: 600;
}
html .dark .moneytor-body .action-today {
  background-color: #a9cfe2;
}
html .dark .moneytor-body .account-paid {
  background-color: #a9e2b7;
}
html .dark .moneytor-body .account-partial {
  background-color: #bae9c6;
}
html .dark .moneytor-body .account-closed {
  background-color: #dad6d6;
}
html .dark .moneytor-body .ptp-update {
  background-color: #fbe1b9;
}
html .dark .moneytor-body .acc-ptp {
  background-color: #fad2af;
}
html .dark .moneytor-body .acc-cb {
  background-color: #c9a3f0;
}
html .dark .moneytor-body .acc-sy {
  background-color: #e6deba;
}
html .dark .moneytor-body .mt-timeline-btn {
  background-color: #9ecbe2;
  color: #f6f6f6;
  font-weight: 500;
}
html .dark .moneytor-body .mt-menu-button {
  background: #89bdd8;
  text-align: center;
}
html .dark .moneytor-body .mt-clear-button {
  background: #ebf3f7;
  text-align: center;
}
html .dark .moneytor-body .mt-dashboard-btn {
  min-width: auto;
}
html .dark .moneytor-body .mt-d-salected {
  box-shadow: 0px 0px 1px 1px #cce0e6;
}
html .dark .moneytor-body .mt-form-field-data {
  border: 1px solid #e1e1e1;
  padding: 1rem;
  margin: 2rem;
  border-radius: 3px;
  display: inline-block;
}
html .dark .moneytor-body .mat-button.mat-primary {
  color: #82b5d3;
}
html .dark .moneytor-body .mat-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(130, 181, 211, 0.18);
}
html .dark .moneytor-body .mat-icon-button.mat-primary {
  color: #82b5d3;
}
html .dark .moneytor-body .mat-icon-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(130, 181, 211, 0.18);
}
html .dark .moneytor-body .mt-email-temp-prev {
  min-height: 111px;
  border-radius: 5px;
  overflow: auto;
  text-align: -webkit-center;
  padding: 0 0 1rem 0;
  max-height: 300px;
}
html .dark .moneytor-body .mt-email-temp {
  min-height: 111px;
  border: 1px solid #3f8cb8;
  border-radius: 5px;
  overflow: auto;
  text-align: -webkit-center;
  padding: 0 0 1rem 0;
  max-height: 300px;
}
html .dark .moneytor-body .mt-sms-temp {
  min-height: 111px;
  border: 1px solid #30749b;
  border-radius: 30px 30px 0px 30px;
  overflow: hidden;
  text-align: -webkit-center;
  padding: 2rem 0;
  background-color: #9dd3e8;
  font-weight: 600;
  letter-spacing: 0.1px;
}
html .dark .moneytor-body .mat-tab-group.mat-primary .mat-ink-bar {
  background-color: #6aa6c4;
}
html .dark .moneytor-body .mat-tab-group.mat-primary .mat-tab-label:focus {
  background-color: rgba(140, 183, 205, 0.29);
}
html .dark .moneytor-body .mat-tab-group.mat-primary .mat-tab-link:focus {
  background-color: rgba(140, 183, 205, 0.29);
}
html .dark .moneytor-body .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #6aa6c4;
}
html .dark .moneytor-body .mat-tab-nav-bar.mat-primary .mat-tab-label:focus {
  background-color: rgba(140, 183, 205, 0.29);
}
html .dark .moneytor-body .mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background-color: rgba(140, 183, 205, 0.29);
}
html .dark .moneytor-body .mt-remark-form {
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 0px 50px 50px 50px;
}
html .dark .moneytor-body .mt-n15 {
  margin-top: -15px;
}
html .dark .moneytor-body .mt-agent-graph-container {
  min-height: 390px;
}
html .dark .moneytor-body .mt-agent-graph {
  padding-left: 1rem;
}
html .dark .moneytor-body .mt-bucket-msg {
  padding: 1.5rem 1rem;
}
html .dark .moneytor-body label.mt-label-file {
  margin-bottom: 0;
}
html .dark .moneytor-body .mt-search-bar {
  clear: both;
  height: 27px;
  font-size: 15px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #959595;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
html .dark .moneytor-body .mt-search-bar:focus {
  width: 180px;
  z-index: 1;
  border-bottom: 1px solid #959595;
  cursor: text;
}
html .dark .moneytor-body .mt-search-bar:focus:hover {
  border-bottom: 1px solid #959595;
}
html .dark .moneytor-body .mt-search-button {
  height: 21px;
  width: 19px;
  display: inline-block;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.4s all;
  background-size: 100%;
}
html .dark .moneytor-body .mt-search-button:hover {
  opacity: 0.8;
}
html .dark .moneytor-body .link-btn {
  cursor: pointer;
}
html .dark .moneytor-body .mt-agent-bucket {
  line-height: 4;
  margin-right: 1rem;
}
html .dark .moneytor-body .mt-map-activity-wrapper {
  min-height: 20rem;
}
html .dark .moneytor-body .no-scroll {
  overflow: hidden;
}
html .dark .moneytor-body .mt-agent-header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
html .dark .moneytor-body .mt-agent-divider.mat-divider {
  border-top-color: #f4f4f4;
}
html .dark .moneytor-body .totallength {
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
html .dark .moneytor-body .mt-dashboard-footer {
  display: inline-block;
}
html .dark .moneytor-body .mt-due-details-mobile {
  margin-bottom: 0.7rem;
}
html .dark .moneytor-body .mt-due-details-mobile .inner-tbl-lbl {
  margin: 0.7rem 0 0 0;
}
html .dark .moneytor-body .mt-due-details-mobile .inner-tbl-data {
  font-size: 15px;
  color: #000;
}
html .dark .moneytor-body .mt-width-6 {
  width: 230px;
}
html .dark .moneytor-body .mt-first-box tr td {
  font-size: 12px;
}
html .dark .moneytor-body .mt-mb-10 {
  margin-bottom: 2rem;
}
html .dark .moneytor-body .mt-mb-20 {
  display: block;
  margin-bottom: 1rem;
}
html .dark .moneytor-body .mt-timeline-box {
  flex: 1;
}
html .dark .moneytor-body .link-btn-2 {
  font-size: 12px;
  cursor: pointer;
}
html .dark .moneytor-body .mt-link-icon {
  line-height: 1;
  height: auto;
  width: auto;
}
html .dark .moneytor-body .table.text-center.no-padding tr td button {
  margin: 0.5rem;
}
html .dark .moneytor-body .mt-show-more-box {
  height: 107px;
  overflow: hidden;
  text-overflow: ellipsis;
}
html .dark .moneytor-body .mt-show-more-text {
  overflow: visible;
  height: auto;
}
html .dark .moneytor-body .mt-timeline-cards mat-card {
  padding: 0px;
}
html .dark .moneytor-body .mt-timeline-cards mat-card mat-card-header {
  background: #8cb7cd;
  margin-bottom: 5px;
}
html .dark .moneytor-body .mt-timeline-cards mat-card mat-card-header mat-card-title {
  font-size: 14px;
  padding: 10px 0px 10px 1px;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}
html .dark .moneytor-body .mt-timeline-cards mat-card mat-card-header mat-card-title mat-icon {
  vertical-align: middle;
}
html .dark .moneytor-body .mt-timeline-cards mat-card mat-card-content {
  padding: 10px;
  height: 200px;
  overflow-x: auto;
}
html .dark .moneytor-body .mt-mat-divider {
  margin-top: 10px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #a9c1ce;
  width: 80%;
}
html .dark .moneytor-body .mt-err {
  color: red;
}
html .dark .moneytor-body .mt-401-error {
  font-size: 50px;
  font-weight: 700;
  text-shadow: 0 6px #ccc;
}
html .dark .moneytor-body .mt-401-error small {
  display: block;
  font-size: 45%;
  text-shadow: none;
}
html .dark .moneytor-body .mt-msg {
  font-size: 25px;
  font-weight: 500;
  text-shadow: 0 6px #ccc;
}
html .dark .moneytor-body .mt-msg-2 {
  font-size: 23px;
  font-weight: 500;
}
html .dark .moneytor-body .mt-401-error-msg {
  color: #101010;
}
html .dark .moneytor-body .mt-icons-align {
  vertical-align: middle;
  font-size: 16px;
}
html .dark .moneytor-body .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
html .dark .moneytor-body .upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
html .dark .moneytor-body .bulk-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
html .dark .moneytor-body .bulk-upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
html .dark .moneytor-body .upload-button-custom {
  height: 50px;
  width: 100%;
  line-height: 4;
  border: 2px dotted #808df9;
  cursor: pointer;
  background: #6979f8;
  color: #ffffff;
  line-height: 50px;
  display: flex;
  align-items: center;
}
html .dark .moneytor-body .mt-file-name {
  display: inline-block;
  padding: 0 5px 0px 10px;
}
html .dark .moneytor-body .display-inline {
  display: inline-block;
}
html .dark .moneytor-body .clear-file {
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
}
html .dark .moneytor-body .modal-chat {
  min-width: 500px;
  max-width: 500px;
  position: fixed;
  background-color: #ffffff;
  padding: 1.5rem;
  transition: 0.3s ease-in;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
  border: 1px solid #6979f8;
  bottom: 10%;
  right: 2.7rem;
  z-index: 9999;
}
html .dark .moneytor-body .modal-letter {
  min-width: 500px;
  max-width: 700px;
  position: fixed;
  background-color: #ffffff;
  padding: 1.5rem;
  transition: 0.3s ease-in;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
  border: 1px solid #6979f8;
  bottom: 10%;
  right: 6.7rem;
  z-index: 9999;
}
html .dark .moneytor-body .modal-chat-2 {
  min-width: 500px;
  max-width: 500px;
  position: fixed;
  background-color: #ffffff;
  bottom: 10%;
  padding: 1.5rem;
  transition: 0.3s ease-in;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
  border: 1px solid #6979f8;
  left: 1.6rem;
  z-index: 9999;
}
html .dark .moneytor-body .modal-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
html .dark .moneytor-body .modal-icon-2 {
  position: absolute;
  top: 5px;
  left: 10px;
  cursor: pointer;
}
html .dark .moneytor-body .modal-chat-small-2,
html .dark .moneytor-body .modal-chat-small {
  position: fixed;
  background-color: #ffffff;
  bottom: 10%;
  min-width: 350px;
  max-width: 350px;
  padding: 1.5rem;
  transition: 0.3s ease-out;
  box-shadow: 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
  border: 1px solid #6979f8;
  left: 1.6rem;
  z-index: 9999;
}
html .dark .moneytor-body .modal-chat-small-2 .mt-media-container,
html .dark .moneytor-body .modal-chat-small .mt-media-container {
  display: none;
}
html .dark .moneytor-body .modal-chat-small {
  left: auto;
  right: 2.7rem;
}
html .dark .moneytor-body .modal-chat-small .mat-tab-group {
  display: none;
}
html .dark .moneytor-body .mt-pt-1 {
  padding-top: 1.2rem;
}
html .dark .moneytor-body .moneytor-search-default {
  width: 100%;
  background-color: rgba(216, 216, 216, 0.15);
  height: 57px;
}
html .dark .moneytor-body .moneytor-all-defaulter-page {
  width: 169px;
  height: 30px;
  font-family: CircularStd;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #2f2d3b;
}
html .dark .moneytor-body md-ink-bar {
  background-color: #4a9fcc;
  height: 6px;
}
html .dark .moneytor-body .moneytorCollection-tab-group > md-tab-header {
  background-color: #ffffff;
}
html .dark .moneytor-body .moneytor-defaulter-container-section {
  min-height: 500px;
  background-color: #ffffff;
}
html .dark .moneytor-body .moneytor-gender {
  margin-top: -35px;
}
html .dark .moneytor-body .moneytor-tile-headers {
  margin: 0 0 5px 0;
}
html .dark .moneytor-body .moneytor-select-gender {
  border: solid 1px #4a9fcc;
  border-radius: 2px;
  background-color: #ffffff;
  color: #4a9fcc;
  font-size: 12px;
  margin-bottom: 5px;
}
html .dark .moneytor-body .moneytor-select-gender p {
  margin: 0px;
}
html .dark .moneytor-body .moneytor-select-portfolio {
  border: solid 1px #4a9fcc;
  border-radius: 2px;
  background-color: #ffffff;
  color: #4a9fcc;
  font-size: 12px;
  margin-bottom: 5px;
  margin-bottom: 5px;
}
html .dark .moneytor-body .moneytor-select-portfolio p {
  margin: 0px;
}
html .dark .moneytor-body .override-sticky {
  position: static;
}
html .dark .moneytor-body .moneytor-table-header h5 {
  left: 20px;
  font-size: 15px;
}
html .dark .moneytor-body .defaulter-list-container-table {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
html .dark .moneytor-body .moneytor-items-per-page {
  position: absolute;
  left: 0;
  display: inherit;
}
html .dark .moneytor-body .moneytor-selection-sort-text {
  margin-top: 10px;
  margin-right: 10px;
}
html .dark .moneytor-body .moneytor-pagination > div > mat-select {
  border: 1px solid #979797;
  border-radius: 3px;
}
html .dark .moneytor-body .newClass {
  background-color: #4a9fcc;
  color: #ffffff;
}
html .dark .moneytor-body #gender-change-male {
  margin: 0px;
}
html .dark .moneytor-body #gender-change-female {
  margin: 0px;
}
html .dark .moneytor-body .moenytor-search-container {
  margin-left: 20px;
  min-width: 293px;
}
html .dark .moneytor-body input:focus {
  outline: none;
}
html .dark .moneytor-body .mat-select-value-text {
  margin-left: 10px;
}
html .dark .moneytor-body .moneytor-search-field {
  min-width: 293px;
  min-height: 38px;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 100px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  padding: 10px;
}
html .dark .moneytor-body .moneytor-defaulter-content-final {
  min-height: 500px;
  background-color: #ffffff;
  padding: 20px;
}
html .dark .moneytor-body .search-icon {
  max-width: 20px;
  max-height: 15px;
  margin-left: -25px;
  position: absolute;
  margin-top: 20px;
  cursor: pointer;
}
html .dark .moneytor-body .datatable-checkbox input[type=checkbox]::before {
  content: none;
}
html .dark .moneytor-body .datatable-checkbox input[type=checkbox]::after {
  content: none;
}
html .dark .moneytor-body .mt-media-container {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 1rem 0;
}
html .dark .moneytor-body .mt-media-container a {
  color: #101010;
}
html .dark .moneytor-body .mt-audio-frame {
  width: 100%;
}
html .dark .moneytor-body .mt-download-btn {
  color: #1b8fd2;
}
html .dark .moneytor-body .mt-media-frames {
  width: 100%;
  height: 290px;
}
html .dark .moneytor-body .mt-pdf-frames {
  width: 100%;
  height: 290px;
}
html .dark .moneytor-body .mt-audio-frames {
  border: 1px solid #ccc;
}
html .dark .moneytor-body .mt-preview-box {
  overflow-x: hidden;
  overflow-y: auto;
}
html .dark .moneytor-body .pull-right.mt-n1.mt-width-100 {
  margin-top: -3px;
}
html .dark .moneytor-body .h-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .dark .moneytor-body .h-header h4 {
  font-size: 20px;
  font-weight: 600;
}
html .dark .moneytor-body .v-header {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: left;
  margin-top: 6%;
}
html .dark .moneytor-body .v-header h4 {
  font-size: 20px;
  font-weight: 600;
}
html .dark .moneytor-body .mt-acc-title {
  text-transform: capitalize;
}
html .dark .moneytor-body .no-bg {
  background-color: none;
  background: none;
  border: none;
  box-shadow: none;
}
html .dark .moneytor-body .h-200 {
  height: 200px;
}
html .dark .moneytor-body .h-275 {
  height: 200px;
}
html .dark .moneytor-body .h-300 {
  height: 300px;
}
html .dark .moneytor-body .h-350 {
  height: 300px;
}
html .dark .moneytor-body .h-100 {
  height: 100px;
}
html .dark .moneytor-body .h-125 {
  height: 125px;
}
html .dark .moneytor-body .h-150 {
  height: 150px;
}
html .dark .moneytor-body .h-175 {
  height: 175px;
}
html .dark .moneytor-body .btn-align {
  margin-top: 6px;
}
html .dark .moneytor-body .redtxt {
  text-decoration: line-through;
}
html .dark .moneytor-body .mt-input-field {
  margin-bottom: 0;
  margin-top: 1rem;
}
html .dark .moneytor-body .z-index-2 {
  z-index: 2;
}
html .dark .moneytor-body .mt-checkbox-section {
  display: flex;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
html .dark .moneytor-body .show-nav {
  transition: 0.7s all;
  height: 64px;
  z-index: 100;
}
html .dark .moneytor-body .hide-nav {
  transition: 0.7s all;
  height: 0;
}
html .dark .moneytor-body .mat-mdc-menu-content {
  padding-top: 10px;
}
html .dark .moneytor-body .mt-radio-group {
  line-height: 2;
}
html .dark .moneytor-body .mt-radio-button {
  margin: 0rem 1rem;
}
html .dark .moneytor-body .mat-chip {
}
html .dark .moneytor-body .mat-chip:not(.mat-basic-chip) {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 24px;
  align-items: center;
  font-size: 13px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  background-color: rgba(229, 230, 236, 0.88);
  color: rgba(12, 12, 12, 0.9);
}
html .dark .moneytor-body .mt-condition-error {
  margin: 0.5rem;
  line-height: 2;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 0 1rem;
}
html .dark .moneytor-body .mt-condition-input {
  resize: none;
  font-size: 1.7rem;
}
html .dark .moneytor-body .mt-submit-rule {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .dark .moneytor-body .mt-submit-rule-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 25.2rem;
  margin-top: 3rem;
}
html .dark .moneytor-body .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #2785b3;
}
html .dark .moneytor-body mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgb(140, 183, 204);
}
html .dark .moneytor-body .show-console {
  float: right;
  position: relative;
  width: 75%;
  bottom: 1%;
  right: 1%;
  z-index: 55;
  transition: 0.5s all;
  bottom: 1%;
  right: 0;
}
html .dark .moneytor-body .hide-console {
  float: right;
  position: relative;
  width: 75%;
  bottom: 1%;
  right: 1%;
  z-index: 55;
  transition: 0.5s all;
  right: -100%;
  transition: 0.5s all;
}
html .dark .moneytor-body .width100 {
  float: right;
  width: 100%;
}
html .dark .moneytor-body .full-screen-box {
  height: 100rem;
  transition: 0.5s all;
}
html .dark .moneytor-body .mtHideBox {
  display: none;
}
html .dark .moneytor-body .mtShowBox {
  display: block;
}
html .dark .moneytor-body .console-box {
  max-width: 100%;
  background-color: #0e0e0e;
  transition: 0.5s all;
}
html .dark .moneytor-body .mt-console-color {
  color: #e4dede;
}
html .dark .moneytor-body .mt-console-logs {
  color: #e4dede;
  font-size: 1.7rem;
  font-family:
    SourceCodeProRegular,
    Menlo,
    Monaco,
    consolas,
    monospace;
}
html .dark .moneytor-body .text-green {
  color: rgba(62, 195, 62, 0.88);
}
html .dark .moneytor-body .minimize-console {
  min-height: 0rem;
  transition: 1s all;
}
html .dark .moneytor-body .maximize-console {
  min-height: 30rem;
  transition: 1s all;
  max-height: 80%;
}
html .dark .moneytor-body .mat-code-icon {
  margin-top: 1.2rem;
  color: #4f99bd;
}
html .dark .moneytor-body .mtn-25 {
  margin-top: -25px;
}
html .dark .moneytor-body .mt-rule-details {
  font-size: 15px;
  color: rgba(90, 85, 85, 0.911);
}
html .dark .moneytor-body .mt-colsole-log-data {
  line-height: 1.2;
  word-break: break-all;
}
html .dark .moneytor-body .no-data-found {
  padding: 5rem;
  height: 16rem;
  margin-top: 1rem;
  border-radius: 3px;
}
html .dark .moneytor-body .mt-preview-excel {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  word-wrap: break-word;
  word-break: break-all;
  width: 100%;
  padding: 10px;
}
html .dark .moneytor-body pre {
  border: none;
  background-color: transparent;
}
html .dark .moneytor-body .mt-progress-bar-msg {
  margin-bottom: -19px;
  display: block;
}
html .dark .moneytor-body .mt-alert-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .dark .moneytor-body .mt-success-alert {
  background-color: rgba(140, 183, 205, 0.753);
  border: 0;
  color: #ffffff;
}
html .dark .moneytor-body .mt-error-alert {
  background-color: rgba(181, 41, 24, 0.85);
  border: 0;
  color: #ffffff;
}
html .dark .moneytor-body .mt-success {
  color: rgba(31, 144, 31, 0.753);
  font-weight: 700;
}
html .dark .moneytor-body .mt-comment-box .mat-tab-label {
  min-width: 128px;
}
html .dark .moneytor-body #bodyCell h1 {
  font-size: 20px;
}
html .dark .moneytor-body #templateBody .mcnTextContent {
  font-size: 13px;
  font-family: Helvetica;
  line-height: 135%;
  text-align: left;
}
html .dark .moneytor-body #templateBody .mcnTextContent p {
  font-size: 13px;
  font-family: Helvetica;
  line-height: 135%;
  text-align: left;
}
html .dark .moneytor-body #senEmailTemplate .templateContainer {
  width: 100%;
}
html .dark .moneytor-body #emailTemplate .templateContainer {
  width: 100%;
}
html .dark .moneytor-body .flex-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
html .dark .moneytor-body .mt-offer-img {
  font-size: 29px;
}
html .dark .moneytor-body .mt-offer-img.mat-icon {
  height: auto !important;
  width: auto !important;
}
html .dark .moneytor-body .no-radius {
  border-radius: 0;
}
html .dark .moneytor-body .mt-timeline-file-icon {
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  line-height: 2;
  background-color: rgb(157, 184, 197);
  color: #ffffff;
}
html .dark .moneytor-body .mt-client-logo-url {
  max-width: 200px;
  max-height: 35px;
}
html .dark .moneytor-body .md-addr-width {
  min-width: 350px;
  max-width: 350px;
}
html .dark .moneytor-body .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #13a0b9;
}
html .dark .moneytor-body .mt-bubble-chart-container {
  background: #190036;
  color: #ffffff;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
html .dark .moneytor-body .mt-bubble-chart-container ngx-charts-bubble-chart.mt-bubble-chart-view g {
  fill: #ffffff;
}
html .dark .moneytor-body .mt-bubble-chart-container .ngx-charts .gridline-path {
  stroke: rgba(77, 85, 105, 0.78);
}
html .dark .moneytor-body .mt-bubble-chart-container .chart-legend .legend-wrap {
  width: 100%;
}
html .dark .moneytor-body .mt-bubble-chart-container .chart-legend .legend-wrap .legend-labels {
  color: #ffffff;
}
html .dark .moneytor-body .mt-bubble-chart-container .chart-legend .legend-wrap .legend-labels .legend-label {
  fill: #ffffff;
}
html .dark .moneytor-body .mt-bubble-chart-container .chart-legend .legend-wrap .legend-labels .legend-label .active .legend-label-text {
  font-weight: 600;
  color: orange;
}
html .dark .moneytor-body .mt-legend-box {
  height: 15px;
  width: 15px;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 1;
}
html .dark .moneytor-body .mt-legend-btn {
  font-weight: 400;
  color: rgba(76, 74, 74, 0.81);
}
html .dark .moneytor-body .mt-add-link.mat-button {
  color: #8cb7cd;
}
html .dark .moneytor-body .mat-fab.mat-accent {
  background-color: rgba(139, 183, 205, 0.84);
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
html .dark .moneytor-body .mat-mini-fab.mat-accent {
  background-color: rgba(139, 183, 205, 0.84);
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
html .dark .moneytor-body .mat-raised-button.mat-accent {
  background-color: rgba(139, 183, 205, 0.84);
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
html .dark .moneytor-body .mt-fab-button.mat-mini-fab .mat-button-wrapper {
  padding: 0;
}
html .dark .moneytor-body .mt-condition-border {
  border-radius: 2px;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 2rem;
}
html .dark .moneytor-body .agent-timeline-view {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
html .dark .moneytor-body .agent-timeline-view::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d9d9d9;
  left: 50%;
  margin: 0;
  border-radius: 2px;
}
html .dark .moneytor-body .agent-timeline-view > li {
  position: relative;
  margin-right: 0;
  margin-bottom: 15px;
}
html .dark .moneytor-body .agent-timeline-view > li::after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .agent-timeline-view > li::before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .agent-timeline-view > li.time-label {
  text-align: center;
}
html .dark .moneytor-body .agent-timeline-view > li.time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  color: #6979f8;
  background-color: #ffffff;
}
html .dark .moneytor-body .agent-timeline-view > li > .timeline-item {
  border-radius: 3px;
  margin-top: 5px;
  color: #1a051d;
  padding: 0;
  position: relative;
}
html .dark .moneytor-body .agent-timeline-view > li > .timeline-item > .timeline-header {
  cursor: pointer;
  padding: 13px;
  font-size: 15px;
  line-height: 13px;
  border-radius: 4px;
  color: #ffffff;
}
html .dark .moneytor-body .agent-timeline-view > li > .timeline-item > .timeline-header.allocated {
  background: #6979f8;
}
html .dark .moneytor-body .agent-timeline-view > li > .timeline-item > .timeline-header.deallocated {
  background: #ff647c;
}
html .dark .moneytor-body .agent-timeline-view > li .deallocated-accounts,
html .dark .moneytor-body .agent-timeline-view > li .available-accounts {
  display: block;
  height: 5px;
  background: transparent;
}
html .dark .moneytor-body .querybox {
  justify-content: space-between;
  align-items: center;
}
html .dark .moneytor-body .datasize {
  font-size: 1rem;
  line-height: 25px;
}
html .dark .moneytor-body .mt-sidenav-container .cronPicker {
  font-family: inherit;
}
html .dark .moneytor-body .mt-sidenav-container .cronPicker .nav-tabs {
  border: none;
  margin: 25px 0;
}
html .dark .moneytor-body .mt-sidenav-container .cronPicker .nav-tabs li {
  margin: 0 24px;
}
html .dark .moneytor-body .mt-sidenav-container .cronPicker .cron-editor-container .well-small {
  margin-bottom: 18px;
}
html .dark .moneytor-body .mt-sidenav-container .cronPicker .cron-editor-container .well-small .cron-editor-select {
  width: fit-content !important;
  text-align: center;
  margin: 0 10px;
}
html .dark .moneytor-body .mt-sidenav-container .cronPicker .cronResult {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .dark .moneytor-body .mt-sidenav-container .cronPicker .cronResult span {
  width: 100px;
}
html .dark .moneytor-body .mt-sidenav-container .cronPicker .cronResult input {
  text-align: center;
}
html .dark .moneytor-body * {
  outline: none !important;
}
html .dark .moneytor-body h1,
html .dark .moneytor-body h2,
html .dark .moneytor-body h3,
html .dark .moneytor-body h4,
html .dark .moneytor-body h5,
html .dark .moneytor-body h6,
html .dark .moneytor-body p {
  margin: 0;
}
html .dark .moneytor-body a {
  color: #1a051d;
  text-decoration: none;
}
html .dark .moneytor-body .bg-white {
  background: #ffffff;
}
html .dark .moneytor-body mat-tooltip-component .mat-tooltip {
  background: #6979f8;
  color: #ffffff;
  padding: 0.4rem;
  font-size: 13px;
  min-width: 80px;
}
html .dark .moneytor-body .mt-text {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
html .dark .moneytor-body .mt-text.mt-no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html .dark .moneytor-body .m-auto {
  margin: auto;
}
html .dark .moneytor-body .my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
html .dark .moneytor-body .my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
html .dark .moneytor-body .my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
html .dark .moneytor-body .my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
html .dark .moneytor-body .mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
html .dark .moneytor-body .ta-l {
  text-align: left;
}
html .dark .moneytor-body .ta-r {
  text-align: right;
}
html .dark .moneytor-body .ta-c {
  text-align: center;
}
html .dark .moneytor-body .z-index-2 {
  z-index: 2;
}
html .dark .moneytor-body .align-left {
  text-align: left;
}
html .dark .moneytor-body .align-right {
  text-align: right;
}
html .dark .moneytor-body .mt-text-muted {
  color: #ece9f1;
}
html .dark .moneytor-body .cursor-default {
  cursor: default;
}
html .dark .moneytor-body .cursor-move {
  cursor: move;
}
html .dark .moneytor-body .cursor-pointer {
  cursor: pointer;
}
html .dark .moneytor-body .fl {
  float: left;
}
html .dark .moneytor-body .fr {
  float: right;
}
html .dark .moneytor-body .fl-imp {
  float: left;
}
html .dark .moneytor-body .fr-imp {
  float: right;
}
html .dark .moneytor-body .clr-before {
  clear: left;
}
html .dark .moneytor-body .clr {
  clear: both;
}
html .dark .moneytor-body .mt-right {
  float: right;
}
html .dark .moneytor-body .lh-3 {
  line-height: 3;
}
html .dark .moneytor-body .lh-0 {
  line-height: 0;
}
html .dark .moneytor-body .p-0 {
  padding: 0;
}
html .dark .moneytor-body .p-5 {
  padding: 5px;
}
html .dark .moneytor-body .p-10 {
  padding: 10px;
}
html .dark .moneytor-body .p-15 {
  padding: 15px;
}
html .dark .moneytor-body .p-20 {
  padding: 20px;
}
html .dark .moneytor-body .p-25 {
  padding: 25px;
}
html .dark .moneytor-body .p-30 {
  padding: 30px;
}
html .dark .moneytor-body .p-40 {
  padding: 40px;
}
html .dark .moneytor-body .p-50 {
  padding: 50px;
}
html .dark .moneytor-body .p-60 {
  padding: 60px;
}
html .dark .moneytor-body .pt-p5 {
  padding: 0.5rem 0 0 0;
}
html .dark .moneytor-body .no-shadow {
  box-shadow: none;
}
html .dark .moneytor-body .mt-bb-1 {
  border-bottom: 1px solid #d9d9d9;
}
html .dark .moneytor-body .mt-border {
  border-bottom: 1px solid #d9d9d9;
}
html .dark .moneytor-body .pt-0 {
  padding-top: 0;
}
html .dark .moneytor-body .v-0 {
  padding-top: 0;
  padding-bottom: 0;
}
html .dark .moneytor-body .pt-5 {
  padding-top: 5px !important;
}
html .dark .moneytor-body .v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
html .dark .moneytor-body .pt-10 {
  padding-top: 10px;
}
html .dark .moneytor-body .v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
html .dark .moneytor-body .pt-15 {
  padding-top: 15px;
}
html .dark .moneytor-body .v-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
html .dark .moneytor-body .pt-20 {
  padding-top: 20px;
}
html .dark .moneytor-body .v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
html .dark .moneytor-body .pt-25 {
  padding-top: 25px;
}
html .dark .moneytor-body .v-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
html .dark .moneytor-body .pt-30 {
  padding-top: 30px;
}
html .dark .moneytor-body .v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
html .dark .moneytor-body .pt-40 {
  padding-top: 40px;
}
html .dark .moneytor-body .v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
html .dark .moneytor-body .pt-50 {
  padding-top: 50px;
}
html .dark .moneytor-body .v-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
html .dark .moneytor-body .pt-60 {
  padding-top: 60px;
}
html .dark .moneytor-body .v-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
html .dark .moneytor-body .pt-70 {
  padding-top: 70px;
}
html .dark .moneytor-body .v-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
html .dark .moneytor-body .pt-80 {
  padding-top: 80px;
}
html .dark .moneytor-body .v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
html .dark .moneytor-body .pb-0 {
  padding-bottom: 0;
}
html .dark .moneytor-body .pb-1 {
  padding-bottom: 1px;
}
html .dark .moneytor-body .v-1 {
  padding-bottom: 1px;
}
html .dark .moneytor-body .pb-5 {
  padding-bottom: 5px !important;
}
html .dark .moneytor-body .pb-10 {
  padding-bottom: 10px;
}
html .dark .moneytor-body .pb-15 {
  padding-bottom: 15px;
}
html .dark .moneytor-body .pb-20 {
  padding-bottom: 20px;
}
html .dark .moneytor-body .pb-25 {
  padding-bottom: 25px;
}
html .dark .moneytor-body .pb-30 {
  padding-bottom: 30px;
}
html .dark .moneytor-body .pb-40 {
  padding-bottom: 40px;
}
html .dark .moneytor-body .pb-50 {
  padding-bottom: 50px;
}
html .dark .moneytor-body .pb-60 {
  padding-bottom: 60px;
}
html .dark .moneytor-body .pb-70 {
  padding-bottom: 70px;
}
html .dark .moneytor-body .pb-80 {
  padding-bottom: 80px;
}
html .dark .moneytor-body .pb-90 {
  padding-bottom: 90px;
}
html .dark .moneytor-body .pb-100 {
  padding-bottom: 100px;
}
html .dark .moneytor-body .pl-0 {
  padding-left: 0;
}
html .dark .moneytor-body .l-0 {
  padding-left: 0;
}
html .dark .moneytor-body .pl-5 {
  padding-left: 5px;
}
html .dark .moneytor-body .h-5 {
  padding-left: 5px;
  padding-right: 5px;
}
html .dark .moneytor-body .pl-10 {
  padding-left: 10px;
}
html .dark .moneytor-body .h-10 {
  padding-left: 10px;
  padding-right: 10px;
}
html .dark .moneytor-body .pl-15 {
  padding-left: 15px;
}
html .dark .moneytor-body .h-15 {
  padding-left: 15px;
  padding-right: 15px;
}
html .dark .moneytor-body .pl-16 {
  padding-left: 16px;
}
html .dark .moneytor-body .h-16 {
  padding-left: 16px;
  padding-right: 16px;
}
html .dark .moneytor-body .pl-20 {
  padding-left: 20px;
}
html .dark .moneytor-body .h-20 {
  padding-left: 20px;
  padding-right: 20px;
}
html .dark .moneytor-body .pl-25 {
  padding-left: 25px;
}
html .dark .moneytor-body .h-25 {
  padding-left: 25px;
  padding-right: 25px;
}
html .dark .moneytor-body .pl-30 {
  padding-left: 30px;
}
html .dark .moneytor-body .h-30 {
  padding-left: 30px;
  padding-right: 30px;
}
html .dark .moneytor-body .pl-40 {
  padding-left: 40px;
}
html .dark .moneytor-body .h-40 {
  padding-left: 40px;
  padding-right: 40px;
}
html .dark .moneytor-body .pl-45 {
  padding-left: 45px;
}
html .dark .moneytor-body .h-45 {
  padding-left: 45px;
  padding-right: 45px;
}
html .dark .moneytor-body .pl-50 {
  padding-left: 50px;
}
html .dark .moneytor-body .h-50 {
  padding-left: 50px;
  padding-right: 50px;
}
html .dark .moneytor-body .pl-60 {
  padding-left: 60px;
}
html .dark .moneytor-body .h-60 {
  padding-left: 60px;
  padding-right: 60px;
}
html .dark .moneytor-body .pl-70 {
  padding-left: 70px;
}
html .dark .moneytor-body .h-70 {
  padding-left: 70px;
  padding-right: 70px;
}
html .dark .moneytor-body .pr-5 {
  padding-right: 5px;
}
html .dark .moneytor-body .pr-10 {
  padding-right: 10px;
}
html .dark .moneytor-body .pr-15 {
  padding-right: 15px;
}
html .dark .moneytor-body .pr-16 {
  padding-right: 16px;
}
html .dark .moneytor-body .pr-20 {
  padding-right: 20px;
}
html .dark .moneytor-body .pr-25 {
  padding-right: 25px;
}
html .dark .moneytor-body .pr-30 {
  padding-right: 30px;
}
html .dark .moneytor-body .pr-40 {
  padding-right: 40px;
}
html .dark .moneytor-body .pr-45 {
  padding-right: 45px;
}
html .dark .moneytor-body .pr-50 {
  padding-right: 50px;
}
html .dark .moneytor-body .pr-60 {
  padding-right: 60px;
}
html .dark .moneytor-body .pr-70 {
  padding-right: 70px;
}
html .dark .moneytor-body .m-0 {
  margin: 0;
}
html .dark .moneytor-body .m-5 {
  margin: 5px;
}
html .dark .moneytor-body .m-10 {
  margin: 10px;
}
html .dark .moneytor-body .m-15 {
  margin: 15px;
}
html .dark .moneytor-body .m-20 {
  margin: 20px;
}
html .dark .moneytor-body .m-25 {
  margin: 25px;
}
html .dark .moneytor-body .m-30 {
  margin: 30px;
}
html .dark .moneytor-body .m-35 {
  margin: 35px;
}
html .dark .moneytor-body .m-40 {
  margin: 40px;
}
html .dark .moneytor-body .m-50 {
  margin: 50px;
}
html .dark .moneytor-body .m-60 {
  margin: 60px;
}
html .dark .moneytor-body .mt-0 {
  margin-top: 0;
}
html .dark .moneytor-body .mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
html .dark .moneytor-body .mt-5 {
  margin-top: 5px !important;
}
html .dark .moneytor-body .mv-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
html .dark .moneytor-body .mt-6 {
  margin-top: 6px;
}
html .dark .moneytor-body .mt-9 {
  margin-top: 9px;
}
html .dark .moneytor-body .mt-10 {
  margin-top: 10px;
}
html .dark .moneytor-body .mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
html .dark .moneytor-body .mt-11 {
  margin-top: 11px;
}
html .dark .moneytor-body .mv-11 {
  margin-top: 11px;
}
html .dark .moneytor-body .mt-15 {
  margin-top: 15px;
}
html .dark .moneytor-body .mv-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
html .dark .moneytor-body .mtn-15 {
  margin-top: -15px;
}
html .dark .moneytor-body .mvn-15 {
  margin-top: -15px;
}
html .dark .moneytor-body .mtn-7 {
  margin-top: -15px;
}
html .dark .moneytor-body .mvn-7 {
  margin-top: -15px;
}
html .dark .moneytor-body .mt-20 {
  margin-top: 20px;
}
html .dark .moneytor-body .mv-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
html .dark .moneytor-body .mt-25 {
  margin-top: 25px;
}
html .dark .moneytor-body .mv-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
html .dark .moneytor-body .mt-30 {
  margin-top: 30px;
}
html .dark .moneytor-body .mv-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
html .dark .moneytor-body .mt-35 {
  margin-top: 35px;
}
html .dark .moneytor-body .mv-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
html .dark .moneytor-body .mt-40 {
  margin-top: 40px;
}
html .dark .moneytor-body .mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
html .dark .moneytor-body .mt-45 {
  margin-top: 45px;
}
html .dark .moneytor-body .mv-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
html .dark .moneytor-body .mt-50 {
  margin-top: 50px;
}
html .dark .moneytor-body .mv-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
html .dark .moneytor-body .mt-60 {
  margin-top: 60px;
}
html .dark .moneytor-body .mv-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
html .dark .moneytor-body .mt-70 {
  margin-top: 70px;
}
html .dark .moneytor-body .mv-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
html .dark .moneytor-body .mt-80 {
  margin-top: 80px;
}
html .dark .moneytor-body .mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
html .dark .moneytor-body .mt-100 {
  margin-top: 100px;
}
html .dark .moneytor-body .mt-150 {
  margin-top: 150px;
}
html .dark .moneytor-body .mt-200 {
  margin-top: 200px;
}
html .dark .moneytor-body .mb-0 {
  margin-bottom: 0;
}
html .dark .moneytor-body .mb-5 {
  margin-bottom: 5px;
}
html .dark .moneytor-body .mb-10 {
  margin-bottom: 10px;
}
html .dark .moneytor-body .mb-15 {
  margin-bottom: 15px;
}
html .dark .moneytor-body .mb-20 {
  margin-bottom: 20px;
}
html .dark .moneytor-body .mb-25 {
  margin-bottom: 25px;
}
html .dark .moneytor-body .mb-30 {
  margin-bottom: 30px;
}
html .dark .moneytor-body .mb-35 {
  margin-bottom: 35px;
}
html .dark .moneytor-body .mb-40 {
  margin-bottom: 40px;
}
html .dark .moneytor-body .mb-45 {
  margin-bottom: 45px;
}
html .dark .moneytor-body .mb-50 {
  margin-bottom: 50px;
}
html .dark .moneytor-body .mb-60 {
  margin-bottom: 60px;
}
html .dark .moneytor-body .mb-70 {
  margin-bottom: 70px;
}
html .dark .moneytor-body .mb-80 {
  margin-bottom: 80px;
}
html .dark .moneytor-body .mb-100 {
  margin-bottom: 100px;
}
html .dark .moneytor-body .mb-150 {
  margin-bottom: 150px;
}
html .dark .moneytor-body .mb-200 {
  margin-bottom: 200px;
}
html .dark .moneytor-body .ml-0 {
  margin-left: 0;
}
html .dark .moneytor-body .mh-0 {
  margin-left: 0;
  margin-right: 0;
}
html .dark .moneytor-body .ml-5 {
  margin-left: 5px;
}
html .dark .moneytor-body .mh-5 {
  margin-left: 5px;
  margin-right: 5px;
}
html .dark .moneytor-body .ml-10 {
  margin-left: 10px;
}
html .dark .moneytor-body .mh-10 {
  margin-left: 10px;
  margin-right: 10px;
}
html .dark .moneytor-body .ml-20 {
  margin-left: 20px;
}
html .dark .moneytor-body .mh-20 {
  margin-left: 20px;
  margin-right: 20px;
}
html .dark .moneytor-body .ml-30 {
  margin-left: 30px;
}
html .dark .moneytor-body .mh-30 {
  margin-left: 30px;
  margin-right: 30px;
}
html .dark .moneytor-body .ml-40 {
  margin-left: 40px;
}
html .dark .moneytor-body .mh-40 {
  margin-left: 40px;
  margin-right: 40px;
}
html .dark .moneytor-body .ml-50 {
  margin-left: 50px;
}
html .dark .moneytor-body .mh-50 {
  margin-left: 50px;
  margin-right: 50px;
}
html .dark .moneytor-body .ml-n15 {
  margin-left: -15px;
}
html .dark .moneytor-body .mbln57 {
  margin-left: -7px;
  margin-bottom: 5px;
}
html .dark .moneytor-body .ml-3 {
  margin-left: 3px;
}
html .dark .moneytor-body .mr-n1 {
  margin-right: -1rem;
}
html .dark .moneytor-body .mr-0 {
  margin-right: 0;
}
html .dark .moneytor-body .mr-5 {
  margin-right: 5px;
}
html .dark .moneytor-body .mr-10 {
  margin-right: 10px;
}
html .dark .moneytor-body .mr-18 {
  margin-right: 18px;
}
html .dark .moneytor-body .mh-18 {
  margin-right: 18px;
}
html .dark .moneytor-body .mr-20 {
  margin-right: 20px;
}
html .dark .moneytor-body .mr-30 {
  margin-right: 30px;
}
html .dark .moneytor-body .mr-40 {
  margin-right: 40px;
}
html .dark .moneytor-body .mr-50 {
  margin-right: 50px;
}
html .dark .moneytor-body .mt-mb-10 {
  margin: 1rem 0;
}
html .dark .moneytor-body .mt-wb {
  word-break: break-all;
}
html .dark .moneytor-body .mt-ws {
  white-space: nowrap;
}
html .dark .moneytor-body .h-220 {
  height: 220px;
}
html .dark .moneytor-body .ml-n22 {
  margin-left: -50px;
}
html .dark .moneytor-body .mt-n1 {
  margin-top: -1rem;
}
html .dark .moneytor-body .mt-n-1 {
  margin-top: -6px;
}
html .dark .moneytor-body .mt-n7 {
  margin-top: -7px;
}
html .dark .moneytor-body .mt-n10 {
  margin-top: -10px;
}
html .dark .moneytor-body .fnt-36 {
  font-size: 36px;
}
html .dark .moneytor-body .fnt-32 {
  font-size: 32px;
}
html .dark .moneytor-body .fnt-25 {
  font-size: 25px;
}
html .dark .moneytor-body .fnt-20 {
  font-size: 20px;
}
html .dark .moneytor-body .fnt-16 {
  font-size: 16px;
}
html .dark .moneytor-body .fnt-15 {
  font-size: 15px;
}
html .dark .moneytor-body .fnt-14 {
  font-size: 14px;
}
html .dark .moneytor-body .fnt-12 {
  font-size: 12px;
}
html .dark .moneytor-body .fnt-11 {
  font-size: 11px;
}
html .dark .moneytor-body .text-black {
  color: #1a051d;
}
html .dark .moneytor-body .mt-header-color {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
}
html .dark .moneytor-body .mt-select-all-box {
  background: #ece9f1;
  border-radius: 3px;
}
html .dark .moneytor-body .bg-primary {
  background-color: #6979f8;
  color: #ffffff;
}
html .dark .moneytor-body .bg-red {
  background-color: #ff647c;
}
html .dark .moneytor-body .bg-green {
  background-color: #43cf76;
}
html .dark .moneytor-body .bg-green-2 {
  background-color: #a9e2b7;
  color: #ffffff;
}
html .dark .moneytor-body .bg-amber {
  background-color: orange;
}
html .dark .moneytor-body .bg-green-payment {
  background-color: #a9e2b7;
}
html .dark .moneytor-body .bg-rejected-payment {
  background-color: #ece9f1;
}
html .dark .moneytor-body .badge-rejected {
  background-color: #ff647c;
  color: #ffffff;
}
html .dark .moneytor-body .non-verified {
  background-color: orange;
  color: #ffffff;
}
html .dark .moneytor-body .verified {
  background-color: #a9e2b7;
  color: #ffffff;
}
html .dark .moneytor-body .mt-offer-added {
  color: #4caf50;
}
html .dark .moneytor-body .mt-offer-approved {
  color: orange;
}
html .dark .moneytor-body .mt-offer-accept {
  color: #03a9f4;
}
html .dark .moneytor-body .mt-offer-live {
  color: #6979f8;
}
html .dark .moneytor-body .mt-offer-complete {
  color: #004602;
}
html .dark .moneytor-body .mt-offer-expired {
  color: darkslategray;
}
html .dark .moneytor-body .mt-offer-failed {
  color: #d32f2f;
}
html .dark .moneytor-body .mt-offer-rejected {
  color: #f44336;
}
html .dark .moneytor-body .pay-rejected {
  background-color: #ff647c;
  color: #ffffff;
}
html .dark .moneytor-body .no-bg {
  background-color: transparent;
}
html .dark .moneytor-body .bg-white {
  background: #ffffff;
}
html .dark .moneytor-body .border-top-white {
  border-top-color: #ffffff;
}
html .dark .moneytor-body .text-white {
  color: #ffffff;
}
html .dark .moneytor-body .blue-text {
  color: #3b49f3;
}
html .dark .moneytor-body .info-box-content {
  color: #1a051d;
  background: #ffffff;
}
html .dark .moneytor-body .info-box-icon {
  background: #ffffff;
  color: #1a051d;
}
html .dark .moneytor-body .info-box-number {
  color: #1a051d;
}
html .dark .moneytor-body .info-box .progress {
  height: 6px;
  background: #d9d9d9;
}
html .dark .moneytor-body .info-box .progress .progress-bar {
  background: #ffffff;
  background: #a9e2b7;
}
html .dark .moneytor-body .mat-progress-bar-fill::after {
  background-color: #96a1fa;
}
html .dark .moneytor-body .callout.callout-info {
  background-color: #8fc4d9;
}
html .dark .moneytor-body .callout.callout-concern {
  background-color: #ffffff;
}
html .dark .moneytor-body .callout.callout-success {
  background-color: #43cf76;
}
html .dark .moneytor-body .callout.callout-danger {
  background-color: #ff647c;
}
html .dark .moneytor-body .mat-progress-bar {
  display: block;
  height: 10px;
  overflow: hidden;
  position: relative;
  transition: opacity 250ms linear;
  width: 100%;
  border-radius: 7px;
}
html .dark .moneytor-body .mt-spinner-container {
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .dark .moneytor-body .small-loader-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}
html .dark .moneytor-body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
html .dark .moneytor-body ::-webkit-scrollbar-track {
  background: #d9d9d9;
}
html .dark .moneytor-body ::-webkit-scrollbar-thumb {
  background: #6979f8;
}
html .dark .moneytor-body ::-webkit-scrollbar-thumb:hover {
  background: #6979f8;
  width: 8px;
  height: 8px;
}
html .dark .moneytor-body .content {
  padding-bottom: 2rem;
}
html .dark .moneytor-body .mt-width-100 {
  padding: 0.5rem;
}
html .dark .moneytor-body .table.no-bordered {
  border: 1px solid #ddd;
}
html .dark .moneytor-body .table.no-bordered tr > td {
  border: 0;
}
html .dark .moneytor-body .table.no-bordered tr > th {
  border: 1px solid #ddd;
}
html .dark .moneytor-body .table.no-bordered tbody > tr {
  border-bottom: 1.7px solid #908c8c;
}
html .dark .moneytor-body .px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
html .dark .moneytor-body .px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
html .dark .moneytor-body .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
html .dark .moneytor-body .px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
html .dark .moneytor-body .py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
html .dark .moneytor-body .py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
html .dark .moneytor-body .py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
html .dark .moneytor-body .mt-header-container-link .link {
  font-family: "Avenir";
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #6979f8;
}
html .dark .moneytor-body .mt-header-container-link .link-active {
  font-weight: 600;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
html .dark .moneytor-body .mt-loader {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}
html .dark .moneytor-body .mt-loader.small {
  height: 30px;
  width: 30px;
}
html .dark .moneytor-body .mt-loader .load-spinner {
  height: 100%;
  width: 100%;
  animation: rotate 1.5s linear infinite;
  transform-origin: center center;
  position: absolute;
}
html .dark .moneytor-body .mt-loader .load-spinner .load-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #7686f3;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper {
  color: #141823;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .mt-ghost-loader-item {
  background: #ffffff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 10px;
  padding: 2rem 1rem;
  margin: 2rem auto;
  width: 100%;
  height: 100%;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background:
    linear-gradient(
      to right,
      #eeeeee 8%,
      #dddddd 18%,
      #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: 6px;
  position: relative;
  margin-bottom: 5px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .second-line-animated {
  width: 85%;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .third-line-animated {
  width: 65%;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .m-timeline-loader-height {
  height: 38px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker {
  background: #ffffff;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .outlined .background-masker {
  border: 1px solid #ddd;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .outlined:hover .background-masker {
  border: none;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .outlined:hover .background-masker:hover {
  border: 1px solid #ccc;
  z-index: 1;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-top,
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-bottom,
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-bottom,
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-left,
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-left {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-bottom {
  height: 10px;
  top: 30px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-left {
  top: 10px;
  height: 8px;
  width: 10px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-left {
  top: 24px;
  width: 10px;
  height: 6px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.header-right {
  top: 10px;
  height: 8px;
  width: auto;
  left: 300px;
  right: 0;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.subheader-right {
  top: 24px;
  height: 6px;
  width: auto;
  right: 0;
  left: 230px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-top {
  top: 40px;
  left: 0;
  right: 0;
  height: 20px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-second-line {
  left: 0;
  right: 0;
  height: 6px;
  top: 68px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-third-line {
  left: 0;
  right: 0;
  height: 6px;
  top: 82px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-second-end {
  right: 0;
  left: 420px;
  top: 74px;
  width: auto;
  height: 8px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-third-end {
  right: 0;
  left: 300px;
  top: 88px;
  width: auto;
  height: 8px;
}
html .dark .moneytor-body .mt-ghost-loader-wrapper .background-masker.content-first-end {
  width: auto;
  right: 0;
  top: 60px;
  left: 380px;
  height: 8px;
}
@keyframes rotate360 {
  to {
    transform: rotate(360deg);
  }
}
html .dark .moneytor-body .rotate {
  animation: 1.2s rotate360 infinite linear;
  font-weight: 600;
}
html .dark .moneytor-body .m-box-loader-wrapper {
  display: grid;
  grid-gap: 10px;
}
html .dark .moneytor-body .m-box-loader-wrapper.four {
  grid-template-columns: auto auto auto auto;
}
html .dark .moneytor-body .m-box-loader-wrapper.three {
  grid-template-columns: auto auto auto;
}
html .dark .moneytor-body .m-box-loader-wrapper.two {
  grid-template-columns: auto auto;
}
html .dark .moneytor-body .m-box-loader-wrapper.one {
  grid-template-columns: auto;
}
html .dark .moneytor-body .mt-loader-box {
  height: 100px;
  float: left;
  margin: 7.5px 5.5px;
}
html .dark .moneytor-body .mt-shine {
  background: #fff;
  background-image:
    linear-gradient(
      to right,
      rgba(244, 245, 253, 0) 39%,
      rgba(231, 233, 250, 0.58) 51%,
      rgba(230, 232, 250, 0.62) 64%,
      rgba(230, 232, 250, 0.55) 82%,
      rgba(229, 231, 250, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
  animation: placeHolderShimmer;
  border-radius: 5px;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
}
html .dark .moneytor-body .mt-settle-pay-now-btn {
  color: #ffffff;
}
html .dark .moneytor-body .mt-tootlbar-bg {
  background: white;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .dark .moneytor-body .upwards-toolbar {
  background: rgba(68, 123, 162, 0.8);
}
html .dark .moneytor-body .btn-slicepay {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #f5a623;
}
html .dark .moneytor-body .btn-smartcoin {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #f5a623;
}
html .dark .moneytor-body .btn-payU {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #4ac5ac;
}
html .dark .moneytor-body .btn-zestMoney {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #4aad4e;
}
html .dark .moneytor-body .btn-flexiloan {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #2b5582;
}
html .dark .moneytor-body .btn-Capzest {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #00b7b6;
}
html .dark .moneytor-body .btn-avail {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background: #6ace95;
}
html .dark .moneytor-body .btn-rupeeLend {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  background:
    transparent linear-gradient(
      to bottom,
      #ff8d00 0%,
      #ff2900 100%) repeat scroll 0% 0%;
}
html .dark .moneytor-body .btn-indifi {
  background: #6ace95;
}
html .dark .moneytor-body .btn-neoGrowth {
  background: #89ba2b;
}
html .dark .moneytor-body .btn-lazypay {
  background: #ed3561;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .dark .moneytor-body .btn-mercedes {
  background: #ed3561;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .dark .moneytor-body .btn-volkswagen {
  background: #ed3561;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .dark .moneytor-body .btn-faircent {
  background: #b62025;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .dark .moneytor-body .btn-earlysalary {
  background: #1aa5b2;
  border: 1px solid #1aa5b2;
}
html .dark .moneytor-body .btn-muthoot {
  background: #e64249;
}
html .dark .moneytor-body .btn-flexsalary {
  background: #bf0513;
}
html .dark .moneytor-body .btn-upwards {
  background:
    linear-gradient(
      45deg,
      #06c125 0,
      #6cd5a5 100%);
}
html .dark .moneytor-body .btn-happyloans {
  background: #00d3ca;
}
html .dark .moneytor-body .btn-krazybee {
  background: #212121;
}
html .dark .moneytor-body .btn-simpl {
  background: #00d1c1;
}
html .dark .moneytor-body .btn-fiarcent {
  background: #b62025;
}
html .dark .moneytor-body .btn-hdfc {
  background: #005593;
}
html .dark .moneytor-body .btn-gaincredit {
  background: #00a9d1;
}
html .dark .moneytor-body .btn-creditone {
  background: #ed3561;
  box-shadow: 0 6px 11px rgba(237, 53, 97, 0.5);
}
html .dark .moneytor-body .btn-loantap {
  background: #337ab7;
}
html .dark .moneytor-body .btn-iifl {
  background: #155b98;
}
html .dark .moneytor-body .btn-arthfc {
  background: #920f10;
}
html .dark .moneytor-body .btn-olafleet {
  background: #cce500;
}
html .dark .moneytor-body .btn-creditwise {
  background: #128020;
}
html .dark .moneytor-body .btn-rupeego {
  background: #26a1d9;
}
html .dark .moneytor-body .btn-olamoney {
  background: #cce500;
}
html .dark .moneytor-body .btn-bajaj {
  background: #042041;
}
html .dark .moneytor-body .btn-instamojo {
  background: #4e4e91;
}
html .dark .moneytor-body .btn-stilt {
  background: #577fff;
}
html .dark .moneytor-body .btn-snapmint {
  background: #1da1f2;
}
html .dark .moneytor-body .btn-bajajfin {
  background: #000000;
}
html .dark .moneytor-body .btn-edelweiss {
  background: #034da2;
}
html .dark .moneytor-body .btn-smas {
  background: #1d95d4;
}
html .dark .moneytor-body .btn-transwarranty {
  background: #9876c2;
}
html .dark .moneytor-body .btn-toyota {
  background: #ed1e32;
}
html .dark .moneytor-body .btn-kotak {
  background: #003366;
}
html .dark .moneytor-body .btn-ltfs {
  background: #ffc907;
}
html .dark .moneytor-body .btn-kinara {
  background: #c9202f;
}
html .dark .moneytor-body .btn-cashplus {
  background: #75c383;
}
html .dark .moneytor-body .btn-lendkaro {
  background: #ff7d27;
}
html .dark .moneytor-body .btn-midlandmicrofin {
  background: #85baff;
}
html .dark .moneytor-body .btn-indus {
  background: #dc3545;
}
html .dark .moneytor-body .top_links > a {
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  box-sizing: border-box;
  color: #595959;
  transition: 0.3s ease-in-out;
}
html .dark .moneytor-body .top_links > a:hover {
  color: #f5a623;
}
html .dark .moneytor-body .card-gotit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin: -23px;
  width: 210px;
  height: 199px;
}
html .dark .moneytor-body .btn-gotit {
  width: 81px;
  height: 34px;
  border-radius: 4px 4px 4px 4px;
  background-color: #6979f8;
  color: white;
  font-family: Avenir LT Std;
  font-size: 14px;
  font-weight: 350;
  line-height: 16px;
  text-align: center;
  border-color: #6979f8;
}
html .dark .moneytor-body .m-toolbar {
  background: #ffffff;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 45px;
}
html .dark .moneytor-body .m-toolbar .select-all {
  font-family: Avenir LT Std;
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
  text-align: left;
}
html .dark .moneytor-body .page-ttl {
  font-size: 16px;
  font-weight: 600;
}
html .dark .moneytor-body .m-ul-container {
  list-style: none;
  background: none;
  padding: 0 0 0 0;
}
html .dark .moneytor-body .m-ul-container > .m-li-items {
  padding: 0.5rem;
  margin: 0 0 0.2rem 0;
  min-height: 4rem;
  background: #fcfcfc;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  color: rgba(51, 56, 76, 0.99);
}
html .dark .moneytor-body .m-height-1 {
  height: calc(70vh - 12rem);
}
html .dark .moneytor-body .m-height-2 {
  height: calc(90vh - 12rem);
}
html .dark .moneytor-body .mat-mdc-card.m-stickey-card {
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 64px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #ffffff;
}
html .dark .moneytor-body .m-device-ui-container {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0;
}
html .dark .moneytor-body .m-preview-closed {
  margin: 0 0 5rem 0;
  position: relative;
  height: 100%;
}
html .dark .moneytor-body .m-preview-opened {
  margin: 0 0 12rem 0;
  position: relative;
  height: 100%;
}
html .dark .moneytor-body .mt-field-sel-container {
  height: 100%;
}
html .dark .moneytor-body .m-flex-display {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .dark .moneytor-body .m-box-shadow {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .dark .moneytor-body .m-no-shadow {
  box-shadow: none;
}
html .dark .moneytor-body .mat-mdc-card.m-card-style {
  cursor: pointer;
  margin: 0;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.23);
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .dark .moneytor-body .mat-mdc-card.m-card-style .mat-card-header .mat-card-header-text,
html .dark .moneytor-body .mat-mdc-card.m-card-style .mat-card-header .mat-card-title {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
html .dark .moneytor-body .mat-mdc-card.m-card-style .mat-card-header .amount {
  font-size: 14px;
  font-weight: 600;
}
html .dark .moneytor-body .mat-mdc-card.m-card-style .mat-card-content {
  text-transform: capitalize;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 10px;
  padding: 0.2rem 0;
}
html .dark .moneytor-body .mat-mdc-card.m-card-style .defaulter-address-section {
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  color: #1A051D !important;
  max-width: 75%;
  padding-left: 30px;
  margin-right: 0.5rem;
}
html .dark .moneytor-body .m-timeline-container {
  padding-bottom: 90px;
  height: 100%;
}
html .dark .moneytor-body .m-timeline-container .mat-card-header-text {
  margin: 0 8px;
}
html .dark .moneytor-body .m-timeline-container .mt-card-new-title {
  margin: 8px 0;
  line-height: 1.5;
  white-space: normal;
  word-wrap: break-word;
}
html .dark .moneytor-body .m-timeline-container .mt-card-subtitle-new {
  font-size: 12px;
}
html .dark .moneytor-body .m-timeline-container .carousel-indicators {
  position: relative;
  top: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
html .dark .moneytor-body .m-timeline-container .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 0;
  background-color: #e5e7fa;
}
html .dark .moneytor-body .m-timeline-container .carousel-indicators .active {
  background-color: #6979f8;
}
html .dark .moneytor-body .m-timeline-container .carousel-inner .item {
  font-size: 11px;
  text-transform: capitalize;
  color: rgba(51, 56, 76, 0.99);
}
html .dark .moneytor-body .m-timeline-container .m-toolbar-btn {
  height: 40px;
  min-width: 40px;
  color: #1dd5d7;
  background: #24515f;
  padding: 0 8px;
  border-radius: 10px;
  line-height: 20px;
}
html .dark .moneytor-body .m-timeline-container .m-toolbar-btn mat-icon {
  transform: rotate(369deg);
}
html .dark .moneytor-body .carousel-control {
  width: 1px;
}
html .dark .moneytor-body .m-history-container .m-communication-cnt {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin-bottom: 0.3rem;
}
html .dark .moneytor-body .m-small-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
}
html .dark .moneytor-body .m-timeline-data {
  font-size: 11px;
  font-weight: 400;
  word-break: break-word;
}
html .dark .moneytor-body .m-created-date-time {
  font-size: 10px;
  font-weight: 400;
  color: #858997;
  line-height: 1.5;
}
html .dark .moneytor-body .m-created-date-time.bold-txt {
  font-weight: 600;
}
html .dark .moneytor-body .short-text {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html .dark .moneytor-body .m-icon-section .m-phone-icon {
  font-weight: 600;
  font-weight: 600;
}
html .dark .moneytor-body .m-icon-section .m-field-icon {
  font-weight: 600;
}
html .dark .moneytor-body .m-icon-section .m-sms-icon {
  font-weight: 600;
}
html .dark .moneytor-body .m-icon-section .m-email-icon {
  font-weight: 600;
}
html .dark .moneytor-body .m-phone-icon {
  color: #06d6a0;
}
html .dark .moneytor-body .m-field-icon {
  color: #5351fb;
}
html .dark .moneytor-body .m-sms-icon {
  color: #16d5d6;
}
html .dark .moneytor-body .m-email-icon {
  color: #16d5d6;
}
html .dark .moneytor-body .m-ivr-icon {
  color: #06d6a0;
}
html .dark .moneytor-body .m-whatsapp-icon {
  color: rgb(37, 211, 102);
}
html .dark .moneytor-body .m-comm-action-bar-container {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
html .dark .moneytor-body .m-comm-action-bar-container .mt-btn.timeline-botton-btn,
html .dark .moneytor-body .m-comm-action-bar-container .mt-btn.field-submit-btn,
html .dark .moneytor-body .m-comm-action-bar-container .mt-btn.timeline-botton-btn-sms {
  width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 8px;
  height: 60px;
}
html .dark .moneytor-body .m-comm-input-box {
  padding: 1rem;
  border: 0;
  min-height: 58px;
  height: 100%;
  background: #ffffff;
  font-size: 15px;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  padding-right: 7rem;
  width: 100%;
}
html .dark .moneytor-body .m-search-box {
  padding: 0.5rem;
  border-radius: 50px;
  height: 1.5rem;
  background: #f8f9fa;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ccc;
  letter-spacing: 0.5px;
  color: #9195a1;
}
html .dark .moneytor-body .mat-raised-button.m-action-btns {
  height: 48px;
  border-radius: 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
}
html .dark .moneytor-body .mat-raised-button.m-response-btn {
  background-color: #5351fb;
  color: #ffffff;
}
html .dark .moneytor-body .m-send-button-rotate {
  transform: rotate(-21deg);
}
html .dark .moneytor-body .m-input-with-icon {
  display: flex;
  flex-direction: row;
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
}
html .dark .moneytor-body .m-input-with-icon-2 {
  display: flex;
  flex-direction: row;
  position: relative;
}
html .dark .moneytor-body .m-input-with-icon-2 button {
  border-radius: 20px;
  color: #6979f8;
  border-color: #6979f8;
  font-family: Avenir LT Std;
  font-size: 11.76px;
  font-weight: 350;
  line-height: 14.11px;
  text-align: center;
  background-color: transparent;
  width: 84px;
  height: 30.24px;
  gap: 0px;
  opacity: 0px;
  border-width: thin;
}
html .dark .moneytor-body .m-input-side-btn {
  position: absolute;
  top: 14px;
  border: none;
  height: 25px;
  width: 25px;
  outline: none;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #8cb7cc;
  right: 45px;
  transform: rotate(28deg);
}
html .dark .moneytor-body .m-input-side-btn input[type=file] {
  display: none;
}
html .dark .moneytor-body .m-input-side-btn-2 {
  position: absolute;
  top: 14px;
  border: none;
  height: 25px;
  width: 25px;
  outline: none;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #8cb7cc;
  right: 10px;
}
html .dark .moneytor-body .m-input-side-btn-2 input[type=file] {
  display: none;
}
html .dark .moneytor-body .m-input-search-icon {
  position: absolute;
  top: 4px;
  border: none;
  height: 20px;
  width: 25px;
  outline: none;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #8cb7cc;
  right: 5px;
}
html .dark .moneytor-body .m-input-clear-icon {
  position: absolute;
  top: -2px;
  border: none;
  height: 20px;
  width: 25px;
  outline: none;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #8cb7cc;
  right: -4px;
}
html .dark .moneytor-body .m-radio-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1rem 0;
}
html .dark .moneytor-body .m-radio-button {
  margin: 0.6rem 0;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  padding: 0.4rem;
  transition: box-shadow 0.5s ease-in;
  font-size: 12px;
  border: 1px solid #eee;
}
html .dark .moneytor-body .m-radio-button .mat-radio-button {
  width: 100%;
}
html .dark .moneytor-body .m-radio-button .mat-radio-button .mdc-label {
  margin-bottom: 0;
  font-weight: 500;
}
html .dark .moneytor-body .m-selected-value {
  margin: 15px 0;
}
html .dark .moneytor-body .m-file-preview-container {
  position: fixed;
  z-index: 120;
  display: flex;
  width: 100%;
  height: 110px;
  overflow-x: auto;
  overflow-y: hidden;
  bottom: 4rem;
  background-color: white;
}
html .dark .moneytor-body .m-preview-img-style {
  max-width: 100%;
  margin: 0 10px;
}
html .dark .moneytor-body .m-crosstxt {
  text-decoration: line-through;
}
html .dark .moneytor-body .m-scroll-top-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  background: rgba(2, 17, 31, 0.75);
}
html .dark .moneytor-body .m-history-images-container .m-file-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .dark .moneytor-body .m-history-images-container .m-file-link a {
  color: rgb(83, 91, 97);
  font-size: 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: flex-end;
}
html .dark .moneytor-body .m-history-images-container .m-file-link .m-dl-icon {
  height: 17px;
  width: 17px;
  opacity: 0.9;
  font-size: 17px;
  color: rgb(83, 91, 97);
  cursor: pointer;
}
html .dark .moneytor-body .m-display-flx {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .dark .moneytor-body .m-icon-style-2 > mat-icon {
  font-size: 17px;
  height: 17px;
  width: 17px;
  line-height: 17px;
}
html .dark .moneytor-body .m-location-btn.mat-icon-button {
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #8bb7cc;
}
html .dark .moneytor-body .m-receipt-icon-button.mat-icon-button {
  height: 18px;
  width: 18px;
  line-height: 18px;
}
html .dark .moneytor-body .m-receipt-icon-button.mat-icon-button .m-dl-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
}
html .dark .moneytor-body .m-toolbar-back-btn mat-icon {
  font-weight: 600;
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
html .dark .moneytor-body .mat-mdc-card.m-customer-details-card {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
  padding: 8px;
}
html .dark .moneytor-body .m-customer-card-content {
  margin: 0 0 0.6rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  font-weight: 500;
  color: rgba(51, 56, 76, 0.99);
}
html .dark .moneytor-body .m-customer-card-content p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
html .dark .moneytor-body .m-customer-card-content p.phone-number {
  color: #858997;
  font-size: 12px;
}
html .dark .moneytor-body .m-customer-card-content p.phone-number .more-text {
  color: rgba(51, 56, 76, 0.99);
}
html .dark .moneytor-body .m-customer-card-content .amount {
  font-size: 16px;
}
html .dark .moneytor-body .m-main-cards-wrapper {
  padding: 0px;
}
html .dark .moneytor-body .m-red-color {
  color: #ff3a20;
  white-space: nowrap;
}
html .dark .moneytor-body .m-primary-color {
  color: #6979f8;
  white-space: nowrap;
}
html .dark .moneytor-body .m-black-color {
  color: black;
  white-space: nowrap;
}
html .dark .moneytor-body .m-blur {
  opacity: 0.7;
}
html .dark .moneytor-body .m-highlight-selected {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .dark .moneytor-body .m-title {
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
html .dark .moneytor-body .mobile-info-modal {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 22%;
  left: 0;
  min-height: 10%;
  max-height: calc(100% - 260px);
  padding: 0 6px;
  overflow: auto;
  box-shadow: 0 23px 94px 0 rgba(0, 0, 0, 0.16);
}
html .dark .moneytor-body .mobile-info-modal .info-modal-body {
  background: #fff;
  color: rgba(51, 56, 76, 0.99);
  border-radius: 4px;
  padding: 8px;
}
html .dark .moneytor-body .mobile-info-modal p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
html .dark .moneytor-body .mobile-info-modal::-webkit-scrollbar,
html .dark .moneytor-body .mobile-info-modal::-moz-scrollbar,
html .dark .moneytor-body .mobile-info-modal::-o-scrollbar {
  width: 3px;
  height: 3px;
}
html .dark .moneytor-body .mobile-info-modal::-webkit-scrollbar:hover,
html .dark .moneytor-body .mobile-info-modal::-moz-scrollbar:hover,
html .dark .moneytor-body .mobile-info-modal::-o-scrollbar:hover {
  width: 3px;
  height: 3px;
}
html .dark .moneytor-body .first .mat-grid-tile-content {
  display: flex;
  justify-content: left;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  html .dark .moneytor-body .mat-grid-tile-content {
    right: 31px;
  }
}
html .dark .moneytor-body .mat-grid-tile-content {
  right: 54px;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  html .dark .moneytor-body .mobile-container {
    margin-top: 10px !important;
    background-color: blue;
  }
}
html .dark .moneytor-body .back-link {
  width: 10px;
  height: 16px;
  top: 76px;
  left: 19px;
  gap: 0px;
  opacity: 0px;
  color: #6979f8;
  font-size: 14px;
}
html .dark .moneytor-body .maptext {
  font-family: Avenir LT Std;
  font-size: 14px;
  font-weight: 350;
  line-height: 22px;
  text-align: left;
  color: rgba(16, 0, 34, 0.6509803922);
  margin-left: 12px;
}
html .dark .moneytor-body .excel-importer-wrapper {
  padding: 20px;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-upload-btn-wrapper {
  position: relative;
  display: inline-block;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-alert-box-container {
  height: 87px;
  border-radius: 4px;
  background-color: rgba(0, 205, 152, 0.1);
  margin: 20px 0px;
  font-size: 16px;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-alert-error {
  background-color: orange;
}
html .dark .moneytor-body .excel-importer-wrapper .alert-text {
  padding-top: 40px;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-columns {
  background: #ffffff;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
html .dark .moneytor-body .excel-importer-wrapper .excel-columns .columns-header {
  padding: 10px;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-columns .columns-header p {
  margin: 10px 0;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-columns .columns-container {
  max-height: calc(90vh - 140px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-columns .columns-container.tabs-cnt {
  overflow-y: hidden;
  max-height: 100%;
  padding: 0;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-columns .columns-container.tabs-cnt .tab-header-group .tab {
  border: 0;
  width: 85%;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-columns .columns-container.tabs-cnt .flexRow {
  min-height: calc(90vh - 185px);
  max-height: calc(90vh - 185px);
  overflow-y: auto;
  overflow-x: hidden;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card {
  box-shadow: none;
  margin: 0 0 2rem 0;
  padding: 0;
  border: 1px solid #96a1fa;
  cursor: move;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card.drop-card {
  border-color: #ece9f1;
  margin: 0;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card.drop-card .mt-drop-content {
  height: 251px;
  margin: 0;
  padding: 8px;
  overflow-x: auto;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card.drop-card .mt-drop-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card.drop-card .mt-drop-content::-webkit-scrollbar:hover {
  width: 0px;
  height: 0;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1rem;
  background: #6979f8;
  color: #ffffff;
  line-height: 32px;
  border-radius: 4px 4px 0 0;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-header.drop-header {
  background-color: orange;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data {
  padding: 8px;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data.drop-data {
  padding: 4px;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data .rows {
  padding: 4px;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data p {
  font-size: 12px;
  line-height: 20px;
  color: #1a051d;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data hr {
  margin: 0;
  border-color: #ece9f1;
}
html .dark .moneytor-body .excel-importer-wrapper .excel-column-card .excel-column-data .content-hdr {
  height: 32px;
  background-color: #6979f8;
  color: #ffffff;
  line-height: 32px;
  text-indent: 10px;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-empty-card-height {
  min-height: 187px;
  max-height: 187px;
  margin: 0 0 3rem 0;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-upload-summary {
  min-width: 500px;
  max-width: 500px;
  border-radius: 20px;
  margin: 20px 0;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-mapping-column-header {
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
  color: #000000;
  font-size: 20px;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-excel-button-container {
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
  clear: both;
  justify-content: flex-end;
  margin-bottom: 10rem;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-card-placeholder {
  background: #ece9f1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-card-placeholder p {
  font-size: 12px;
  color: #a099a6;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
html .dark .moneytor-body .excel-importer-wrapper .mt-card-placeholder .placeholder-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
html .dark .moneytor-body .excel-importer-wrapper .calculator-header {
  background-color: #ece9f1;
  padding: 4px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
html .dark .moneytor-body .excel-importer-wrapper .calculator-header .calc-title {
  color: #a099a6;
  margin: 0;
  padding: 0;
}
html .dark .moneytor-body .excel-importer-wrapper .calculator-header .calc-dp {
  width: 80%;
}
html .dark .moneytor-body .excel-importer-wrapper .calculator-header .calc-dp .moneytor-input.mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding-bottom: 0;
  margin: 0;
}
html .dark .moneytor-body .cdk-drag-preview {
  box-shadow: none;
  margin: 0 0 2rem 0;
  padding: 0;
  border: 1px solid #96a1fa;
  cursor: move;
}
html .dark .moneytor-body .cdk-drag-placeholder {
  opacity: 0;
}
html .dark .moneytor-body .cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
html .dark .moneytor-body .example-box:last-child {
  border: none;
}
html .dark .moneytor-body .example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  html .dark .moneytor-body .mt-reverse-row {
    flex-direction: row;
  }
  html .dark .moneytor-body .mt-quick-filter {
    margin-right: 0;
  }
  html .dark .moneytor-body .mt-modal .modal-container {
    min-width: 100%;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }
  html .dark .moneytor-body .login-box {
    min-width: 100%;
  }
  html .dark .moneytor-body .mt-agent-bucket {
    margin-right: 0;
  }
  html .dark .moneytor-body .hand-left:before {
    content: "\f0a6";
  }
  html .dark .moneytor-body .v-header {
    margin-top: 20%;
  }
  html .dark .moneytor-body .mt-search-bar:focus {
    width: 150px;
    background: #fff;
  }
  html .dark .moneytor-body .mt-mt-12 {
    margin-bottom: 12px;
  }
  html .dark .moneytor-body .mt-floats {
    float: left;
  }
  html .dark .moneytor-body .mt-clr {
    clear: both;
  }
  html .dark .moneytor-body .mt-right {
    float: none;
  }
  html .dark .moneytor-body .mt-n5 {
    margin-top: -3.2rem;
  }
  html .dark .moneytor-body .mat-mdc-card.mt-filter-card {
    width: 100%;
  }
  html .dark .moneytor-body .sidebar-open .content-wrapper {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  html .dark .moneytor-body .sidebar-open .right-side {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  html .dark .moneytor-body .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  html .dark .moneytor-body .content-wrapper {
    margin-left: 0;
  }
  html .dark .moneytor-body .right-side {
    margin-left: 0;
  }
  html .dark .moneytor-body .main-footer {
    margin-left: 0;
  }
  html .dark .moneytor-body .totallength {
    padding: 1rem 0 0 0;
    line-height: 3;
  }
  html .dark .moneytor-body .mt-col-6 {
    width: 50%;
    float: left;
  }
  html .dark .moneytor-body .mat-select {
    padding-top: 0;
  }
  html .dark .moneytor-body .mt-dd {
    width: 100%;
  }
  html .dark .moneytor-body .mat-select-trigger {
    min-width: 80px;
  }
  html .dark .moneytor-body .timeline > li .mat-icon > .timeline-item {
    width: 90%;
  }
  html .dark .moneytor-body .mt-t-value {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  html .dark .moneytor-body .mat-drawer-content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  html .dark .moneytor-body .mt-spinner-container {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
  html .dark .moneytor-body .offset-right-md-4 {
    margin-right: 0%;
  }
}
@media (min-width: 769px) {
  html .dark .moneytor-body .sidebar-collapse .content-wrapper {
    margin-left: 0;
    margin-left: 0;
  }
  html .dark .moneytor-body .sidebar-collapse .right-side {
    margin-left: 0;
    margin-left: 0;
  }
  html .dark .moneytor-body .sidebar-collapse .main-footer {
    margin-left: 0;
    margin-left: 0;
  }
  html .dark .moneytor-body .totallength {
    padding: 1.5rem 0 0 0;
    padding: 1.5rem 0 0 0;
  }
  html .dark .moneytor-body .mt-dd {
    width: 30%;
    width: 30%;
  }
  html .dark .moneytor-body .mt-mt-13 {
    margin-top: 13px;
    margin-top: 13px;
  }
  html .dark .moneytor-body .mt-floats {
    float: right;
    float: right;
  }
  html .dark .moneytor-body .mt-mb-2 {
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  html .dark .moneytor-body .mt-1 {
    margin-top: 1rem;
    margin-top: 1rem;
  }
  html .dark .moneytor-body .mt1 {
    margin-top: 1.8rem;
    margin-top: 1.8rem;
  }
  html .dark .moneytor-body .mt5 {
    margin-top: 0.5rem;
    margin-top: 0.5rem;
  }
  html .dark .moneytor-body .mt-excel-import-header {
    border-radius: 0;
    padding: 0.6rem;
  }
  html .dark .moneytor-body .mt-excel-import-header .mt-upload-box {
    min-width: 100%;
    left: 0;
    top: 130px;
    width: 100%;
    border-radius: 5px;
  }
  html .dark .moneytor-body .mt-2 {
    margin-top: 2.5rem;
  }
  html .dark .moneytor-body .mt-card-size {
    width: 450px;
    margin: 0 auto;
  }
  html .dark .moneytor-body .mt-card-size-2 {
    width: 550px;
    margin: 30px auto;
    padding: 10px;
  }
  html .dark .moneytor-body #senEmailTemplate .templateContainer {
    width: 100%;
  }
  html .dark .moneytor-body #emailTemplate .templateContainer {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html .dark .moneytor-body .show-console {
    width: 100%;
  }
  html .dark .moneytor-body .hide-console {
    width: 100%;
  }
  html .dark .moneytor-body .mt-mat-hide {
    display: none;
  }
  html .dark .moneytor-body .v-header {
    margin-top: 15%;
  }
  html .dark .moneytor-body .sub-header.sub-header-2 .mt-n5 {
    margin-top: 0rem;
    margin-right: 0;
  }
  html .dark .moneytor-body .mt-display-block ngx-charts-chart {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
  }
  html .dark .moneytor-body .mt-model-size .modal-chat {
    max-height: 415px;
    overflow-x: hidden;
    transition: 0.5s all;
    min-width: 100%;
    max-width: 100%;
    left: 0;
  }
  html .dark .moneytor-body .mt-model-size .modal-chat-2 {
    max-height: 415px;
    overflow-x: hidden;
    transition: 0.5s all;
    min-width: 100%;
    max-width: 100%;
    left: 0;
  }
  html .dark .moneytor-body .mt-model-size-2 .modal-chat {
    max-height: 415px;
    overflow-x: hidden;
    transition: 0.5s all;
    min-width: 100%;
    max-width: 100%;
    left: 0;
  }
  html .dark .moneytor-body .mt-model-size-2 .modal-chat-2 {
    max-height: 415px;
    overflow-x: hidden;
    transition: 0.5s all;
    min-width: 100%;
    max-width: 100%;
    left: 0;
  }
  html .dark .moneytor-body .mt-preview-box {
    max-height: 500px;
  }
  html .dark .moneytor-body .modal-chat h3 {
    margin-bottom: 0;
    margin-top: 0;
  }
  html .dark .moneytor-body .modal-chat-2 h3 {
    margin-bottom: 0;
    margin-top: 0;
  }
  html .dark .moneytor-body .row.mt-analytics-dd .col-md-2 {
    margin-bottom: 10px;
  }
  html .dark .moneytor-body .mt-media-frames {
    width: 100%;
    height: 195px;
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  html .dark .moneytor-body .mt-media-frames p {
    padding: 1rem 2rem 0rem 2rem;
  }
  html .dark .moneytor-body .mt-media-container {
    width: 100%;
  }
  html .dark .moneytor-body .mt-pdf-frames {
    max-height: 48px;
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  html .dark .moneytor-body .agent-timeline-view::before {
    left: 13px;
  }
}
@media screen and (min-width: 991px) {
  html .dark .moneytor-body .mt-mat-hide {
    display: inline-block;
    position: relative;
  }
  html .dark .moneytor-body .mt-card-width {
    min-width: 450px;
  }
  html .dark .moneytor-body .timeline4-container .mt-card-width {
    min-width: 304px;
    max-width: 304px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  html .dark .moneytor-body .twPc-bg {
    background-size: 25% auto;
  }
}
@media (min-width: 590px) and (max-width: 700px) {
  html .dark .moneytor-body .twPc-bg {
    background-size: 30% auto;
  }
}
@media screen and (max-width: 590px) {
  html .dark .moneytor-body .twPc-bg {
    background-size: 33% auto;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  html .dark .moneytor-body .totallength {
    padding: 1rem 0 0 0;
  }
  html .dark .moneytor-body .mt-col-6 {
    width: 50%;
    float: left;
  }
  html .dark .moneytor-body .mat-select {
    padding-top: 0;
  }
  html .dark .moneytor-body .mt-dd {
    width: 100%;
    width: 60%;
  }
  html .dark .moneytor-body .mat-select-trigger {
    min-width: 80px;
  }
  html .dark .moneytor-body .mt-timeline-tab .tab-view {
    display: flex;
  }
  html .dark .moneytor-body .mt-t-value {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  html .dark .moneytor-body .mt-pt {
    padding: 21px 0;
  }
}
@media screen and (min-width: 1201px) {
  html .dark .moneytor-body .mt-pt {
    padding: 17px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  html .dark .moneytor-body .mt-chart-r.ml-n22 {
    margin-left: -8px;
  }
  html .dark .moneytor-body .mt-left-box.ngx-datatable.material .datatable-header .datatable-header-cell {
    font-size: 12px;
  }
}
@media (min-width: 551px) and (max-width: 991px) {
  html .dark .moneytor-body .mt-chart-r.ml-n22 {
    margin-left: 20%;
  }
}
@media (min-width: 380px) and (max-width: 550px) {
  html .dark .moneytor-body .mt-chart-r.ml-n22 {
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  html .dark .moneytor-body .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  html .dark .moneytor-body .activitiesfilter {
    display: flex;
  }
}
@media (min-width: 1000px) and (max-width: 1150px) {
  html .dark .moneytor-body .dueStatus {
    width: 80%;
  }
}
@media (min-width: 1000px) and (max-width: 1540px) {
  html .dark .moneytor-body .show-payment-v {
    padding: 0px !important;
  }
}
@media (min-width: 790px) and (max-width: 870px) {
  html .dark .moneytor-body .tabview {
    overflow: scroll !important;
  }
  html .dark .moneytor-body .tabwidth {
    width: 100%;
  }
}
html .dark .moneytor-body .timeLine .mat-dialog-container {
  max-height: initial;
  padding: 24px 0;
}
html .dark .moneytor-body .timeLine .mat-dialog-container .mat-dialog-content {
  margin: 0;
}
html .dark .moneytor-body .settle-v2 .mat-dialog-container {
  max-height: initial;
  padding: 24px 0;
}
html .dark .moneytor-body .settle-v2 .mat-dialog-container .mat-dialog-content {
  margin: 0;
}
html .dark .moneytor-body {
  background-color: #f7f5f9;
}
html .dark .chart-legend .legend-labels {
  overflow-x: auto !important;
}
html .dark .label-text {
  opacity: 0.5;
  font-size: 12px;
  color: inherit;
}
html .dark label {
  margin: 0;
}
html .dark .mat-calendar {
  border-radius: 6px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07) !important;
  border: 0;
  background-color: #ffffff;
}
html .dark .mat-calendar .mat-calendar-body-cell-content {
  font-weight: 500;
}
html .dark .mat-calendar .mat-calendar-body-today {
  background: #eedff2;
  color: #be52f2;
}
html .dark .mat-calendar .mat-calendar-body-selected {
  color: #ffffff;
  background-image:
    linear-gradient(
      225deg,
      #bd7ae3,
      #8461c9);
}
html .dark .mat-autocomplete-panel {
  border-radius: 6px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07) !important;
  border: 0;
  background-color: #ffffff;
}
html .dark .mat-autocomplete-panel mat-option {
  font-size: 15px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.65);
}
html .dark .mat-mdc-select-panel {
  border-radius: 6px !important;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07) !important;
  border: solid 1px #afaab9;
  background-color: #ffffff;
}
html .dark .mat-mdc-select-panel mat-option {
  font-size: 15px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.65);
}
html .dark .mat-mdc-select-panel mat-option .mat-pseudo-checkbox {
  display: none;
}
html .dark .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox {
  display: block;
  border: solid 1px #afaab9;
  background-color: #ffffff;
}
html .dark .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
html .dark .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox .mat-pseudo-checkbox-indeterminate {
  background-color: #ffffff;
}
html .dark .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox.mat-pseudo-checkbox-checked::after,
html .dark .mat-mdc-select-panel mat-option.mat-mdc-option-multiple .mat-pseudo-checkbox .mat-pseudo-checkbox-indeterminate::after {
  color: #6979f8;
}
html .dark .mat-checkbox {
  line-height: 1.29;
}
html .dark .mat-checkbox .mat-checkbox-layout {
  display: inline-block;
}
html .dark .mat-checkbox .mat-checkbox-frame {
  border-radius: 4px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #afaab9;
  background-color: #ffffff;
}
html .dark .mat-checkbox .mat-checkbox-inner-container {
  width: 18px;
  height: 18px;
}
html .dark .mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background-color: #ffffff;
  border: solid 1px #afaab9;
}
html .dark .mat-checkbox.mat-checkbox-checked .mat-checkbox-background svg.mat-checkbox-checkmark path.mat-checkbox-checkmark-path {
  stroke: #6979f8 !important;
}
html .dark .box {
  background: #ffffff;
  margin-bottom: 20px;
  margin-top: 0.1rem;
}
html .dark .moneytor-body mat-card {
  margin-bottom: 2rem;
}
html .dark .moneytor-body mat-card.p-0 {
  padding: 0;
}
html .dark .moneytor-body mat-card .mt-card-new-title {
  margin: 6px 0;
  line-height: 1;
}
html .dark .moneytor-body mat-card .mt-card-subtitle-new {
  font-size: 11.8px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
html .dark .moneytor-body mat-card .mt-card-subtitle-new span {
  font-size: 11.8px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
html .dark .moneytor-body mat-card .mat-card-avatar {
  height: 40px;
  width: 40px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #ccc;
}
html .dark .moneytor-body mat-card .mat-card-header .mat-card-title {
  font-size: 15px;
  font-weight: 600;
}
html .dark .moneytor-body mat-card .mat-card-header .mat-card-subtitle:not(:first-child) {
  margin-top: -3px;
}
html .dark .moneytor-body mat-card .mat-card-content {
  font-size: 12px;
}
html .dark .moneytor-body mat-card .mat-card-content .mt-card-data {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  height: 100%;
  padding: 0.2rem 0.63rem;
}
html .dark .moneytor-body mat-card .mat-card-content .mt-card-data p {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 11.8px;
  margin: 0 0 2px;
  letter-spacing: 0.5px;
  white-space: unset;
  word-break: break-word;
}
html .dark .moneytor-body mat-card .mat-card-content .mt-card-data h5 {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 11.8px;
  margin: 0 0 2px;
  letter-spacing: 0.5px;
  white-space: unset;
  word-break: break-word;
}
html .dark .moneytor-body mat-card .mat-card-content .mt-card-data .mt-time4-add-head {
  color: #636363;
  width: 100%;
  margin: 0;
}
html .dark .moneytor-body mat-card .mat-card-content h5 {
  margin: 0px;
  font-weight: 600;
  font-size: 13px;
}
html .dark .moneytor-body mat-tab-group .mat-tab-header {
  z-index: 0;
  border: 0;
}
html .dark .moneytor-body mat-tab-group .mat-tab-body-wrapper {
  z-index: 0;
}
html .dark .moneytor-body .mat-snack-bar-container {
  background: #6979f8;
  color: #ffffff;
  font-weight: 500;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .dark .moneytor-body .mat-snack-bar-container.error,
html .dark .moneytor-body .mat-snack-bar-container.failed,
html .dark .moneytor-body .mat-snack-bar-container.failure {
  background: #ff647c;
}
html .dark .moneytor-body .mat-snack-bar-container.warning {
  background: orange;
}
html .dark .moneytor-body .mat-snack-bar-container.success,
html .dark .moneytor-body .mat-snack-bar-container.Success {
  background: #00c48c;
}
html .dark .moneytor-body .mat-snack-bar-container .mat-simple-snackbar {
  font-size: 14px;
}
html .dark .moneytor-body .mat-snack-bar-container .mat-simple-snackbar .mat-simple-snackbar-action {
  color: #ffffff;
  font-weight: 600;
}
html .dark .moneytor-body .mat-snack-bar-container .mat-simple-snackbar .mat-simple-snackbar-action button {
  max-height: 36px;
  min-width: 0;
  font-size: 13px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}
html .dark .moneytor-body .mat-badge-content {
  min-width: 22px;
  background: #808df9;
}
html .dark .moneytor-body .mat-grid-list.grid-space {
  margin: 0.3em;
}
html .dark .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content {
  display: flex;
  justify-content: flex-start;
  padding: 8px;
  right: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .dark .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content .mat-figure {
  justify-content: flex-start;
}
html .dark .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content .mat-figure p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .dark .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content .mat-figure p.fnt-11 {
  font-size: 11px;
  color: rgb(2, 8, 29);
}
html .dark .moneytor-body .mat-grid-list .mat-grid-tile .mat-grid-tile-content .mat-figure p.m-bold {
  font-weight: 600;
}
html .dark .moneytor-body .mat-grid-list .mat-grid-tile.timeline-grid-tile .mat-figure {
  border: 1px solid #c5bcbc;
  padding: 8px;
}
html .dark .moneytor-body .moneytor-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  min-width: 300px;
}
html .dark .moneytor-body .moneytor-card.overflow-none {
  overflow: hidden;
}
html .dark .moneytor-body .moneytor-card.scrollable {
  max-width: calc(100vw - 50px);
  overflow-y: auto;
}
html .dark .moneytor-body .mt-min-tble-width {
  min-width: 250px;
  padding: 0px;
}
html .dark .moneytor-body .card-header {
  display: flex;
  margin-bottom: 0.6rem;
}
html .dark .moneytor-body .card-header.with-img {
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
html .dark .moneytor-body .card-title p {
  font-size: 17px;
  font-weight: 600;
  opacity: 0.8;
  color: #010431;
}
html .dark .moneytor-body .card-title p.no-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .dark .moneytor-body .card-body {
  padding: 0 1rem;
}
html .dark .moneytor-body .card-footer {
  display: flex;
  margin-top: 0.6rem;
}
html .dark .borrower {
  font-weight: 400;
  font-size: 11.8px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6509803922);
  margin: 0 0 2px;
  white-space: unset;
  word-break: break-word;
}
html .dark .borrowerdetail {
  padding: 0.2rem 0.63rem;
  margin-bottom: 8px;
}
html .dark .moneytor-input {
  font-size: 15px;
}
html .dark .moneytor-input.mat-mdc-form-field {
  width: 100%;
  margin-bottom: 0.4em;
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  margin: 0.1em 0;
  height: 40px;
}
html .dark .moneytor-input.mat-mdc-form-field.textarea .mat-mdc-text-field-wrapper {
  height: auto;
  min-height: 80px;
}
html .dark .moneytor-input.mat-mdc-form-field .mdc-notched-outline {
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-infix {
  padding: 2px 0 10px 0;
  height: 40px;
  border-top: 0.45em solid transparent;
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-infix .mat-select-arrow-wrapper {
  display: block;
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow {
  color: #000000;
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-error,
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-bottom-align {
  font-size: 11px;
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-error::before,
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-bottom-align::before {
  height: 9px;
}
html .dark .moneytor-input.mat-mdc-form-field .mdc-notched-outline__leading {
  border-right-style: none;
}
html .dark .moneytor-input.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left-style: none;
  border-right-style: none;
}
html .dark .moneytor-input.mat-mdc-form-field .mdc-notched-outline__trailing {
  border-left-style: none;
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-floating-label {
  margin-top: -0.75em;
  transform: translateY(-1em) scale(0.75);
}
html .dark .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mdc-notched-outline {
  background: #a9a9c1;
  border-radius: 5px;
}
html .dark .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-floating-label {
  color: #74758b;
}
html .dark .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mdc-notched-outline__leading {
  background: #a9a9c1;
}
html .dark .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mdc-notched-outline__notch {
  background: #a9a9c1;
}
html .dark .moneytor-input.mat-mdc-form-field.mat-form-field-disabled .mdc-notched-outline__trailing {
  background: #a9a9c1;
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-icon-prefix {
  left: 0px;
  top: -0.5em;
  align-self: center;
}
html .dark .moneytor-input.mat-mdc-form-field .mat-mdc-form-field-icon-suffix {
  right: 0px;
  top: -0.5em;
  align-self: center;
}
html .dark .moneytor-input.mat-mdc-form-field.textarea .mat-mdc-form-field-infix {
  height: auto !important;
}
html .dark .moneytor-input.mat-mdc-form-field.small.mat-mdc-form-field {
  font-size: 13px;
  margin-bottom: 0;
}
html .dark .moneytor-input.mat-mdc-form-field.small.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  margin: 0;
}
html .dark .moneytor-input.mat-mdc-form-field.small .mat-mdc-text-field-wrapper {
  padding-bottom: 0;
}
html .dark .moneytor-input.mat-mdc-form-field.small .mat-mdc-form-field-infix {
  height: 38px;
  border-top: 0.36em solid transparent;
}
html .dark .moneytor-input.mat-mdc-form-field.small .mat-mdc-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  font-size: 12px;
}
html .dark .moneytor-input.mat-mdc-form-field.small.m-footer-page .mat-mdc-form-field-infix {
  border-top: 0.69em solid transparent;
}
html .dark .moneytor-input.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-form-field-subscript-wrapper {
  display: block;
}
html .dark .mt-input-file-wrapper {
  border: 1px solid #74758b;
  border-radius: 5px;
  padding: 0 1rem;
  line-height: 44px;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: currentColor;
  width: 100%;
  height: 44px;
}
html .dark .mt-input-file-wrapper label {
  margin: 0;
  background: #74758b;
  color: #5a6ae9;
  padding: 0.4rem;
  border-radius: 5px;
  margin: 0 0.5rem;
  height: 30px;
  line-height: 30px;
}
html .dark .mt-input-file-wrapper label > .mt-attachment-icon-rotate {
  transform: rotate(45deg);
}
html .dark .mt-input-file-wrapper input[type=file] {
  display: none;
}
html .dark .mt-upload-file-name {
  max-width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
html .dark .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
html .dark .outline_custom-button {
  color: #6979f8 !important;
  margin-right: 0px;
  margin-left: 10px;
  height: 23px;
  width: 33px;
  background: #fff !important;
}
html .dark .vertical-line {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 4px;
  background-color: #6979f8;
  height: calc(100% - 4px);
  z-index: 1;
}
html .dark .mt-btn,
html .dark .mt-btn.mdc-button {
  margin-right: 4px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  background-color: #6979f8;
  border: 1px solid;
  border-color: #6979f8;
  padding: 0rem 0.95rem;
  min-width: 50px;
  line-height: 32px;
}
html .dark .mt-btn.small,
html .dark .mt-btn.mdc-button.small {
  padding: 0 8px;
  font-size: 12px;
  line-height: 30px;
}
html .dark .mt-btn.large,
html .dark .mt-btn.mdc-button.large {
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  line-height: 32px;
}
html .dark .mt-btn.x-large,
html .dark .mt-btn.mdc-button.x-large {
  padding: 0.9rem 1.5rem;
  font-size: 15px;
  line-height: 36px;
}
html .dark .mt-btn.full-width,
html .dark .mt-btn.mdc-button.full-width {
  width: 100%;
}
html .dark .mt-btn.primary,
html .dark .mt-btn.mdc-button.primary {
  background-color: #6979f8;
  border-color: #6979f8;
}
html .dark .mt-btn.secondary,
html .dark .mt-btn.mdc-button.secondary {
  background-color: #808df9;
  border-color: #808df9;
}
html .dark .mt-btn.warning,
html .dark .mt-btn.mdc-button.warning {
  background-color: orange;
  border-color: orange;
}
html .dark .mt-btn.error,
html .dark .mt-btn.mdc-button.error {
  background-color: #ff647c;
  border-color: #ff647c;
}
html .dark .mt-btn.success,
html .dark .mt-btn.mdc-button.success {
  background-color: #00c48c;
  border-color: #00c48c;
}
html .dark .mt-btn.white,
html .dark .mt-btn.mdc-button.white {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  color: #6979f8;
}
html .dark .mt-btn.white.red,
html .dark .mt-btn.mdc-button.white.red {
  color: #ff647c;
}
html .dark .mt-btn.rounded,
html .dark .mt-btn.mdc-button.rounded {
  border-radius: 18px !important;
}
html .dark .mt-btn.circle,
html .dark .mt-btn.mdc-button.circle {
  min-height: 24px;
  min-width: 24px;
  line-height: 1;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  margin: 0;
  border: 0;
}
html .dark .mt-btn.circle .mat-icon,
html .dark .mt-btn.mdc-button.circle .mat-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 18px;
}
html .dark .mt-btn.circle.large,
html .dark .mt-btn.mdc-button.circle.large {
  min-height: 40px;
  min-width: 40px;
}
html .dark .mt-btn.circle.large .mat-icon,
html .dark .mt-btn.mdc-button.circle.large .mat-icon {
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 24px;
}
html .dark .mt-btn.circle.small,
html .dark .mt-btn.mdc-button.circle.small {
  min-height: 18px;
  min-width: 18px;
}
html .dark .mt-btn.circle.small .mat-icon,
html .dark .mt-btn.mdc-button.circle.small .mat-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 18px;
}
html .dark .mt-btn.outline,
html .dark .mt-btn.mdc-button.outline {
  background-color: #ffffff;
  color: #6979f8;
  border-color: #6979f8;
}
html .dark .mt-btn.outline.error,
html .dark .mt-btn.mdc-button.outline.error {
  border-color: #ff647c;
  color: #ff647c;
}
html .dark .mt-btn.outline.warning,
html .dark .mt-btn.mdc-button.outline.warning {
  border-color: orange;
  color: orange;
}
html .dark .mt-btn.outline.success,
html .dark .mt-btn.mdc-button.outline.success {
  border-color: #00c48c;
  color: #00c48c;
}
html .dark .mt-btn.nobg,
html .dark .mt-btn.mdc-button.nobg {
  background-color: transparent;
  border-color: #ffffff;
  color: #636363;
  border: 0;
  box-shadow: none;
}
html .dark .mt-btn.nobg.primary,
html .dark .mt-btn.mdc-button.nobg.primary {
  color: #6979f8;
}
html .dark .mt-btn.nobg.warning,
html .dark .mt-btn.mdc-button.nobg.warning {
  color: orange;
}
html .dark .mt-btn.nobg.error,
html .dark .mt-btn.mdc-button.nobg.error {
  color: #ff647c;
}
html .dark .mt-btn.nobg.success,
html .dark .mt-btn.mdc-button.nobg.success {
  color: #00c48c;
}
html .dark .mt-btn.nobg.white,
html .dark .mt-btn.mdc-button.nobg.white {
  color: #ffffff;
}
html .dark .mt-btn.no-wrap,
html .dark .mt-btn.mdc-button.no-wrap {
  white-space: nowrap;
}
html .dark .mt-btn.link,
html .dark .mt-btn.mdc-button.link {
  border: 0;
  background: transparent;
  color: #6979f8;
  line-height: 1;
  white-space: normal;
  margin: 0;
  padding: 10px;
  height: auto;
}
html .dark .mt-btn.link .mdc-button__ripple,
html .dark .mt-btn.mdc-button.link .mdc-button__ripple {
  opacity: 0;
}
html .dark .mt-btn.link:hover,
html .dark .mt-btn.mdc-button.link:hover {
  color: #3b49f3;
  background: transparent;
}
html .dark .mt-btn.link:hover .mat-button-focus-overlay,
html .dark .mt-btn.mdc-button.link:hover .mat-button-focus-overlay {
  background-color: transparent;
}
html .dark .mt-btn.link.warning,
html .dark .mt-btn.mdc-button.link.warning {
  color: orange;
}
html .dark .mt-btn.link.error,
html .dark .mt-btn.mdc-button.link.error {
  color: #ff647c;
}
html .dark .mt-btn.link.success,
html .dark .mt-btn.mdc-button.link.success {
  color: #00c48c;
}
html .dark .mt-btn.link:disabled,
html .dark .mt-btn.mdc-button.link:disabled {
  background-color: transparent;
  border-color: #ece9f1;
}
html .dark .mt-btn.icon-btn,
html .dark .mt-btn.icon,
html .dark .mt-btn.mdc-button.icon-btn,
html .dark .mt-btn.mdc-button.icon {
  background: transparent;
  height: 30px;
  min-width: 30px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #6979f8;
  border: 0;
}
html .dark .mt-btn.icon-btn:hover,
html .dark .mt-btn.icon:hover,
html .dark .mt-btn.mdc-button.icon-btn:hover,
html .dark .mt-btn.mdc-button.icon:hover {
  color: #00179c;
}
html .dark .mt-btn.icon-btn:hover .mat-button-focus-overlay,
html .dark .mt-btn.icon:hover .mat-button-focus-overlay,
html .dark .mt-btn.mdc-button.icon-btn:hover .mat-button-focus-overlay,
html .dark .mt-btn.mdc-button.icon:hover .mat-button-focus-overlay {
  background-color: transparent;
}
html .dark .mt-btn.icon-btn.outline,
html .dark .mt-btn.icon.outline,
html .dark .mt-btn.mdc-button.icon-btn.outline,
html .dark .mt-btn.mdc-button.icon.outline {
  border: 1px solid;
  border-radius: 50%;
  height: 32px;
  min-width: 32px;
}
html .dark .mt-btn.icon-btn.outline .mat-icon,
html .dark .mt-btn.icon.outline .mat-icon,
html .dark .mt-btn.mdc-button.icon-btn.outline .mat-icon,
html .dark .mt-btn.mdc-button.icon.outline .mat-icon {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  width: 18px;
}
html .dark .mt-btn.icon-btn.circle,
html .dark .mt-btn.icon.circle,
html .dark .mt-btn.mdc-button.icon-btn.circle,
html .dark .mt-btn.mdc-button.icon.circle {
  border-radius: 50%;
}
html .dark .mt-btn.icon-btn.error,
html .dark .mt-btn.icon.error,
html .dark .mt-btn.mdc-button.icon-btn.error,
html .dark .mt-btn.mdc-button.icon.error {
  color: #ff647c;
}
html .dark .mt-btn.icon-btn.warning,
html .dark .mt-btn.icon.warning,
html .dark .mt-btn.mdc-button.icon-btn.warning,
html .dark .mt-btn.mdc-button.icon.warning {
  color: orange;
}
html .dark .mt-btn.icon-btn.white,
html .dark .mt-btn.icon.white,
html .dark .mt-btn.mdc-button.icon-btn.white,
html .dark .mt-btn.mdc-button.icon.white {
  color: #ffffff;
}
html .dark .mt-btn.icon-btn.black,
html .dark .mt-btn.icon.black,
html .dark .mt-btn.mdc-button.icon-btn.black,
html .dark .mt-btn.mdc-button.icon.black {
  color: black;
}
html .dark .mt-btn.icon-btn.success,
html .dark .mt-btn.icon.success,
html .dark .mt-btn.mdc-button.icon-btn.success,
html .dark .mt-btn.mdc-button.icon.success {
  color: #00c48c;
}
html .dark .mt-btn.grn,
html .dark .mt-btn.mdc-button.grn {
  color: #43cf76;
}
html .dark .mt-btn.blue,
html .dark .mt-btn.mdc-button.blue {
  color: #3b49f3;
}
html .dark .mt-btn:disabled,
html .dark .mt-btn.mdc-button:disabled {
  background: #ece9f1;
  border-color: #ece9f1;
  color: #1a051d;
}
html .dark .mt-btn:disabled.icon,
html .dark .mt-btn.mdc-button:disabled.icon {
  background: transparent;
  border-color: transparent;
}
html .dark .mt-btn.no-border,
html .dark .mt-btn.mdc-button.no-border {
  border: 0;
}
html .dark .mt-btn.shadow,
html .dark .mt-btn.mdc-button.shadow {
  box-shadow: 0 1px 4px 0 rgba(95, 95, 101, 0.468);
}
html .dark .mt-btn.active,
html .dark .mt-btn.mdc-button.active {
  background-color: rgb(68, 70, 71);
}
html .dark .mt-btn .mdc-button__label,
html .dark .mt-btn.mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
}
html .dark .mt-btn.mat-mdc-button-disabled,
html .dark .mt-btn.mdc-button.mat-mdc-button-disabled {
  cursor: not-allowed;
}
html .dark .clear {
  border-radius: 16px;
  color: white;
  font-size: 18px;
  border-radius: 16px;
  padding-top: 3px;
}
html .dark .closePortfolioSummary {
  font-size: 14px;
  background: red;
  color: white;
  border-radius: 50%;
  padding-top: 2px;
  height: 19px !important;
  width: 19px !important;
}
html .dark .statusActionBtn {
  font-size: 20px;
  font-weight: 900;
}
html .dark .login-box {
  min-width: 500px;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html .dark .login-box .login-wrapper {
  text-align: center;
  padding: 24px 32px;
  border-radius: 20px;
  box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
  background-color: #f7f5f9;
}
html .dark .login-box .login-wrapper .logo-container .logo-img {
  height: 50px;
  width: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 1.2rem;
}
html .dark .login-box .login-wrapper .login-header {
  display: flex;
  flex-direction: row;
  margin: 1rem 0;
}
html .dark .login-box .login-wrapper .loading-action {
  margin-top: 1rem;
}
html .dark .login-box .login-wrapper .loading-action .mt-btn {
  padding: 1.4rem;
  font-size: 15px;
}
html .dark .login-box .login-wrapper .loading-action .mt-btn[disabled] {
  color: #1a051d;
}
html .dark .login-box .login-wrapper .login-footer {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0 0;
}
html .dark .tab-header-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(208, 201, 214, 0.4);
}
html .dark .tab {
  border: 1px solid rgba(208, 201, 214, 0.4);
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  flex-direction: row;
  align-items: center;
  background: #ffffff;
}
html .dark .tab::-webkit-scrollbar {
  width: 100%;
  height: 3px;
}
html .dark .tab::-o-scrollbar {
  width: 100%;
  height: 3px;
}
html .dark .tab::-moz-scrollbar {
  width: 100%;
  height: 3px;
}
html .dark .tab .mt-btn {
  float: left;
  cursor: pointer;
  padding: 0.6rem 4rem;
  transition: 0.3s;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
html .dark .tab .mt-btn.tab_active {
  background-color: #6979f8;
  color: #ffffff !important;
  font-weight: 900;
}
html .dark .tab.icon-top {
  padding-top: 8px;
}
html .dark .tab.icon-top .mt-btn {
  background-color: transparent;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  white-space: unset;
  color: #1a051d;
  padding: 0rem 2rem;
  margin-right: 1rem;
}
html .dark .tab.icon-top .mt-btn .mat-button-wrapper {
  display: flex;
  flex-direction: column;
}
html .dark .tab.icon-top .mt-btn.tab_active {
  color: #6979f8;
}
html .dark .tab.icon-top .mt-btn.tab_active::after {
  content: "";
  width: 48px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #6979f8;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px 5px 0 0;
  transition: 0.5s ease-in;
}
html .dark .tab.icon-top .mt-btn label {
  white-space: nowrap;
  margin: 0;
}
html .dark .tabcontent {
  padding: 6px 12px;
  border: 0;
  background: #f7f5f9;
}
html .dark .tabcontent .tab-header {
  padding: 0.63rem;
  display: flex;
  align-items: center;
}
html .dark .tabcontent .tab-body {
  padding: 0.63rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .dark .moneytor-body {
}
html .dark .moneytor-body .sticky-top {
  position: sticky;
  top: 0;
  z-index: 5;
}
html .dark .moneytor-body .flexRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
html .dark .moneytor-body .flexRow_amt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 566px;
}
html .dark .moneytor-body .flexCol {
  display: flex;
  flex-direction: column;
}
html .dark .moneytor-body .flex-wrap {
  flex-wrap: wrap;
}
html .dark .moneytor-body .flex-no-wrap {
  flex-wrap: nowrap;
}
html .dark .moneytor-body .flex-start {
  align-self: start;
  align-self: flex-start;
}
html .dark .moneytor-body .flex-end {
  align-self: end;
  align-self: flex-end;
}
html .dark .moneytor-body .space-between {
  justify-content: space-between;
}
html .dark .moneytor-body .flex-right {
  justify-content: flex-end;
}
html .dark .moneytor-body .flex-left {
  justify-content: flex-start;
}
html .dark .moneytor-body .flex-center {
  align-items: center;
}
html .dark .moneytor-body .flex-baseline {
  align-items: baseline;
}
html .dark .moneytor-body .flex-self-center {
  align-self: center;
}
html .dark .moneytor-body .text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
html .dark .moneytor-body .justify-center {
  justify-content: center;
}
html .dark .moneytor-body .mt-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
}
html .dark .moneytor-body .page-wrapper {
  padding: 0 0.63rem;
}
html .dark .moneytor-body .mt-pg-cntr {
  background: #f5f5f5;
  height: calc(100vh - 60px);
}
html .dark .moneytor-body .mt-pg-hdr-sec {
  margin-bottom: 0.95rem;
  background: #ffffff;
  padding: 1.2rem 0.63rem;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
html .dark .moneytor-body .mt-pg-hdr-sec.with-tbl {
  padding: 0.63rem;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
html .dark .moneytor-body .mt-hdr {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
html .dark .moneytor-body .mt-hdr-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
html .dark .moneytor-body .mt-hdr-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  color: #a099a6;
}
html .dark .moneytor-body .mt-flip-x {
  transform: rotateX(180deg);
}
html .dark .moneytor-body .mt-flip-y {
  transform: rotateY(180deg);
}
html .dark .moneytor-body .mt-quick-filters-cnt {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
}
html .dark .moneytor-body .mt-quick-filters-cnt.flex-center {
  align-items: center;
}
html .dark .moneytor-body .mt-quick-filter {
  margin-right: 40px;
}
html .dark .moneytor-body .quick-filter-label {
  display: block;
  margin-bottom: 8px;
  opacity: 0.5;
  font-size: 12px;
}
html .dark .moneytor-body .quick-filter-btn {
  float: left;
  margin-right: 10px;
}
html .dark .moneytor-body .quick-filter-btn.m-0 {
  margin: 0;
}
html .dark .moneytor-body .mt-filter-box {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
html .dark .moneytor-body .mt-reverse-row {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
html .dark .moneytor-body .mt-select-all-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(165, 175, 251, 0.5);
  font-weight: 500;
  font-size: 15px;
  padding: 0.32rem 1rem;
  width: 100%;
}
html .dark .moneytor-body .mt-select-all-cont a {
  color: #475ff2;
  cursor: pointer;
}
html .dark .moneytor-body .mt-select-all-cont p {
  opacity: 0.5;
}
html .dark .moneytor-body .mat-mdc-card.mt-filter-card {
  position: fixed;
  z-index: 112;
  min-width: 330px;
  max-width: 386px;
  min-height: 100%;
  padding: 0px;
  border-radius: 4px 0 0 4px;
}
html .dark .moneytor-body .mat-mdc-card.mt-filter-card.left {
  left: 0;
  top: 0;
}
html .dark .moneytor-body .mat-mdc-card.mt-filter-card.right {
  right: 0;
  top: 0;
}
html .dark .moneytor-body .mat-mdc-card.full-width {
  max-width: 100%;
}
html .dark .moneytor-body .mat-mdc-card.mt-slip-container {
  margin-top: 57px;
  border-radius: 20px;
}
html .dark .moneytor-body .mat-mdc-card .mt-filter-content {
  display: block;
  height: calc(100vh - 64px);
  overflow: auto;
  margin-bottom: 0;
  width: 100%;
  background: #f7f5f9;
  padding: 8px;
}
html .dark .moneytor-body .mat-mdc-card .mt-filter-content .mt-flex {
  padding: 5px;
}
html .dark .moneytor-body .mat-mdc-card .mt-filter-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0;
  justify-content: flex-end;
}
html .dark .moneytor-body .mat-mdc-card .mt-slip-container {
  margin-top: 57px;
  border-radius: 20px;
}
html .dark .moneytor-body .mt-minmize-filter-view {
  max-height: 200px;
  overflow: hidden;
}
html .dark .moneytor-body .mt-slip-card {
  background: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
}
html .dark .moneytor-body .mt-filter-wrapper-blur {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1250;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.55);
}
html .dark .moneytor-body .mt-modal-blur {
  background: rgba(0, 0, 0, 0.3);
}
html .dark .moneytor-body .modal-content {
  border-radius: 20px;
  padding: 1rem;
}
html .dark .moneytor-body .mt-shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .dark .moneytor-body .modal {
  background: transparent;
}
html .dark .moneytor-body .modal .modal-dialog {
  margin: 80px auto;
  position: relative;
}
html .dark .moneytor-body .modal .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 0;
}
html .dark .moneytor-body .modal .modal-content .modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
}
html .dark .moneytor-body .modal .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
html .dark .moneytor-body .modal .modal-content .modal-footer {
  padding: 8px 8px 0 8px;
  text-align: right;
  border-top: 1px solid #f4f4f4;
}
html .dark .moneytor-body .alert {
  color: #ffffff;
  border: 0;
  text-align: left;
  padding: 0.5rem 1rem;
  margin: 0;
}
html .dark .moneytor-body .alert .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .dark .moneytor-body .alert .alert-body {
  margin-top: 0.5rem;
  position: relative;
}
html .dark .moneytor-body .alert.alert-primary {
  background-color: #6979f8;
}
html .dark .moneytor-body .alert.alert-secondary {
  background-color: #808df9;
}
html .dark .moneytor-body .alert.alert-success {
  background-color: #00c48c;
}
html .dark .moneytor-body .alert.alert-danger {
  background-color: #ff647c;
}
html .dark .moneytor-body .alert.alert-warning {
  background-color: orange;
}
html .dark .moneytor-body .alert.alert-info {
  background-color: rgb(101, 84, 192);
}
html .dark .moneytor-body .mt-legend-box {
  height: 15px;
  width: 15px;
  display: inline-block;
  line-height: 1;
}
html .dark .moneytor-body .legends-btn {
  display: flex;
  margin: 0 1rem;
}
html .dark .moneytor-body .z-index-0 {
  z-index: -1;
}
html .dark .moneytor-body .hidden-content {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
html .dark .moneytor-body .button-group .mr-5 {
  margin-right: 10px;
}
html .dark .moneytor-body .max-height-200 {
  max-height: 200px;
  margin: 1rem 0;
}
html .dark .moneytor-body .theme-change-toggle {
  position: fixed;
  z-index: 1;
  top: 30%;
  right: 0%;
  transform: translate(0, -30%);
}
html .dark .moneytor-body .dark {
  background-color: #1b1e27;
}
html .dark .moneytor-body .bg-light-gray {
  background: #ece9f1;
}
html .dark .moneytor-body .mt-apply-offer-btn {
  position: fixed;
  bottom: 5%;
  right: 3%;
  box-shadow: 0 1px 4px 0 rgba(95, 95, 101, 0.468);
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 5px;
  min-width: 80px;
  line-height: 36px;
  background: #6979f8;
  color: #fff;
  padding: 0.9rem 1.5rem;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  z-index: 100;
}
html .dark .moneytor-body .mt-apply-offer-btn.mt-fab {
  height: 35px;
  min-width: 35px;
  max-width: 35px;
  justify-content: center;
  background: none;
  box-shadow: none;
  right: 10px;
  position: relative;
}
html .dark .moneytor-body .mt-apply-offer-btn.mt-fab [class^=ic_] {
  font-size: 35px;
  height: 35px;
  width: 35px;
  color: #6979f8;
}
html .dark .moneytor-body .mt-radio-grp .mt-radio-item {
  display: block;
}
html .dark .moneytor-body .mt-radio-grp .mt-radio-item:not(:last-child) {
  margin-bottom: 8px;
}
html .dark .moneytor-body .mt-radio-grp .mt-radio-item .mdc-label {
  width: auto;
}
html .dark .moneytor-body .max-height-200 {
  max-height: 200px;
  margin: 1rem 0;
}
html .dark .moneytor-body .mt-audio-player {
  height: 35px;
}
html .dark .moneytor-body .bt-1 {
  border-top: 1px solid #e0d9d9;
}
html .dark .moneytor-body .max-height-200 {
  max-height: 200px;
  margin: 1rem 0;
}
html .dark .moneytor-body .mt-audio-player {
  height: 35px;
}
html .dark .moneytor-body .bt-1 {
  border-top: 1px solid #e0d9d9;
}
@media screen and (max-width: 1595px) {
  html .dark .moneytor-body .quick-filter-btn.filter-btn-pt-10 {
    padding-top: 10px;
  }
}
html .dark .moneytor-body .mt-grid {
  display: grid;
}
html .dark .moneytor-body .mt-grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
html .dark .moneytor-body .mt-grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
html .dark .moneytor-body .mt-grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
html .dark .moneytor-body .mt-grid-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
html .dark .moneytor-body .mt-grid-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
html .dark .moneytor-body .mt-gap-15 {
  gap: 15px;
}
html .dark .moneytor-body .mt-gap-8-15 {
  gap: 8px 15px;
}
html .dark .no-gutter {
  padding-left: 0;
  padding-right: 0;
}
html .dark .no-gutter.with-gutter {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 768px) {
  html .dark .row-equal {
    display: flex;
    flex-wrap: wrap;
  }
  html .dark .col-equal {
    margin: auto;
  }
}
html .dark .mt-calling-screen-wrapper {
  position: fixed;
  z-index: 999;
  right: 2%;
  bottom: 2%;
  background: #6979f8;
  border-radius: 25px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  max-height: 330px;
  width: 379px;
  overflow-x: hidden;
}
html .dark .mt-calling-screen-wrapper::-webkit-scrollbar {
  height: 0;
  width: 0;
}
html .dark .mt-calling-screen-wrapper .btn-collapse .mat-icon {
  position: relative;
  left: 345px;
  top: 40px;
  font-size: 30px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen {
  width: 100%;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 18px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-id {
  display: flex;
  flex-direction: column;
  justify-items: left;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-id .mt-caller-member-id {
  max-width: 283.88px;
  display: inline-block;
  padding: 3px 7px;
  font-family: Avenir;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  border: 0.5px solid #98A4FF;
  border-radius: 17px;
  margin-top: 5px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-id .mt-caller-parent-id {
  width: 46%;
  padding: 3px 7px;
  font-family: Avenir;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  border: 0.5px solid #98A4FF;
  border-radius: 17px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail {
  align-items: center;
  margin: 0px 0px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail .mt-caller-info {
  margin-top: 20px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail .name {
  font-family: Avenir;
  font-size: 12px;
  font-weight: 350;
  line-height: 22px;
  text-align: center;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail .number {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 850;
  line-height: 22px;
  color: #ffffff;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-calling-detail .mt-caller-name {
  text-align: center;
  margin: 0;
  letter-spacing: 1.5px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 39px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style {
  max-width: 80px;
  text-align: center;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style p {
  margin: 0px -21px 0px -21px;
  padding-top: 10px;
  font-size: 14px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn {
  display: flex;
  float: row;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn.yellow {
  background-color: #ffcf5c;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn:disabled {
  background: #ece9f1;
  border-color: #ece9f1;
  color: #808df9;
  cursor: not-allowed;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn .ic_call-end {
  height: 12px;
  width: 14px;
  object-fit: contain;
  padding-right: 23px;
  padding-bottom: 21px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mt-btn-style .mt-btn .ic_go-to {
  height: 12px;
  width: 16px;
  object-fit: contain;
  padding-right: 9px;
  padding-bottom: 20px;
}
html .dark .mt-calling-screen-wrapper .mt-calling-screen .mt-action-btn-wrapper .mat-menu-content {
  width: 300px;
}
html .dark .mt-calling-header {
  position: absolute;
  height: 44px;
  background-color: #A5AFFB;
  width: 379px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0px 0px;
}
html .dark .mt-calling-header .mt-header-name {
  padding: 14px;
  font-family: Avenir;
  font-size: 17px;
  font-weight: 250;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
  margin-left: -61px;
}
html .dark .mt-calling-header .mt-call-avatar-icon {
  position: absolute;
  top: 10px;
  left: 346px;
  font-size: 22px;
}
html .dark .mt-calling-screen-wrapper-collapsed {
  position: fixed;
  z-index: 999;
  right: 2%;
  bottom: 2%;
  background: #6979f8;
  border-radius: 25px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 84px;
  width: 379px;
  overflow-y: auto;
  overflow-x: hidden;
}
html .dark .mt-calling-screen-wrapper-collapsed::-webkit-scrollbar {
  height: 0;
  width: 0;
}
html .dark .mt-calling-screen-wrapper-collapsed .btn-collapse .mat-icon {
  position: relative;
  left: 345px;
  font-size: 30px;
  top: 40px;
}
html .dark .mt-calling-screen-wrapper-collapsed .calling-details {
  width: 90%;
  margin: 0 auto;
}
html .dark .mt-calling-screen-wrapper-collapsed .calling-details .name {
  font-size: 14px;
}
html .dark .mt-calling-screen-wrapper-collapsed .calling-details .number {
  font-size: 16px;
}
html .dark .background-calling {
  background-color: #EEACDF;
}
html .dark .background-connected {
  background-color: #26D0BC;
}
html .dark .background-break {
  background-color: #77D7FF;
}
html .dark .background-disconnected {
  background-color: #FB5F71;
}
html .dark .background-completed {
  background-color: #FFA26B;
}
html .dark .custom-menu {
  width: 152px;
}
html .dark .custom-radio-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html .dark .mfc-radio .mdc-label {
  margin-left: 5px;
}
html .dark .custom-menu-call-btn {
  width: 250px;
  height: 100px;
}
html .dark .custom-menu-call-btn .contact_field .mat-form-field-wrapper {
  margin-left: 2px;
  width: 230px;
  height: 10px;
  border-radius: 20px;
}
html .dark .customize + * .mat-mdc-menu-panel {
  height: 70px;
  width: 245px;
  border-radius: 10px;
  padding-left: 4px;
  overflow: hidden;
}
html .dark .toggle-container button.toggle-button {
  background-color: transparent;
  border: none;
  margin-top: -3px;
  margin-right: -131px;
  margin-left: 63px;
}
html .dark .mt-btn-style .mat-button-disabled {
  background-color: transparent !important;
  border: none !important;
}
html .dark .mt-page-not-found {
  position: relative;
  height: calc(100vh - 100px);
}
html .dark .mt-page-not-found .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 410px;
  width: 100%;
  text-align: center;
}
html .dark .mt-page-not-found .notfound .notfound-404 {
  height: 140px;
  position: relative;
  z-index: -1;
}
html .dark .mt-page-not-found .notfound .notfound-404 h1 {
  font-size: 120px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-text-fill-color: #ff647c;
  background-size: cover;
  background-position: center;
}
html .dark .mt-page-not-found .notfound h2 {
  color: #1a051d;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
html .dark .mt-page-not-found .notfound p {
  color: #1a051d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}
html .dark .mt-page-not-found .notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #6979f8;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #6979f8;
  box-shadow: 0px 4px 15px -5px #6979f8;
  cursor: pointer;
}
html .dark .mt-page-not-found .notfound a:hover {
  background: #808df9;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  html .dark .mt-page-not-found .notfound p {
    padding: 0 1rem;
  }
  html .dark .mt-page-not-found .notfound .notfound-404 {
    height: 142px;
  }
  html .dark .mt-page-not-found .notfound .notfound-404 h1 {
    font-size: 112px;
  }
}
html .dark .mt-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  justify-content: space-around;
  overflow: hidden;
  z-index: 1266;
}
html .dark .mt-modal.blur {
  background: rgba(16, 0, 34, 0.8);
}
html .dark .mt-modal .modal-container {
  position: fixed;
  max-width: 500px;
  min-width: 500px;
  left: 50%;
  top: 70px;
  transform: translate(-50%, 0%);
  z-index: 1266;
}
html .dark .mt-modal .modal-container.center {
  top: 50%;
  transform: translate(-50%, -50%);
}
html .dark .mt-modal .modal-container .modal-content {
  border-radius: 5px;
  padding: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  background: #ffffff;
}
html .dark .mt-modal .modal-container .modal-content .modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1rem;
}
html .dark .mt-modal .modal-container .modal-content .modal-header .modal-title > * {
  font-size: 20px;
}
html .dark .mt-modal .modal-container .modal-content .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: calc(100vh - 210px);
}
html .dark .mt-modal .modal-container .modal-content .modal-body > * {
  font-size: 16px;
}
html .dark .mt-modal .modal-container .modal-content .modal-body.no-scroll {
  overflow: hidden;
  text-align: center;
}
html .dark .mt-modal .modal-container .modal-content .modal-footer {
  padding: 15px 0 0 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
html .dark .mt-modal .alert-footer {
  padding: 15px 0 0 0;
  text-align: center;
}
html .dark .mt-container {
  font-family:
    "Avenir",
    "Avenir-LT-Std-Light",
    "Avenir-LT-Std-Book",
    "Avenir-LT-Std-Roman";
}
html .dark .mt-container .mat-drawer-container {
  background: #f7f5f9;
  height: 100%;
  overflow: hidden;
}
html .dark .mt-container .mat-drawer-container .mat-drawer {
  width: 217px;
  position: fixed;
  border-radius: 0;
  background-color: #190036;
  color: #ffffff;
}
html .dark .mt-container .mat-drawer-container .mat-drawer.mat-drawer-side {
  z-index: 1;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list {
  padding-top: 0;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item {
  background: #221849;
  border-radius: 0;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item .navItemlabel,
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item .navIcon {
  color: #ffffff;
  text-transform: capitalize;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item:hover {
  transition: 0.5s all;
  background: #6979f8;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item.mt-nav-active {
  background: #6979f8;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item:hover:after,
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item.mt-nav-active:after {
  content: "";
  position: absolute;
  width: 5px;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  border-left: 5px solid #00c48c;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item .navIcon {
  margin-right: 10px;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .mat-mdc-nav-list.mt-side-nav-list .mat-mdc-list-item.mt-side-nav-list-item .ic_crown {
  padding-bottom: 26px;
}
html .dark .mt-container .mat-drawer-container .mat-drawer .logo-container {
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .dark .mt-container .mat-drawer-content .mt-content-wrapper {
  padding-top: 64px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
html .dark .mt-container .mat-drawer-content .mt-content-wrapper.mt-mobile-content-wrapper {
  padding-top: 0;
}
html .dark .mt-container .mat-drawer-content .mt-toolbar {
  height: 64px;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
html .dark .mt-container .mat-drawer-content .mt-toolbar.side-bar-open {
  width: calc(100% - 217px);
}
html .dark .mt-container.mt-is-mobile .mat-drawer-container {
  background: #ffffff;
}
html .dark .mt-container.mt-is-mobile .mat-drawer-container .mt-toolbar.side-bar-open {
  width: 100%;
}
html .dark .logoCode {
  display: flex;
  flex-direction: row;
}
html .dark .instituteNumber {
  width: 50px;
  height: 30px;
  box-shadow: 0 0px 26px rgba(0, 0, 0, 0.25), 0 3px 10px rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  background-color: #6979f8;
  padding: 6px;
  font-size: 15px;
  color: #ffffff;
  margin-left: 23px;
  text-align: center;
  line-height: 22px;
  position: relative;
  transform: translateY(5px);
}
html .dark .instituteNumber .triangle {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 14px solid #6979f8;
  position: absolute;
  left: -14px;
  top: 10px;
}
html .dark .mt-client-logo-url {
  padding: 1px;
  margin-left: 10px;
  border-radius: 5px;
  object-fit: cover;
}
html .dark .timeline4-container {
  padding: 0rem 0.6rem;
}
html .dark .timeline4-container .mt-padding-7 {
  padding-left: 7px;
  padding-right: 7px;
}
html .dark .timeline4-container .mt-display-format {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .dark .timeline4-container .mt-display-format:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
html .dark .timeline4-container .mt-display-format p {
  padding: 0.5rem 2rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .dark .timeline4-container .mt-display-format-2 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .dark .timeline4-container .mt-display-format-2:not(:last-child) {
  border-bottom: 1px solid #ece9f1;
}
html .dark .timeline4-container .mt-display-format-2 h5 {
  padding: 0.5rem 2rem;
  color: black;
  font-weight: 500;
  font-size: 13px;
}
html .dark .timeline4-container .mt-display-format-2 p {
  margin: 1px;
  color: rgba(86, 88, 88, 0.66);
  font-size: 13px;
}
html .dark .timeline4-container .mt-display-charges {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .dark .timeline4-container .mt-display-charges p {
  padding: 0.5rem 2rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .dark .timeline4-container .mt-display-flex {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  padding: 0.5rem 0.63rem;
  gap: 18px;
}
html .dark .timeline4-container .mat-mdc-card {
  padding: 6px;
}
html .dark .timeline4-container .mt-inline-title {
  margin: 1px 0px 4px 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: #ece9f1;
  padding-left: 2px;
}
html .dark .timeline4-container .mt-card-header-page {
  color: rgba(121, 117, 117, 0.85);
  font-size: 15px;
  font-weight: 600;
}
html .dark .timeline4-container .mt-padding-default {
  padding: 0 1rem;
}
html .dark .timeline4-container .mt-summary-header-new .mt-btn {
  margin: 0 0 0 16px;
}
html .dark .timeline4-container .mt-header-tab-content .mat-tab-label {
  padding: 0 1rem;
  opacity: 1;
  min-width: 130px;
  margin: 0.5rem 0;
  max-width: 140px;
}
html .dark .timeline4-container .mt-header-tab-content .mat-tab-label mat-icon {
  font-size: 20px;
  color: #ffffff;
  margin-right: 4px;
}
html .dark .timeline4-container .mt-timeline-charges-container {
  padding: 0.5rem;
  margin: 0.5rem 0;
}
html .dark .timeline4-container .mt-action-btn-container button {
  font-size: 13px;
  padding: 0 12px;
}
html .dark .timeline4-container .mt-action-btn-container button mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
}
html .dark .timeline4-container .mt-undo-btn {
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #6979f8;
  margin-left: 3px;
}
html .dark .timeline4-container .mt-undo-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 18px;
}
html .dark .timeline4-container .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 12px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
html .dark .timeline4-container .mdc-label {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 12px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
html .dark .timeline4-container .mt-timeline-tab {
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  max-height: 46rem;
  min-height: 40rem;
  width: 100%;
}
html .dark .timeline4-container .mt-timeline-tab .tab-view {
  display: flex;
}
html .dark .timeline4-container .mt-change-view {
  color: #6979f8;
}
html .dark .timeline4-container .mt-flip-icon {
  color: #6979f8;
}
html .dark .timeline4-container .mt-tim-header-border {
  border-bottom: 1px solid #6979f8;
}
html .dark .timeline4-container .mt-offer-banner {
  width: 230px;
  margin: 0;
  height: 200px;
}
html .dark .timeline4-container mat-icon {
  transition: 0.4s ease-in;
}
html .dark .timeline4-container .show-payment-v {
  padding: 0px;
  margin-top: 6px;
}
html .dark .timeline4-container .mt-form-cnt {
  padding: 5px;
}
html .dark .timeline4-container .mt-clr-green {
  color: #00c48c;
}
html .dark .timeline4-container .mt-clr-yellow {
  color: #6979f8;
}
html .dark .timeline4-container .mt-clr-red {
  color: #ff647c;
}
html .dark .timeline4-container .row {
  display: initial;
}
html .dark .m-timeline-response-card {
  padding: 0 12px 12px;
  height: calc(100vh - 110px);
  overflow-y: auto;
}
html .dark .mt-card-data-2 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
  padding: 0.6rem 1rem;
}
html .dark .mt-card-data-2 p {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 11.8px;
  margin: 0 0 2px;
  letter-spacing: 0.5px;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-response-box {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 0.2rem 1rem;
}
html .dark .mt-card-data {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  align-items: center;
  height: 100%;
  padding: 0.1rem 0.7rem;
  margin-bottom: 0.5rem;
}
html .dark .mt-card-data p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
html .dark .mt-details-tab .mat-tab-label {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
}
html .dark .mt-icon-btn-small {
  height: 15px;
  width: 15px;
  line-height: 1;
}
html .dark .mt-icons-small {
  height: 15px;
  width: 15px;
  line-height: 1;
  font-size: 15px;
}
html .dark .mt-icon-btn-small-arrow {
  height: 24px;
  width: 24px;
  line-height: 1;
}
html .dark .mt-icons-small-arrow {
  height: 24px;
  width: 24px;
  line-height: 1;
  font-size: 24px;
}
html .dark .mt-back-to-previous a {
  color: #6979f8;
  padding: 0 1rem;
  cursor: pointer;
}
html .dark .mt-back-to-previous p {
  margin: 0 0 4px;
  padding: 1rem 3rem;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
html .dark .mt-spacer {
  min-width: 24px;
  max-width: 24px;
  display: inline-block;
}
html .dark .tab .mt-btn {
  padding: 0.2rem 2rem;
  font-size: 14px;
}
html .dark .tab .mt-btn.tab_active {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}
html .dark .tab .mt-btn.tab_active.phone {
  background: #fac33d;
}
html .dark .tab .mt-btn.tab_active.sms {
  background: #ffa26b;
}
html .dark .tab .mt-btn.tab_active.email {
  background: #1db489;
}
html .dark .tab .mt-btn.tab_active.field {
  background: #6979f8;
}
html .dark .tab .mt-btn.tab_active.ivrCall {
  background: #30c1ce;
}
html .dark .tab .mt-btn.tab_active.whatsApp {
  background: #18ba55;
}
html .dark .mt-phone-container,
html .dark .m-timeline-container {
  width: 100%;
  position: relative;
}
html .dark .mt-phone-container .mt-add-icon-btn,
html .dark .m-timeline-container .mt-add-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .dark .mt-phone-container .mt-delete-icon-btn,
html .dark .m-timeline-container .mt-delete-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .dark .mt-phone-container .mt-response-box .mt-phone-response-dd,
html .dark .m-timeline-container .mt-response-box .mt-phone-response-dd {
  margin: 0.5rem 1rem;
}
html .dark .mt-phone-container p,
html .dark .m-timeline-container p {
  padding: 0;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-phone-container mat-radio-group mat-radio-button,
html .dark .m-timeline-container mat-radio-group mat-radio-button {
  margin: 1rem;
  letter-spacing: 1px;
}
html .dark .mt-phone-container mat-radio-group mat-radio-button .mdc-label,
html .dark .m-timeline-container mat-radio-group mat-radio-button .mdc-label {
  white-space: unset;
}
html .dark .mt-phone-container .mt-sms-box,
html .dark .m-timeline-container .mt-sms-box {
  min-height: 92px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .dark .mt-phone-container .mt-sms-box p,
html .dark .m-timeline-container .mt-sms-box p {
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-phone-container .mt-sms-box .whatsappManual,
html .dark .m-timeline-container .mt-sms-box .whatsappManual {
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-phone-container .mt-email-box,
html .dark .m-timeline-container .mt-email-box {
  min-height: 92px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: auto;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 1rem;
  max-height: 220px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .dark .mt-phone-container .mt-email-box p,
html .dark .m-timeline-container .mt-email-box p {
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-phone-container div.col-md-6,
html .dark .m-timeline-container div.col-md-6 {
  padding-left: 9px;
  padding-right: 9px;
}
html .dark .mt-notification-container .mt-notification-box {
  min-height: 92px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .dark .mt-notification-container .mt-notification-box p {
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
  font-size: 14px;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-pay-container {
  width: 100%;
  position: relative;
}
html .dark .mt-pay-container .mt-add-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .dark .mt-pay-container .mt-delete-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .dark .mt-pay-container .mt-response-box .mt-phone-response-dd {
  margin: 0.5rem 1rem;
}
html .dark .mt-pay-container p {
  padding: 0;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-pay-container mat-radio-group mat-radio-button {
  margin: 1rem;
  letter-spacing: 1px;
}
html .dark .mt-pay-container mat-radio-group mat-radio-button .mdc-label {
  white-space: unset;
}
html .dark .mt-pay-container div.col-md-4 {
  padding-left: 9px;
  padding-right: 9px;
}
html .dark .mt-pay-container div.col-md-6 {
  padding-left: 9px;
  padding-right: 9px;
}
html .dark .mt-pay-container div.col-md-12 {
  padding-left: 9px;
  padding-right: 9px;
}
html .dark .mt-pay-container .row {
  display: flex;
}
html .dark .mt-pay-container .p-10 {
  padding: 10px !important;
}
html .dark .mt-field-container {
  width: 100%;
  position: relative;
}
html .dark .mt-field-container .mt-add-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .dark .mt-field-container .mt-delete-icon-btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .dark .mt-field-container .mt-edit-icon {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  margin: 0 0.4rem;
  color: #ffffff;
  padding: 0 0 0 0.1rem;
  max-height: 30px;
  max-width: 30px;
}
html .dark .mt-field-container .mt-response-box .mt-phone-response-dd {
  margin: 0.5rem 1rem;
}
html .dark .mt-field-container p {
  padding: 0;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-field-container mat-radio-group mat-radio-button {
  margin: 1rem;
  letter-spacing: 1px;
}
html .dark .mt-field-container mat-radio-group mat-radio-button .mdc-label {
  white-space: unset;
}
html .dark .mt-field-container mat-radio-group.mt-form-type mat-radio-button {
  margin: 0.5rem 1rem;
  letter-spacing: 1px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 1rem 1rem;
}
html .dark .mt-field-container mat-radio-group.mt-form-type mat-radio-button label {
  margin-bottom: 1px;
  font-weight: 400;
}
html .dark .mt-field-container .treeStructure .psuedoLabel {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .dark .mt-call-btn {
  background: #fac33d;
  color: #ffffff;
}
html .dark .mt-add-icon-btn {
  background: #ffa26b;
}
html .dark .mt-delete-icon-btn {
  background: #ff647c;
}
html .dark .mt-edit-icon {
  background: rgba(74, 159, 204, 0.75);
}
html .dark .mt-contacts-icon {
  color: #ffffff;
  background: rgba(74, 159, 204, 0.75);
}
html .dark mat-radio-group.mt-radio-box-new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 10px;
}
html .dark mat-radio-group.mt-radio-box-new .mt-timeline-phone-btn {
  margin: 0;
  letter-spacing: 1px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 0.45rem 0.3rem;
  line-height: 1;
}
html .dark mat-radio-group.mt-radio-box-new mat-radio-button {
  margin: 2px;
}
html .dark mat-radio-group.mt-radio-box-new mat-radio-button .mdc-radio {
  padding: 0;
}
html .dark mat-radio-group.mt-radio-box-new .mt-btn.icon {
  height: 18px;
}
html .dark .delete-text .mdc-label {
  color: #ff647c;
  text-decoration: line-through;
}
html .dark .optout-text .mdc-label {
  color: #ff647c;
}
html .dark .mt-font-style {
  font-size: 14px;
  padding: 1rem;
  color: #1a051d;
  font-weight: 400;
  white-space: unset;
  word-break: break-word;
}
html .dark .mt-menu-container button {
  text-align: left;
  font-size: 13px;
  padding: 0 6px;
  line-height: 0;
  height: 30px;
  color: #1a051d;
}
html .dark .mt-menu-container .mat-menu-item {
  text-align: left;
  font-size: 13px;
  padding: 0 6px;
  line-height: 0;
  height: 30px;
  color: #1a051d;
}
html .dark .mt-offer-details-card p {
  margin: 0;
  padding: 0;
}
html .dark .mt-single-offer-size {
  max-width: 290px;
}
html .dark .mt-all-offer-card-size {
  max-width: 290px;
}
html .dark .mt-dashboard-offer {
  width: 100%;
  margin: 10px;
}
html .dark .mt-rotate-icon {
  transform: rotate(180deg);
}
html .dark .mt-rotate-icon-2 {
  transition: 0.3s ease;
  transform: rotate(135deg);
}
html .dark .small-btn {
  padding: 0 8px;
  font-size: 12px;
  min-width: 50px;
  line-height: 30px;
}
html .dark .mt-hidden-button {
  visibility: hidden;
}
html .dark .mt-model-width-new {
  min-width: 100%;
  max-width: 100%;
}
html .dark .mt-8 {
  margin-top: 8px;
}
html .dark .mt-bold-font {
  font-weight: 600;
}
html .dark .mt-overflow {
  overflow-y: hidden;
  overflow-x: auto;
}
html .dark .mt-positive-color {
  color: #6979f8;
}
html .dark .mt-non-workable-chkbx {
  margin-left: 5px;
}
html .dark .mt-non-workable-chkbx .mat-checkbox-inner-container {
  height: 15px;
  width: 15px;
}
html .dark .mt-kyc-imgs {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
html .dark .mt-border-bottom {
  border-bottom: 1.2px solid #6979f8;
  margin: 1rem 0;
}
html .dark .mt-nowrap-label {
  white-space: nowrap;
}
html .dark .mt-absolute-button {
  border-radius: 20px 2px 2px 20px;
  position: fixed;
  right: 0;
  bottom: 1rem;
  z-index: 10;
  color: #ffffff;
  font-size: 15px;
}
html .dark .font-size-35 {
  font-size: 35px;
}
html .dark .padding-RL-10 {
  padding: 0px 10px;
}
html .dark .mt-disable-links {
  cursor: not-allowed;
}
html .dark .mt-link-button-a {
  margin-top: 5px;
  border: none;
  outline: 0;
  color: #2522dd;
  font-weight: 600;
}
html .dark .mat-button.mt-more-offer-button {
  color: #6979f8;
}
html .dark .fnt-20 {
  font-size: 20px;
}
html .dark .badge-2 {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #1db489;
  color: #ffffff;
}
html .dark .mt-remarks-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 1;
}
html .dark .mt-remarks-box mat-card {
  margin: 0;
}
html .dark .mt-payment-box {
  position: absolute;
  width: 90%;
  left: 17px;
  top: 75px;
  z-index: 1;
}
html .dark .mt-payment-box .mat-card-header {
  padding: 10px;
}
html .dark .mt-letterstatus-box {
  position: absolute;
  width: 50%;
  left: 8px;
  top: 15px;
  z-index: 1;
}
html .dark .mt-timeline-history {
  padding: 1rem 0;
}
html .dark .mt-timeline-history .timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
html .dark .mt-timeline-history .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
html .dark .mt-timeline-history .timeline > li {
  position: relative;
  margin-bottom: 16px;
}
html .dark .mt-timeline-history .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .mt-timeline-history .timeline > li:before {
  content: " ";
  display: table;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  margin-top: 0;
  background: #ffffff;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0.5rem;
  position: relative;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item.no-bg {
  box-shadow: none;
  background: transparent;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item .mt-menu-icon-button {
  height: 0;
  width: 0;
  line-height: 0;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item .timeline-header {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  border-bottom: 1px solid #e0d9d9;
  word-break: break-all;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item .mt-timeline-heading {
  text-transform: capitalize;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item > .timeline-created-at {
  padding: 0 0 0 1rem;
  margin: 0;
  color: #636363;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 11.8px;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item > .mt-display-flex > .timeline-created-by {
  font-size: 11.8px;
  color: #636363;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item > .mt-display-flex > a {
  color: #96a1fa;
  height: 27px;
  line-height: 27px;
  padding: 0;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item > .mt-display-flex mat-icon {
  font-size: 18px;
}
html .dark .mt-timeline-history .timeline > li > .timeline-item > .timeline-header-content {
  padding: 0 1rem;
  margin: 5px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 12.5px;
  word-break: break-all;
}
html .dark .mt-timeline-history .timeline > li > .action-icon {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
html .dark .paid-input {
  display: flex;
  flex-direction: column;
}
html .dark .paid-input .treeStructure .psuedoLabel {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
html .dark .moneytor-body .ng5-slider {
  font-family: inherit;
  margin: 21px 0 15px;
}
html .dark .moneytor-body .ng5-slider .ng5-slider-pointer {
  height: 12px;
  width: 12px;
  background-image:
    linear-gradient(
      225deg,
      #bd7ae3,
      #8461c9);
  top: -4px;
}
html .dark .moneytor-body .ng5-slider .ng5-slider-pointer::after {
  position: absolute;
  top: -9px;
  left: -9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html .dark .moneytor-body .ng5-slider .ng5-slider-pointer.ng5-slider-active::after {
  transform: scale(1);
  opacity: 1;
  background-color: rgba(163, 111, 215, 0.2);
}
html .dark .moneytor-body .ng5-slider .ng5-slider-selection {
  background-image:
    linear-gradient(
      225deg,
      #bd7ae3,
      #8461c9);
}
html .dark .moneytor-body .ng5-slider .ng5-slider-bubble {
  font-size: 13px;
  font-weight: 500;
  bottom: 10px;
}
html .dark .moneytor-body .ng5-slider .ng5-slider-bubble.ng5-slider-ceil,
html .dark .moneytor-body .ng5-slider .ng5-slider-bubble.ng5-slider-floor {
  bottom: -20px;
  font-size: 11px;
  letter-spacing: 0.4px;
  opacity: 0.8 !important;
  color: rgba(0, 0, 0, 0.65);
}
html .dark .dash-main {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
html .dark .dash-main .dash-box-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto auto;
}
html .dark .dash-main .dash-box-container .dash-box {
  cursor: pointer;
  display: block;
  height: 100px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background: white;
  color: #6979f8;
  margin: 7.5px 5.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.6em 0.5em;
}
html .dark .dash-main .dash-box-container .dash-box [class^=ic_] {
  font-size: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}
html .dark .dash-main .dash-box-container .dash-box .dash-box-lbl {
  line-height: 1;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .dark .dash-main .dash-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  height: 50px;
}
html .dark .dash-main .rows {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
html .dark .dash-main .headersize {
  font-size: 18px;
  text-align: center;
}
html .dark .moneytor-body .mt-stepper-loader-wrap {
  padding: 1em;
}
html .dark .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper {
  color: #1a051d;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
html .dark .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  margin: 0;
  border-radius: 2px;
  left: 13px;
}
html .dark .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container {
  position: relative;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
html .dark .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container::before {
  content: " ";
  display: table;
}
html .dark .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container::after {
  content: " ";
  display: table;
  clear: both;
}
html .dark .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container .sync-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  background: #6979f8;
  left: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
html .dark .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container .sync-label {
  font-size: 15px;
  padding: 0 1em;
  margin-left: 20px;
}
html .dark .moneytor-body .mt-stepper-loader-wrap .sync-loader-wrapper .sync-loader-container .sync-label.disabled {
  color: rgba(145, 147, 160, 0.9);
}
html .dark .mat-mdc-menu-panel {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
  min-height: 1rem !important;
  max-width: 100% !important;
  max-height: calc(81vh - 115px);
}
html .dark .mat-mdc-menu-panel .chart-menuItem {
  text-align: left;
  padding: 10px;
  height: 30px;
  line-height: 1;
  font-size: 12.5px;
  font-weight: 500;
  margin: 3px 0;
  color: rgba(16, 0, 34, 0.7);
}
html .dark .mat-mdc-menu-panel .chart-menuItem:hover {
  color: #100022;
}
html .dark .mt-menu-wrapper {
  padding: 0 10px;
}
html .dark .mt-menu-wrapper .dashboard-filter-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(16, 0, 34, 0.7);
}
html .dark .dashboard-tab-wrapper.tab .mt-btn {
  color: #1a051d !important;
}
html .dark .dashboard-tab-wrapper.tab .mt-btn.tab_active {
  background: #ffffff;
}
html .dark .dashboard-tab-wrapper.tab .mt-btn.tab_active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50%;
  background: #6979f8;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border-radius: 5px 5px 0 0;
}
html .dark .mt-contenter-wrapper .common-section {
  margin-bottom: 1.6rem;
}
html .dark .mt-contenter-wrapper .common-section .mat-grid-list .mat-grid-tile .mat-figure {
  display: block;
}
html .dark .section-label {
  color: #a099a6;
  line-height: 1;
  font-size: 17px;
  margin-bottom: 8px;
  display: block;
}
html .dark .min-height {
  min-height: calc(100% - 23px);
}
html .dark .dashboard-card {
  background: #ffffff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
}
html .dark .widget-wrapper {
  position: relative;
}
html .dark .widget-w-icon-wrapper {
  position: relative;
  display: flex;
}
html .dark .widget {
  padding: 17px 16px;
  margin: 0 0 12px 0;
  border-radius: 3px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.14);
  width: calc(100% - 0.489rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
}
html .dark .widget-w-icon {
  padding: 16px 12px;
  border-radius: 4px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  cursor: pointer;
}
html .dark .widget-w-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #6979f8;
}
html .dark .widget-w-icon.primary::before {
  background: #0084f4;
}
html .dark .widget-w-icon.warning::before {
  background: #ffa26b;
}
html .dark .widget-w-icon.success::before {
  background: #00c48c;
}
html .dark .w-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .dark .w-header [class^=ic_] {
  font-size: 30px;
  height: 30px;
  font-weight: 600;
}
html .dark .w-label {
  font-size: 15px;
  font-weight: 800;
}
html .dark .w-subtext {
  font-size: 12px;
  font-weight: 400;
}
html .dark .w-value {
  font-size: 18px;
  font-weight: 800;
}
html .dark .w-footer {
  margin-top: 1.5rem;
}
html .dark .absolute {
  position: absolute;
  width: 100%;
}
html .dark .left {
  left: 0;
}
html .dark .right {
  right: 0;
}
html .dark .right-1-5 {
  right: 1.5rem;
}
html .dark .bottom {
  bottom: 0;
}
html .dark .top {
  top: 0;
}
html .dark .dashboar-border-bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #ece9f1;
  width: 96%;
  border-radius: 3px;
  margin-top: 10px;
}
html .dark .chart-heading .chart-title {
  font-size: 16px;
  font-weight: 900;
}
html .dark .chart-heading .chart-sub-text {
  font-size: 11px;
  opacity: 0.66;
}
html .dark .no-data-txt {
  font-size: 18px;
  font-weight: 900;
  opacity: 0.5;
  color: #100022;
}
html .dark .chart-filter-by {
  font-size: 14px;
  font-weight: 800;
}
html .dark .dasboard-reports-card {
  padding: 0;
}
html .dark .dasboard-reports-card.no-bg {
  background-color: transparent;
}
html .dark .dasboard-reports-card .navIcon {
  margin-right: 10px;
  color: #6979f8;
}
html .dark .dasboard-reports-card .mat-mdc-nav-list {
  padding-top: 0;
}
html .dark .dasboard-reports-card .mat-mdc-nav-list .mat-mdc-list-item {
  color: #1a051d;
  font-size: 13px;
  height: 40px;
  border-radius: 0;
}
html .dark .dasboard-reports-card .mat-mdc-nav-list .mat-mdc-list-item:hover {
  font-weight: 600;
}
html .dark .dasboard-reports-card .mat-mdc-nav-list .mat-mdc-list-item.nav-active {
  font-weight: 600;
}
html .dark .dasboard-reports-card .mat-mdc-nav-list .mat-mdc-list-item.nav-active:after {
  content: "";
  position: absolute;
  width: 4px;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: #00c48c;
  box-shadow: -3px 0 10px 0 #70bcfd;
}
html .dark .phone {
  background: #fac33d;
}
html .dark .sms {
  background: #ffa26b;
}
html .dark .email {
  background: #1db489;
}
html .dark .field {
  background: #6979f8;
}
html .dark .ivr {
  background: #30c1ce;
}
html .dark .whatsapp {
  background: #18ba55;
}
html .dark .e-tooltip .e-tooltip-text {
  text-indent: 8px;
}
html .dark .sub-text {
  font-size: 11px;
  opacity: 0.66;
}
html .dark .mt-toggle-btn-group {
  box-shadow: none !important;
  flex-wrap: wrap;
}
html .dark .mt-toggle-btn-group .mt-toggle-button .mat-button-toggle-button .mat-pseudo-checkbox {
  display: none;
}
html .dark .mt-toggle-btn-group .mt-toggle-button .mat-button-toggle-button .mat-button-toggle-label-content {
  line-height: 24px;
  padding: 0 9px;
  color: #1a051d;
}
html .dark .mt-toggle-btn-group .mt-toggle-button .dash-q-f-icon {
  border: 1px solid;
  border-color: #a5affb;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 15px;
  color: transparent;
}
html .dark .mt-toggle-btn-group .mt-toggle-button.small .dash-q-f-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 13px;
}
html .dark .mt-toggle-btn-group .mt-toggle-button.mat-button-toggle-checked .dash-q-f-icon {
  background: #6979f8;
  color: #ffffff;
  border: 0;
}
html .dark .filtered-component {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .dark .filteredbyflex {
  display: flex;
}
html .dark .filterspan {
  padding-top: 6px;
}
html .dark .row-align {
  align-items: center;
}
html .dark .mt-old-dashboard-header-row {
  gap: 8px;
}
html .dark .mt-old-dashboard-header-row h4 {
  font-size: 19px;
}
html .dark .mt-filter-box-layout {
  display: flex;
}
html .dark .grid-box-container {
  display: grid;
  grid-gap: 15px;
}
html .dark .grid-box-container.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
html .dark .grid-box-container.three {
  grid-template-columns: auto auto auto;
}
html .dark .grid-box-container.two {
  grid-template-columns: auto auto;
}
html .dark .grid-box-container.one {
  grid-template-columns: auto;
}
html .dark .grid-box-container .grid-box {
  cursor: pointer;
  display: block;
  min-height: 115px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background: white;
  overflow: hidden;
}
html .dark .grid-box-container .grid-box.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .dark .grid-box-container .grid-box .grid-box-body {
  padding: 0.7em 1em;
  width: 95%;
}
html .dark .grid-box-container .grid-box .grid-box-lbl {
  line-height: 1;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
html .dark .grid-box-container .grid-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
}
html .dark .grid-box-container .grid-box.primary::before {
  background: #6979f8;
}
html .dark .grid-box-container .grid-box.warning::before {
  background: orange;
}
html .dark .grid-box-container .grid-box.success::before {
  background: #00c48c;
}
html .dark .grid-box-container .grid-box .grid-footer {
  position: relative;
}
html .dark .grid-box-container .grid-box .grid-footer.bottom {
  position: absolute;
  bottom: 0;
}
html .dark .grid-box-container .grid-box .mt-offer-header-col figure {
  display: block;
}
html .dark .grid-box-container .grid-box .mt-offer-body-text {
  color: #a099a6;
}
@media screen and (max-width: 991px) {
  html .dark .grid-box-container.four {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 768px) {
  html .dark .grid-box-container.four {
    grid-template-columns: auto auto;
  }
  html .dark .grid-box-container.three {
    grid-template-columns: auto;
  }
  html .dark .grid-box-container.two {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 458px) {
  html .dark .grid-box-container.four {
    grid-template-columns: auto;
  }
}
html .dark .offer-tag {
  font-weight: 600;
}
html .dark .selected-list-names {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}
html .dark .capitalize {
  text-transform: capitalize;
}
html .dark .bold {
  font-weight: 600;
}
html .dark .edit-btn {
  position: absolute;
  right: 0;
  top: auto;
}
html .dark .fixed-bottom-right {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 999;
}
html .dark .text-primary {
  color: #6979f8;
}
html .dark .text-secondary {
  color: #808df9;
}
html .dark .text-email {
  color: #0084f4;
}
html .dark .text-disabled {
  color: #a099a6;
}
html .dark .text-warning {
  color: orange;
}
html .dark .text-success {
  color: #00c48c;
}
html .dark .text-capitalize {
  text-transform: capitalize;
}
html .dark .text-uppercase {
  text-transform: uppercase;
}
html .dark .text-lowercase {
  text-transform: lowercase;
}
html .dark .text-red {
  color: #dd4b39;
}
html .dark .text-yellow {
  color: #f39c12;
}
html .dark .text-aqua {
  color: #00c0ef;
}
html .dark .text-blue {
  color: #0073b7;
}
html .dark .text-black {
  color: #111;
}
html .dark .text-light-blue {
  color: #3c8dbc;
}
html .dark .text-green {
  color: #00a65a;
}
html .dark .text-gray {
  color: #d2d6de;
}
html .dark .text-navy {
  color: #001f3f;
}
html .dark .text-teal {
  color: #39cccc;
}
html .dark .text-olive {
  color: #3d9970;
}
html .dark .text-lime {
  color: #01ff70;
}
html .dark .text-orange {
  color: #ff851b;
}
html .dark .text-fuchsia {
  color: #f012be;
}
html .dark .text-purple {
  color: #605ca8;
}
html .dark .text-maroon {
  color: #d81b60;
}
html .dark .text-muted {
  color: #a099a6;
}
html .dark .txt-bold {
  font-weight: 800;
}
html .dark .txt-label {
  font-size: 14px;
}
html .dark .txt-val {
  font-size: 15px;
}
html .dark .txt-black {
  color: #1a051d;
}
html .dark .offset-right-md-4 {
  margin-right: 33.33333333%;
}
html .dark .offset-md-6 {
  margin-left: 50%;
}
html .dark .mat-error {
  position: absolute;
  font-size: 10px;
  padding: 0 10px;
}
html .dark .mt-card {
  cursor: pointer;
  box-shadow: -1px 13px 20px 0 #f0f2f4;
  border-radius: 5px;
  background: #ffffff;
}
html .dark .mt-card.no-padding {
  padding: 0;
}
html .dark .mt-card.no-margin {
  margin: 0;
}
html .dark .mt-card.full-height {
  height: 100%;
}
html .dark .mt-card.full-height.h-150 {
  height: 150px;
}
html .dark .mt-card.img {
  padding: 0;
}
html .dark .mt-card-header {
  margin-bottom: 10px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
html .dark .mt-card-header .mt-card-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
html .dark .mt-card-header .mt-card-subtitle {
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.65);
}
html .dark .mt-card-header-img {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
html .dark .mt-card-header-img.bordered {
  border: 1px solid #ece9f1;
  border-radius: 6px;
}
html .dark .mt-card-body {
  padding: 0 10px;
  font-size: 14px;
  color: #1a051d;
}
html .dark .mt-card-body .mt-card-body-content {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}
html .dark .mt-card-footer {
  display: flex;
  align-items: center;
  color: #a099a6;
}
html .dark .mt-card-footer.absolute {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  left: 0;
  padding: 0 10px;
}
html .dark .mt-card-footer p {
  margin: 0;
}
html .dark .mt-settle-loan-header-wide {
  max-height: none !important;
  margin-bottom: 50px;
}
html .dark .mt-settle-loan-card-wide {
  padding: 10px 10px 0 10px !important;
}
@media screen and (max-width: 991px) {
  html .dark .mt-settle-loan-header-wide {
    margin-bottom: 0px;
  }
}
html .dark .mt-table-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  margin: 10px 0px;
}
html .dark .mt-table-wrapper .imageIcon {
  margin-left: 10px;
}
html .dark .mt-table-wrapper .subTitle {
  margin-left: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  margin-top: 5px;
  color: #a099a6;
}
html .dark .mt-table-wrapper .mt-table-scroller {
  overflow: auto;
}
html .dark .mt-table-wrapper .mt-table-body {
  overflow: auto;
  width: 100%;
  max-height: 60vh;
}
html .dark .mt-table-wrapper .mt-table-body.no-scroll {
  overflow: hidden;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-table {
  white-space: nowrap;
  width: 100%;
  display: table;
  padding: 0;
  padding-bottom: 10px;
}
html .dark .mt-table-wrapper .mt-table-body .mt-no-rows-found {
  text-align: center;
  line-height: 2;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-header-row {
  width: 100%;
  border-radius: 0px;
  border: 0;
  z-index: 1;
  background-color: #ece9f1;
  min-height: 32px;
  max-height: 32px;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-header-cell {
  min-width: 80px;
  color: #190036;
  font-size: 12px;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-header-cell.mat-mdc-column-select,
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-header-cell.mat-mdc-column-call {
  min-width: 50px;
  max-width: 50px;
  margin: 0;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-header-cell .mat-mdc-sort-header {
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row {
  width: 100%;
  border-radius: 0px;
  margin: 0 0 0px;
  min-height: 32px;
  cursor: pointer;
  border: 0;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row.row-collapsed {
  display: none;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row.row-expanded {
  display: flex;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row:hover {
  background-color: #ece9f1;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .acc-ptp {
  background-color: #fad2af;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .acc-cb {
  background-color: #c9a3f0;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .acc-sy {
  background-color: #e6deba;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell {
  min-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  min-height: 40px;
  max-height: 40px;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.mat-mdc-column-button {
  min-width: 120px;
  max-width: 120px;
  margin: 0;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.children-table {
  padding: 0;
  margin: 0;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.mat-mdc-column-select,
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.mat-mdc-column-call {
  min-width: 50px;
  max-width: 50px;
  margin: 0;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell::-webkit-scrollbar:hover {
  width: 0px;
  height: 12px;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.cdk-column-Status .cell-data-width {
  display: none;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.cdk-column-Status .statusIcon {
  margin-left: 15px;
}
html .dark .mt-table-wrapper .mt-table-body .mat-mdc-row .mat-mdc-cell.cdk-column-Action .mat-mdc-button.statusActionBtn {
  background-color: transparent;
  border: none;
}
html .dark .mt-table-wrapper .mt-table-body .mt-highlight {
  background: #8ca0cc;
}
html .dark .mt-table-wrapper .mt-table-body .mt-highlight .mat-mdc-cell {
  transition: 0.5s ease-in;
  color: #fff;
}
html .dark .mt-table-wrapper .mt-table-body .mt-mat-header-cell {
  min-width: 40px;
  max-width: 40px;
  margin: 0;
}
html .dark .mt-table-wrapper .mt-table-body .mt-mat-header-cell .mat-mdc-sort-header-button {
  text-transform: capitalize;
}
html .dark .mt-table-wrapper .mt-table-body .mt-header-cell-with-btn {
  min-width: 80px;
  max-width: 140px;
  margin: 0;
}
html .dark .mt-table-wrapper .mt-table-body .children-table-detail {
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(48, 89, 201, 0.32);
  border-radius: 8px;
  width: 100%;
}
html .dark .mt-table-wrapper .mat-paginator {
  background-color: #ffffff;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container {
  justify-content: center;
  flex-direction: row-reverse;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-paginator-range-label {
  color: #6979f8;
  font-size: 13px;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions [class^=mat-paginator-navigation],
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions [class*=" mat-paginator-navigation"] {
  border-radius: 3px;
  line-height: 26px;
  height: 26px;
  margin: 0 8px;
  color: #6979f8;
  align-items: center;
  display: flex;
  place-content: center;
  box-shadow: 0 0px 2px 0 rgba(95, 95, 101, 0.468);
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
  margin: 0;
  min-width: 80px;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline {
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-wrapper {
  height: 30px;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1px 0 2px 0;
  height: 32px;
  border-top: 0.5em solid transparent;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-infix .mat-select-arrow-wrapper {
  display: block;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline-start {
  border: 1px solid #6979f8;
  border-right-style: none;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline-gap {
  border: 1px solid #6979f8;
  border-left-style: none;
  border-right-style: none;
}
html .dark .mt-table-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline-end {
  border: 1px solid #6979f8;
  border-left-style: none;
}
html .dark .mt-table-wrapper .table-footer-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .dark .mt-table-wrapper .table-footer-wrapper .table-footer {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
html .dark .mt-table-wrapper .table-footer-wrapper .table-footer .mt-pagination-page {
  display: inline-block;
  margin: 0 0.5rem;
}
html .dark .mt-table-wrapper .table-footer-wrapper .table-footer .mt-pagination-page .mt-btn.mt-page {
  float: left;
  height: 24px;
  min-width: 24px;
  margin: 0 0.5rem;
  line-height: 1px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
  background: #ffffff;
  color: #6979f8;
  border: 0;
  padding: 0 5px;
}
html .dark .mt-table-wrapper .table-footer-wrapper .table-footer .mt-pagination-page .mt-btn.mt-page.active {
  background: #6979f8;
  color: #ffffff;
  font-weight: 600;
}
html .dark .mt-table-wrapper .table-footer-wrapper .table-footer .page-length-select {
  max-width: 100px;
  margin: 0 0.5rem;
}
html .dark .mt-table-wrapper .mt-tbl-select-column {
  min-width: 60px !important;
  max-width: 60px !important;
}
html .dark .table-header {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  color: #100022;
}
html .dark .table-header-opacity {
  opacity: 0.3;
}
html .dark .search {
  background-color: #fff;
}
html .dark .mt-form-container {
  margin-top: 10px;
  margin-bottom: 25px;
}
html .dark .mt-form-container .mt-form-header {
  padding: 20px 0;
}
html .dark .mt-form-container .mt-form-body .input-title {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  padding: 10px 0 5px 0;
  color: #1a051d;
  width: 200px;
  text-align: left;
}
html .dark .mt-form-container .mt-form-body .moneytor-input .error-text {
  margin-right: 10px;
  text-align: left;
  margin-bottom: 10px;
}
html .dark .mt-form-container .mt-form-button-container {
  width: 100%;
  margin-top: 10px;
}
html .dark .mt-form-container .mt-form-button-container .formDeactivateBtn {
  padding: 0 50px;
}
html .dark .mt-form-container .mt-form-button-container .formBtn {
  padding: 0 50px;
}
html .dark .mt-form-container .mt-form-button-container .formBtnTwo {
  padding: 0 50px;
  margin: 0 12px;
}
html .dark .mt-form-container .btn-full-width {
  width: 100%;
}
html .dark .mt-form-container .frm-subtitle {
  font-size: 15px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #1a051d;
  padding: 10px 20px;
}
html .dark .bg-form-card {
  padding: 20px 5px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
}
html .dark .opaque-form-field {
  width: 100%;
  background: #ccc;
  padding: 14px 0px 14px 16px;
  border-radius: 6px;
  background-color: #f7f5f9;
  border: none;
  font-family: Avenir;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #100022;
}
html .dark .width-full {
  width: 100%;
}
html .dark .no-gutter {
  padding-left: 0;
  padding-right: 0;
}
html .dark .resetbtn {
  padding-right: 200px;
  background-color: none;
  border: none;
}
html .dark .resetbtn .mt-btn.mat-button {
  background: none;
  border: none;
  color: #6979f8;
}
html .dark .previewbtn {
  padding-right: 20px;
}
html .dark .previewbtn .mt-btn {
  width: 84px;
  background: none;
  color: #6979f8;
}
html .dark .savebtn {
  padding-right: 20px;
}
html .dark .savebtn .mt-btn {
  width: 84px;
}

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