/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  /** primary **/
  --ion-color-primary: #284C43;
  --ion-color-primary-rgb: 56, 128, 255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #284C43;
  --ion-color-primary-tint: #405A54;
  /** secondary **/
  --ion-color-secondary: #3dc2ff;
  --ion-color-secondary-rgb: 61, 194, 255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #36abe0;
  --ion-color-secondary-tint: #50c8ff;
  /** tertiary **/
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb: 82, 96, 255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255, 255, 255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  /** success **/
  --ion-color-success: #2dd36f;
  --ion-color-success-rgb: 45, 211, 111;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255, 255, 255;
  --ion-color-success-shade: #28ba62;
  --ion-color-success-tint: #42d77d;
  /** warning **/
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255, 196, 9;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  /** danger **/
  --ion-color-danger: #eb445a;
  --ion-color-danger-rgb: 235, 68, 90;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #cf3c4f;
  --ion-color-danger-tint: #ed576b;
  /** dark **/
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34, 36, 40;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  /** medium **/
  --ion-color-medium: #92949c;
  --ion-color-medium-rgb: 146, 148, 156;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #808289;
  --ion-color-medium-tint: #9d9fa6;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244, 245, 248;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
}
@media (prefers-color-scheme: dark) {
  /*
   * Dark Colors
   * -------------------------------------------
   */
  body {
    --ion-color-primary: #428cff;
    --ion-color-primary-rgb: 66,140,255;
    --ion-color-primary-contrast: #ffffff;
    --ion-color-primary-contrast-rgb: 255,255,255;
    --ion-color-primary-shade: #3a7be0;
    --ion-color-primary-tint: #5598ff;
    --ion-color-secondary: #50c8ff;
    --ion-color-secondary-rgb: 80,200,255;
    --ion-color-secondary-contrast: #ffffff;
    --ion-color-secondary-contrast-rgb: 255,255,255;
    --ion-color-secondary-shade: #46b0e0;
    --ion-color-secondary-tint: #62ceff;
    --ion-color-tertiary: #6a64ff;
    --ion-color-tertiary-rgb: 106,100,255;
    --ion-color-tertiary-contrast: #ffffff;
    --ion-color-tertiary-contrast-rgb: 255,255,255;
    --ion-color-tertiary-shade: #5d58e0;
    --ion-color-tertiary-tint: #7974ff;
    --ion-color-success: #2fdf75;
    --ion-color-success-rgb: 47,223,117;
    --ion-color-success-contrast: #000000;
    --ion-color-success-contrast-rgb: 0,0,0;
    --ion-color-success-shade: #29c467;
    --ion-color-success-tint: #44e283;
    --ion-color-warning: #ffd534;
    --ion-color-warning-rgb: 255,213,52;
    --ion-color-warning-contrast: #000000;
    --ion-color-warning-contrast-rgb: 0,0,0;
    --ion-color-warning-shade: #e0bb2e;
    --ion-color-warning-tint: #ffd948;
    --ion-color-danger: #ff4961;
    --ion-color-danger-rgb: 255,73,97;
    --ion-color-danger-contrast: #ffffff;
    --ion-color-danger-contrast-rgb: 255,255,255;
    --ion-color-danger-shade: #e04055;
    --ion-color-danger-tint: #ff5b71;
    --ion-color-dark: #f4f5f8;
    --ion-color-dark-rgb: 244,245,248;
    --ion-color-dark-contrast: #000000;
    --ion-color-dark-contrast-rgb: 0,0,0;
    --ion-color-dark-shade: #d7d8da;
    --ion-color-dark-tint: #f5f6f9;
    --ion-color-medium: #989aa2;
    --ion-color-medium-rgb: 152,154,162;
    --ion-color-medium-contrast: #000000;
    --ion-color-medium-contrast-rgb: 0,0,0;
    --ion-color-medium-shade: #86888f;
    --ion-color-medium-tint: #a2a4ab;
    --ion-color-light: #222428;
    --ion-color-light-rgb: 34,36,40;
    --ion-color-light-contrast: #ffffff;
    --ion-color-light-contrast-rgb: 255,255,255;
    --ion-color-light-shade: #1e2023;
    --ion-color-light-tint: #383a3e;
  }
  /*
   * iOS Dark Theme
   * -------------------------------------------
   */
  .ios body {
    --ion-background-color: #ffffff;
    --ion-background-color-rgb: 0,0,0;
    --ion-text-color: #1a1a1a;
    --ion-text-color-rgb: 255,255,255;
    --ion-color-step-50: #ffffff;
    --ion-color-step-100: #1a1a1a;
    --ion-color-step-150: #262626;
    --ion-color-step-200: #333333;
    --ion-color-step-250: #404040;
    --ion-color-step-300: #4d4d4d;
    --ion-color-step-350: #595959;
    --ion-color-step-400: #666666;
    --ion-color-step-450: #737373;
    --ion-color-step-500: #808080;
    --ion-color-step-550: #8c8c8c;
    --ion-color-step-600: #999999;
    --ion-color-step-650: #a6a6a6;
    --ion-color-step-700: #b3b3b3;
    --ion-color-step-750: #bfbfbf;
    --ion-color-step-800: #cccccc;
    --ion-color-step-850: #d9d9d9;
    --ion-color-step-900: #e6e6e6;
    --ion-color-step-950: #f2f2f2;
    --ion-item-background: #ffffff;
    --ion-card-background: #ffffff;
  }
  .ios ion-modal {
    --ion-background-color: var(--ion-color-step-950);
    --ion-toolbar-background: var(--ion-color-step-150);
    --ion-toolbar-border-color: var(--ion-color-step-100);
  }
  /*
   * Material Design Dark Theme
   * -------------------------------------------
   */
  .md body {
    --ion-background-color: #121212;
    --ion-background-color-rgb: 18,18,18;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255,255,255;
    --ion-border-color: #222222;
    --ion-color-step-50: #1e1e1e;
    --ion-color-step-100: #2a2a2a;
    --ion-color-step-150: #363636;
    --ion-color-step-200: #414141;
    --ion-color-step-250: #4d4d4d;
    --ion-color-step-300: #595959;
    --ion-color-step-350: #656565;
    --ion-color-step-400: #717171;
    --ion-color-step-450: #7d7d7d;
    --ion-color-step-500: #898989;
    --ion-color-step-550: #949494;
    --ion-color-step-600: #a0a0a0;
    --ion-color-step-650: #acacac;
    --ion-color-step-700: #b8b8b8;
    --ion-color-step-750: #c4c4c4;
    --ion-color-step-800: #d0d0d0;
    --ion-color-step-850: #dbdbdb;
    --ion-color-step-900: #e7e7e7;
    --ion-color-step-950: #f3f3f3;
    --ion-item-background: #1e1e1e;
    --ion-toolbar-background: #ffffff;
    --ion-tab-bar-background: #1f1f1f;
    --ion-card-background: #1e1e1e;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/* Core CSS required for Ionic components to work properly */
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}
html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}
html {
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
/**
 * Card style modal needs additional padding on the
 * top of the header. We accomplish this by targeting
 * the first toolbar in the header.
 * Footer also needs this. We do not adjust the bottom
 * padding though because of the safe area.
 */
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type {
  padding-top: 6px;
}
/**
* Card style modal needs additional padding on the
* bottom of the header. We accomplish this by targeting
* the last toolbar in the header.
*/
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
/**
* Add padding on the left and right
* of toolbars while accounting for
* safe area values when in landscape.
*/
html.ios ion-modal ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
/**
 * Card style modal on iPadOS
 * should only have backdrop on first instance.
 */
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
/**
 * Subsequent modals should not have a backdrop/box shadow
 * as it will cause the screen to appear to get progressively
 * darker. With Ionic 6, declarative modals made it
 * possible to have multiple non-presented modals in the DOM,
 * so we could no longer rely on ion-modal:first-of-type.
 * Here we disable the opacity/box-shadow for every modal
 * that comes after the first presented modal.
 *
 * Note: ion-modal:not(.overlay-hidden):first-of-type
 * does not match the first modal to not have
 * the .overlay-hidden class, it will match the
 * first modal in general only if it does not
 * have the .overlay-hidden class.
 * The :nth-child() pseudo-class has support
 * for selectors which would help us here. At the
 * time of writing it does not have great cross browser
 * support.
 *
 * Note 2: This should only apply to non-card and
 * non-sheet modals. Card and sheet modals have their
 * own criteria for displaying backdrops/box shadows.
 *
 * Do not use :not(.overlay-hidden) in place of
 * .show-modal because that triggers a memory
 * leak in Blink: https://bugs.chromium.org/p/chromium/issues/detail?id=1418768
 */
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
/**
 * This works around a bug in WebKit where the
 * content will overflow outside of the bottom border
 * radius when re-painting. As long as a single
 * border radius value is set on .ion-page, this
 * issue does not happen. We set the top left radius
 * here because the top left corner will always have a
 * radius no matter the platform.
 * This behavior only applies to card modals.
 */
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}
/**
 * When making custom dialogs, using
 * ion-content is not required. As a result,
 * some developers may wish to have dialogs
 * that are automatically sized by the browser.
 * These changes allow certain dimension values
 * such as fit-content to work correctly.
 */
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0,  0,  0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    /* stylelint-disable declaration-no-important */
    transition: none !important;
  }
}
/**
 * The > [slot="header"] selector ensures that we do
 * not modify toggle icons for any nested accordions. The state
 * of one accordion should not affect any accordions inside
 * of a nested accordion group.
 */
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
/**
 * The .ion-datetime-button-overlay class contains
 * styles that allow any modal/popover to be
 * sized according to the dimensions of the datetime
 * when used with ion-datetime-button.
 */
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
/**
 * The grid variant can scale down when inline.
 * When used in a `fit-content` overlay, this causes
 * the overlay to shrink when the month/year picker is open.
 * Explicitly setting the dimensions lets us have a consistently
 * sized grid interface.
 */
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
/* Basic CSS for apps built with Ionic */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html:not(.hydrated) body {
  display: none;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /**
   * Because body has position: fixed,
   * it should be promoted to its own
   * layer.
   *
   * WebKit does not always promote
   * the body to its own layer on page
   * load in Ionic apps. Once scrolling on
   * ion-content starts, WebKit will promote
   * body. Unfortunately, this causes a re-paint
   * which results in scrolling being halted
   * until the next user gesture.
   *
   * This impacts the Custom Elements build.
   * The lazy loaded build causes the browser to
   * re-paint during hydration which causes WebKit
   * to promote body to its own layer.
   * In the CE Build, this hydration does not
   * happen, so the additional re-paint does not occur.
   */
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}
html {
  font-family: var(--ion-font-family);
}
a {
  background-color: transparent;
  color: var(--ion-color-primary, #3880ff);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 26px;
}
h2 {
  margin-top: 18px;
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
/* Optional CSS utils that can be commented out */
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    padding-inline-start: var(--ion-padding, 16px);
  }
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    margin-inline-start: var(--ion-margin, 16px);
  }
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-float-left {
  float: left !important;
}
.ion-float-right {
  float: right !important;
}
.ion-float-start {
  float: left !important;
}
[dir=rtl] .ion-float-start, :host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}
.ion-float-end {
  float: right !important;
}
[dir=rtl] .ion-float-end, :host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}
@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }

  .ion-float-sm-right {
    float: right !important;
  }

  .ion-float-sm-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-start, :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }

  .ion-float-sm-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }

  .ion-float-md-right {
    float: right !important;
  }

  .ion-float-md-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-start, :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }

  .ion-float-md-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }

  .ion-float-lg-right {
    float: right !important;
  }

  .ion-float-lg-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-start, :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }

  .ion-float-lg-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }

  .ion-float-xl-right {
    float: right !important;
  }

  .ion-float-xl-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-start, :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }

  .ion-float-xl-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-end, :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
}
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }

  .ion-text-sm-justify {
    text-align: justify !important;
  }

  .ion-text-sm-start {
    text-align: start !important;
  }

  .ion-text-sm-end {
    text-align: end !important;
  }

  .ion-text-sm-left {
    text-align: left !important;
  }

  .ion-text-sm-right {
    text-align: right !important;
  }

  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }

  .ion-text-md-justify {
    text-align: justify !important;
  }

  .ion-text-md-start {
    text-align: start !important;
  }

  .ion-text-md-end {
    text-align: end !important;
  }

  .ion-text-md-left {
    text-align: left !important;
  }

  .ion-text-md-right {
    text-align: right !important;
  }

  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }

  .ion-text-lg-justify {
    text-align: justify !important;
  }

  .ion-text-lg-start {
    text-align: start !important;
  }

  .ion-text-lg-end {
    text-align: end !important;
  }

  .ion-text-lg-left {
    text-align: left !important;
  }

  .ion-text-lg-right {
    text-align: right !important;
  }

  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }

  .ion-text-xl-justify {
    text-align: justify !important;
  }

  .ion-text-xl-start {
    text-align: start !important;
  }

  .ion-text-xl-end {
    text-align: end !important;
  }

  .ion-text-xl-left {
    text-align: left !important;
  }

  .ion-text-xl-right {
    text-align: right !important;
  }

  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}
.ion-text-uppercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-sm-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-sm-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-md-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-md-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-lg-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-lg-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-xl-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-xl-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
.ion-align-self-start {
  align-self: flex-start !important;
}
.ion-align-self-end {
  align-self: flex-end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
.ion-align-items-start {
  align-items: flex-start !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-end {
  align-items: flex-end !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
/*  */
.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}
button,
input,
optgroup,
select {
  margin: 0;
}
textarea {
  margin: 0;
  resize: vertical;
}
* {
  box-sizing: border-box;
  outline: none;
}
svg {
  fill: currentColor;
}
::-ms-clear {
  display: none;
}
.np-icon {
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
  color: inherit;
}
.np-icon-sm {
  display: inline-block;
  vertical-align: middle;
  height: 1rem;
  width: 1rem;
  color: inherit;
}
.np-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.np-col,
.np-col-1,
.np-col-10,
.np-col-11,
.np-col-12,
.np-col-2,
.np-col-3,
.np-col-4,
.np-col-5,
.np-col-6,
.np-col-7,
.np-col-8,
.np-col-9,
.np-col-lg,
.np-col-lg-1,
.np-col-lg-10,
.np-col-lg-11,
.np-col-lg-12,
.np-col-lg-2,
.np-col-lg-3,
.np-col-lg-4,
.np-col-lg-5,
.np-col-lg-6,
.np-col-lg-7,
.np-col-lg-8,
.np-col-lg-9,
.np-col-md,
.np-col-md-1,
.np-col-md-10,
.np-col-md-11,
.np-col-md-12,
.np-col-md-2,
.np-col-md-3,
.np-col-md-4,
.np-col-md-5,
.np-col-md-6,
.np-col-md-7,
.np-col-md-8,
.np-col-md-9,
.np-col-sm,
.np-col-sm-1,
.np-col-sm-10,
.np-col-sm-11,
.np-col-sm-12,
.np-col-sm-2,
.np-col-sm-3,
.np-col-sm-4,
.np-col-sm-5,
.np-col-sm-6,
.np-col-sm-7,
.np-col-sm-8,
.np-col-sm-9,
.np-col-xl,
.np-col-xl-1,
.np-col-xl-10,
.np-col-xl-11,
.np-col-xl-12,
.np-col-xl-2,
.np-col-xl-3,
.np-col-xl-4,
.np-col-xl-5,
.np-col-xl-6,
.np-col-xl-7,
.np-col-xl-8,
.np-col-xl-9 {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .np-col,
.np-col-1,
.np-col-10,
.np-col-11,
.np-col-12,
.np-col-2,
.np-col-3,
.np-col-4,
.np-col-5,
.np-col-6,
.np-col-7,
.np-col-8,
.np-col-9,
.np-col-lg,
.np-col-lg-1,
.np-col-lg-10,
.np-col-lg-11,
.np-col-lg-12,
.np-col-lg-2,
.np-col-lg-3,
.np-col-lg-4,
.np-col-lg-5,
.np-col-lg-6,
.np-col-lg-7,
.np-col-lg-8,
.np-col-lg-9,
.np-col-md,
.np-col-md-1,
.np-col-md-10,
.np-col-md-11,
.np-col-md-12,
.np-col-md-2,
.np-col-md-3,
.np-col-md-4,
.np-col-md-5,
.np-col-md-6,
.np-col-md-7,
.np-col-md-8,
.np-col-md-9,
.np-col-sm,
.np-col-sm-1,
.np-col-sm-10,
.np-col-sm-11,
.np-col-sm-12,
.np-col-sm-2,
.np-col-sm-3,
.np-col-sm-4,
.np-col-sm-5,
.np-col-sm-6,
.np-col-sm-7,
.np-col-sm-8,
.np-col-sm-9,
.np-col-xl,
.np-col-xl-1,
.np-col-xl-10,
.np-col-xl-11,
.np-col-xl-12,
.np-col-xl-2,
.np-col-xl-3,
.np-col-xl-4,
.np-col-xl-5,
.np-col-xl-6,
.np-col-xl-7,
.np-col-xl-8,
.np-col-xl-9 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .np-col,
.np-col-1,
.np-col-10,
.np-col-11,
.np-col-12,
.np-col-2,
.np-col-3,
.np-col-4,
.np-col-5,
.np-col-6,
.np-col-7,
.np-col-8,
.np-col-9,
.np-col-lg,
.np-col-lg-1,
.np-col-lg-10,
.np-col-lg-11,
.np-col-lg-12,
.np-col-lg-2,
.np-col-lg-3,
.np-col-lg-4,
.np-col-lg-5,
.np-col-lg-6,
.np-col-lg-7,
.np-col-lg-8,
.np-col-lg-9,
.np-col-md,
.np-col-md-1,
.np-col-md-10,
.np-col-md-11,
.np-col-md-12,
.np-col-md-2,
.np-col-md-3,
.np-col-md-4,
.np-col-md-5,
.np-col-md-6,
.np-col-md-7,
.np-col-md-8,
.np-col-md-9,
.np-col-sm,
.np-col-sm-1,
.np-col-sm-10,
.np-col-sm-11,
.np-col-sm-12,
.np-col-sm-2,
.np-col-sm-3,
.np-col-sm-4,
.np-col-sm-5,
.np-col-sm-6,
.np-col-sm-7,
.np-col-sm-8,
.np-col-sm-9,
.np-col-xl,
.np-col-xl-1,
.np-col-xl-10,
.np-col-xl-11,
.np-col-xl-12,
.np-col-xl-2,
.np-col-xl-3,
.np-col-xl-4,
.np-col-xl-5,
.np-col-xl-6,
.np-col-xl-7,
.np-col-xl-8,
.np-col-xl-9 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .np-col,
.np-col-1,
.np-col-10,
.np-col-11,
.np-col-12,
.np-col-2,
.np-col-3,
.np-col-4,
.np-col-5,
.np-col-6,
.np-col-7,
.np-col-8,
.np-col-9,
.np-col-lg,
.np-col-lg-1,
.np-col-lg-10,
.np-col-lg-11,
.np-col-lg-12,
.np-col-lg-2,
.np-col-lg-3,
.np-col-lg-4,
.np-col-lg-5,
.np-col-lg-6,
.np-col-lg-7,
.np-col-lg-8,
.np-col-lg-9,
.np-col-md,
.np-col-md-1,
.np-col-md-10,
.np-col-md-11,
.np-col-md-12,
.np-col-md-2,
.np-col-md-3,
.np-col-md-4,
.np-col-md-5,
.np-col-md-6,
.np-col-md-7,
.np-col-md-8,
.np-col-md-9,
.np-col-sm,
.np-col-sm-1,
.np-col-sm-10,
.np-col-sm-11,
.np-col-sm-12,
.np-col-sm-2,
.np-col-sm-3,
.np-col-sm-4,
.np-col-sm-5,
.np-col-sm-6,
.np-col-sm-7,
.np-col-sm-8,
.np-col-sm-9,
.np-col-xl,
.np-col-xl-1,
.np-col-xl-10,
.np-col-xl-11,
.np-col-xl-12,
.np-col-xl-2,
.np-col-xl-3,
.np-col-xl-4,
.np-col-xl-5,
.np-col-xl-6,
.np-col-xl-7,
.np-col-xl-8,
.np-col-xl-9 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .np-col,
.np-col-1,
.np-col-10,
.np-col-11,
.np-col-12,
.np-col-2,
.np-col-3,
.np-col-4,
.np-col-5,
.np-col-6,
.np-col-7,
.np-col-8,
.np-col-9,
.np-col-lg,
.np-col-lg-1,
.np-col-lg-10,
.np-col-lg-11,
.np-col-lg-12,
.np-col-lg-2,
.np-col-lg-3,
.np-col-lg-4,
.np-col-lg-5,
.np-col-lg-6,
.np-col-lg-7,
.np-col-lg-8,
.np-col-lg-9,
.np-col-md,
.np-col-md-1,
.np-col-md-10,
.np-col-md-11,
.np-col-md-12,
.np-col-md-2,
.np-col-md-3,
.np-col-md-4,
.np-col-md-5,
.np-col-md-6,
.np-col-md-7,
.np-col-md-8,
.np-col-md-9,
.np-col-sm,
.np-col-sm-1,
.np-col-sm-10,
.np-col-sm-11,
.np-col-sm-12,
.np-col-sm-2,
.np-col-sm-3,
.np-col-sm-4,
.np-col-sm-5,
.np-col-sm-6,
.np-col-sm-7,
.np-col-sm-8,
.np-col-sm-9,
.np-col-xl,
.np-col-xl-1,
.np-col-xl-10,
.np-col-xl-11,
.np-col-xl-12,
.np-col-xl-2,
.np-col-xl-3,
.np-col-xl-4,
.np-col-xl-5,
.np-col-xl-6,
.np-col-xl-7,
.np-col-xl-8,
.np-col-xl-9 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.np-col-auto {
  flex: 0 0 auto;
  width: auto;
}
.np-col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.np-col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.np-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.np-col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.np-col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.np-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.np-col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.np-col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.np-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.np-col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.np-col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.np-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.np-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.np-no-gutters > .np-col,
.np-no-gutters > [class*=np-col-] {
  padding-right: 0;
  padding-left: 0;
}
.np-offset-1 {
  margin-left: 8.333333%;
}
.np-offset-2 {
  margin-left: 16.666667%;
}
.np-offset-3 {
  margin-left: 25%;
}
.np-offset-4 {
  margin-left: 33.333333%;
}
.np-offset-5 {
  margin-left: 41.666667%;
}
.np-offset-6 {
  margin-left: 50%;
}
.np-offset-7 {
  margin-left: 58.333333%;
}
.np-offset-8 {
  margin-left: 66.666667%;
}
.np-offset-9 {
  margin-left: 75%;
}
.np-offset-10 {
  margin-left: 83.333333%;
}
.np-offset-11 {
  margin-left: 91.666667%;
}
@media (max-width: 767px) {
  .np-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .np-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .np-col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .np-col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .np-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .np-col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .np-col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .np-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .np-col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .np-col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .np-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .np-col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .np-col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .np-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .np-offset-sm-0 {
    margin-left: 0;
  }
  .np-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .np-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .np-offset-sm-3 {
    margin-left: 25%;
  }
  .np-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .np-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .np-offset-sm-6 {
    margin-left: 50%;
  }
  .np-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .np-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .np-offset-sm-9 {
    margin-left: 75%;
  }
  .np-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .np-offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .np-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .np-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .np-col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .np-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .np-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .np-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .np-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .np-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .np-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .np-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .np-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .np-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .np-col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .np-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .np-offset-md-0 {
    margin-left: 0;
  }
  .np-offset-md-1 {
    margin-left: 8.333333%;
  }
  .np-offset-md-2 {
    margin-left: 16.666667%;
  }
  .np-offset-md-3 {
    margin-left: 25%;
  }
  .np-offset-md-4 {
    margin-left: 33.333333%;
  }
  .np-offset-md-5 {
    margin-left: 41.666667%;
  }
  .np-offset-md-6 {
    margin-left: 50%;
  }
  .np-offset-md-7 {
    margin-left: 58.333333%;
  }
  .np-offset-md-8 {
    margin-left: 66.666667%;
  }
  .np-offset-md-9 {
    margin-left: 75%;
  }
  .np-offset-md-10 {
    margin-left: 83.333333%;
  }
  .np-offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .np-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .np-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .np-col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .np-col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .np-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .np-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .np-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .np-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .np-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .np-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .np-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .np-col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .np-col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .np-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .np-offset-lg-0 {
    margin-left: 0;
  }
  .np-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .np-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .np-offset-lg-3 {
    margin-left: 25%;
  }
  .np-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .np-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .np-offset-lg-6 {
    margin-left: 50%;
  }
  .np-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .np-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .np-offset-lg-9 {
    margin-left: 75%;
  }
  .np-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .np-offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .np-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .np-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .np-col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .np-col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .np-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .np-col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .np-col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .np-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .np-col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .np-col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .np-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .np-col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .np-col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .np-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .np-offset-xl-0 {
    margin-left: 0;
  }
  .np-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .np-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .np-offset-xl-3 {
    margin-left: 25%;
  }
  .np-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .np-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .np-offset-xl-6 {
    margin-left: 50%;
  }
  .np-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .np-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .np-offset-xl-9 {
    margin-left: 75%;
  }
  .np-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .np-offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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;
}
.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;
}
.np-form-control {
  display: block;
  padding: 0.25rem 0.5rem;
  margin: 0px;
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  width: 100%;
  height: 2rem;
  font-size: inherit;
}
.np-textarea {
  display: inline-block;
}
.np-textarea-control {
  display: block;
  padding: 0.5rem;
  margin: 0px;
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .np-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .np-hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .np-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .np-hidden-xl {
    display: none !important;
  }
}
.np-hidden {
  display: none !important;
}
.np-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  background-color: #ffffff;
}
.np-input-group-append {
  display: flex;
  align-items: center;
  text-align: center;
}
.np-input-group > .np-form-control {
  position: relative;
  flex: 1 1 auto;
  border: none;
  width: 1%;
}
.np-btn {
  min-width: 50px;
  padding: 0.5rem 1rem;
  margin: 0px;
  text-align: center;
  background-color: #f5f5f5;
  color: inherit;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
}
.np-btn-icon {
  padding: 0.25rem;
  min-height: 2rem;
  min-width: 2rem;
  margin: 0px;
  text-align: center;
  background-color: #f5f5f5;
  color: inherit;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
}
.np-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: small;
}
.np-btn-block {
  width: 100%;
}
.np-btn-primary {
  color: #ffffff;
  background-color: #0b7ad1;
  border-color: #0b7ad1;
}
.np-btn-success {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #5cb85c;
}
.np-btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #d9534f;
}
.np-btn-warning {
  color: #ffffff;
  background-color: #d39e00;
  border-color: #f0ad4e;
}
.np-btn-info {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #5bc0de;
}
.np-input-group .np-btn,
.np-input-group .np-btn-icon {
  border: none;
  background-color: #ffffff;
}
.np-btn:disabled,
.np-btn-icon:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.np-btn:hover,
.np-btn-icon:hover {
  background-color: #eeeeee;
}
.np-btn-primary:hover {
  color: #ffffff;
  background-color: rgba(11, 122, 209, 0.8);
  border-color: rgba(11, 122, 209, 0.8);
}
.np-btn-success:hover {
  background-color: #449d44;
}
.np-btn-danger:hover {
  background-color: #d9534f;
}
.np-btn-warning:hover {
  background-color: #ec971f;
}
.np-btn-info:hover {
  background-color: #31b0d5;
}
.np-btn-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25rem 0;
}
.np-btn-group .np-btn,
.np-btn-group .np-btn-sm,
.np-btn-group .np-btn-icon {
  margin: 0.25rem 0.5rem 0.25rem 0px;
}
.np-btn-group .np-btn:last-child,
.np-btn-group .np-btn-sm:last-child,
.np-btn-group .np-btn-icon:last-child {
  margin-right: 0px;
}
.np-btn-icon-right {
  padding-left: 0.5rem;
}
.np-btn-icon-left {
  padding-right: 0.5rem;
}
.np-border-0 {
  border: 0 !important;
}
.np-border-top-0 {
  border-top: 0 !important;
}
.np-border-right-0 {
  border-right: 0 !important;
}
.np-border-bottom-0 {
  border-bottom: 0 !important;
}
.np-border-left-0 {
  border-left: 0 !important;
}
.np-border {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-border-top {
  border-top: 1px solid #9e9e9e;
}
.np-border-bottom {
  border-bottom: 1px solid #9e9e9e;
}
.np-border-right {
  border-right: 1px solid #9e9e9e;
}
.np-border-left {
  border-left: 1px solid #9e9e9e;
}
.np-clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.np-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.np-readonly {
  pointer-events: none;
}
.np-text-bold {
  font-weight: bold;
}
.np-alert {
  position: relative;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  border-left: 5px solid #9e9e9e;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  min-height: 3rem;
}
.np-alert-detail {
  flex: 1 1 auto;
  padding: 0.5rem;
}
.np-alert-header {
  font-weight: bold;
}
.np-alert .np-btn-icon {
  background-color: transparent;
  border: none;
}
.np-alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.np-alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.np-alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.np-alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.np-alert-success .np-btn-icon:hover {
  background-color: #d0e9c6;
}
.np-alert-danger .np-btn-icon:hover {
  background-color: #ebcccc;
}
.np-alert-warning .np-btn-icon:hover {
  background-color: #faf2cc;
}
.np-alert-info .np-btn-icon:hover {
  background-color: #bcdff1;
}
.np-float-left {
  float: left !important;
}
.np-float-right {
  float: right !important;
}
.np-float-none {
  float: none !important;
}
.np-text-left {
  text-align: left;
}
.np-text-center {
  text-align: center;
}
.np-text-right {
  text-align: right;
}
.np-badge {
  background-color: #f5f5f5;
  text-align: center;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  position: relative;
  margin: 0px 0.5rem;
  color: #080707;
  white-space: nowrap;
}
.np-badge-primary {
  color: #ffffff;
  background-color: #0b7ad1;
}
.np-badge-success {
  color: #ffffff;
  background-color: #1e7e34;
}
.np-badge-danger {
  color: #ffffff;
  background-color: #d9534f;
}
.np-badge-warning {
  color: #ffffff;
  background-color: #d39e00;
}
.np-badge-info {
  color: #ffffff;
  background-color: #117a8b;
}
.np-badge-left {
  margin: 0px 0.5rem 0px 0px;
}
.np-badge-right {
  margin: 0px 0px 0px 0.5rem;
}
.np-badge-pill {
  border-radius: 2rem;
  padding: 0.25rem 1rem;
}
.np-container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.np-form-group {
  margin-bottom: 1rem;
}
.np-form-label {
  margin-bottom: 0.5rem;
}
.np-form-text {
  margin-top: 0.25rem;
}
.np-text-success {
  color: #5cb85c;
}
.np-text-danger {
  color: #d9534f;
}
.np-text-warning {
  color: #f0ad4e;
}
.np-text-info {
  color: #31708f;
}
.np-required:after {
  content: " *";
  color: #d9534f;
}
.np-highlight {
  background-color: #ffff00;
}
.np-overflow-auto {
  overflow: auto;
}
.np-loader-target {
  position: relative;
  pointer-events: none;
}
.np-blockui-backdrop,
.np-loader-backdrop {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-loader {
  border-style: solid;
  border-right-color: #0b7ad1;
  border-radius: 50%;
  color: rgba(11, 122, 209, 0.3) !important;
  animation: spin 0.5s linear infinite;
  z-index: 801;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.np-loader-text {
  padding: 1rem;
  color: #ffffff;
}
.np-blockui-target {
  position: relative;
  pointer-events: none;
}
.np-blockui svg {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  color: #000000;
  z-index: 801;
}
.np-cursor-pointer {
  cursor: pointer;
}
.np-responsive-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.np-list-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-list-header {
  background-color: #f5f5f5;
  padding: 1rem;
  border-bottom: 1px solid #9e9e9e;
  font-weight: bold;
}
.np-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  overflow: auto;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.np-list-item {
  padding: 0.5rem;
  border-bottom: 1px solid #9e9e9e;
  background-color: #ffffff;
  position: relative;
}
.np-list-item:last-child {
  border-bottom: none;
}
.np-list-item:hover {
  background-color: #eeeeee;
}
.np-list-striped .np-list-item:nth-child(even) {
  background-color: #f5f5f5;
}
.np-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.25rem;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  background-color: #ffffff;
}
.np-toolbar-separator {
  border-right: 1px solid #9e9e9e;
  margin: 0.25rem 0.5rem;
  height: 2rem;
}
.np-toolbar-spacer {
  flex: 1 1 auto;
}
.np-toolbar-item {
  padding: 0.25rem;
}
.np-form-control.ng-touched.ng-invalid {
  border: 1px solid #d9534f !important;
}
.ng-touched.ng-invalid:not(form) .np-switch,
.ng-touched.ng-invalid:not(form) .np-overlay-open,
.ng-touched.ng-invalid:not(form) .np-slider-input,
.ng-touched.ng-invalid:not(form) .np-input-group,
.ng-touched.ng-invalid:not(form) .np-color-picker-input-group,
.ng-touched.ng-invalid:not(form) .np-checkbox-checkmark,
.ng-touched.ng-invalid:not(form) .np-radio-outer-circle,
.ng-touched.ng-invalid:not(form) .np-textarea-control,
.ng-touched.ng-invalid:not(form) .np-rich-text {
  border: 1px solid #d9534f !important;
}
.np-form-control.ng-dirty.ng-invalid {
  border: 1px solid #d9534f !important;
}
.ng-dirty.ng-invalid:not(form) .np-switch,
.ng-dirty.ng-invalid:not(form) .np-overlay-open,
.ng-dirty.ng-invalid:not(form) .np-slider-input,
.ng-dirty.ng-invalid:not(form) .np-input-group,
.ng-dirty.ng-invalid:not(form) .np-color-picker-input-group,
.ng-dirty.ng-invalid:not(form) .np-checkbox-checkmark,
.ng-dirty.ng-invalid:not(form) .np-radio-outer-circle,
.ng-dirty.ng-invalid:not(form) .np-textarea-control,
.ng-dirty.ng-invalid:not(form) .np-rich-text {
  border: 1px solid #d9534f !important;
}
.ng-touched.ng-invalid:not(form) .np-input-group .np-icon,
.ng-dirty.ng-invalid:not(form) .np-input-group .np-icon,
.ng-touched.ng-invalid:not(form) .np-color-picker-input-group .np-icon,
.ng-dirty.ng-invalid:not(form) .np-color-picker-input-group .np-icon,
.ng-touched.ng-invalid:not(form) .np-input-group i,
.ng-dirty.ng-invalid:not(form) .np-input-group i {
  color: #d9534f;
}
.np-sidepanel-backdrop,
.np-modal-backdrop,
.np-dialog-backdrop {
  background-color: #000000;
  opacity: 0.3 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.np-color-hex-input:focus,
.np-color-r-input:focus,
.np-color-g-input:focus,
.np-color-b-input:focus,
.np-btn:focus,
.np-btn-icon:focus,
.np-tab-title:focus,
.np-step-title:focus,
.np-form-control:focus,
.np-input-group:focus-within,
.np-time-picker-select:focus,
.np-menu-link:focus,
.np-focused,
.np-accordion-title:focus,
.np-panel-title:focus {
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  z-index: 2;
  border-radius: 2px;
}
.np-focused-rounded {
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  z-index: 2;
  border-radius: 50%;
}
.np-btn-success:focus {
  box-shadow: 0 0 0 0.2rem #4eb766 !important;
}
.np-btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #fbdc7f !important;
}
.np-btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #e9969e !important;
}
.np-btn-info:focus {
  box-shadow: 0 0 0 0.2rem #87ccd7 !important;
}
.np-input-group .np-btn-icon:focus,
.np-input-group .np-form-control:focus {
  box-shadow: none !important;
}
.np-prefix-label,
.np-suffix-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  min-height: 2rem;
  min-width: 2rem;
}
.np-bg-primary {
  background: #0b7ad1;
}
.np-text-primary {
  color: #0b7ad1;
}
.m-1 {
  margin: 0.5rem;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mr-1 {
  margin-right: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.ml-1 {
  margin-left: 0.5rem;
}
.p-1 {
  padding: 0.5rem;
}
.pt-1 {
  padding-top: 0.5rem;
}
.pr-1 {
  padding-right: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.5rem;
}
.pl-1 {
  padding-left: 0.5rem;
}
.m-2 {
  margin: 1rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mr-2 {
  margin-right: 1rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 1rem;
}
.p-2 {
  padding: 1rem;
}
.pt-2 {
  padding-top: 1rem;
}
.pr-2 {
  padding-right: 1rem;
}
.pb-2 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 1rem;
}
.m-3 {
  margin: 1.5rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mr-3 {
  margin-right: 1.5rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.ml-3 {
  margin-left: 1.5rem;
}
.p-3 {
  padding: 1.5rem;
}
.pt-3 {
  padding-top: 1.5rem;
}
.pr-3 {
  padding-right: 1.5rem;
}
.pb-3 {
  padding-bottom: 1.5rem;
}
.pl-3 {
  padding-left: 1.5rem;
}
.m-4 {
  margin: 2rem;
}
.mt-4 {
  margin-top: 2rem;
}
.mr-4 {
  margin-right: 2rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 2rem;
}
.p-4 {
  padding: 2rem;
}
.pt-4 {
  padding-top: 2rem;
}
.pr-4 {
  padding-right: 2rem;
}
.pb-4 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 2rem;
}
.m-5 {
  margin: 2.5rem;
}
.mt-5 {
  margin-top: 2.5rem;
}
.mr-5 {
  margin-right: 2.5rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}
.ml-5 {
  margin-left: 2.5rem;
}
.p-5 {
  padding: 2.5rem;
}
.pt-5 {
  padding-top: 2.5rem;
}
.pr-5 {
  padding-right: 2.5rem;
}
.pb-5 {
  padding-bottom: 2.5rem;
}
.pl-5 {
  padding-left: 2.5rem;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: none !important;
}
.d-flex {
  display: flex;
}
.d-flex-row {
  flex-direction: row;
}
.d-flex-column {
  flex-direction: row;
}
.np-accordion-item {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
}
.np-accordion-header {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.np-accordion-header:hover, .np-accordion-header:hover .np-btn-icon {
  background-color: #eeeeee;
}
.np-accordion-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: bold;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
  font-size: inherit;
}
.np-accordion-btn .np-btn-icon {
  border: none;
  min-height: auto;
  padding: 0 0.25rem;
}
.np-accordion-body {
  padding: 1rem;
  overflow: auto;
  border-top: 1px solid #9e9e9e;
  background-color: #ffffff;
}
.np-accordion-title i {
  font-size: 1rem;
  padding-right: 0.5rem;
}
.np-auto-complete-loader {
  animation: spin 2s linear infinite;
}
.np-auto-complete-overlay {
  background-color: #ffffff;
  min-width: 250px;
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  border: none;
}
.np-auto-complete-overlay .np-list-item {
  cursor: pointer;
  border: none;
}
.np-breadcrumb {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 1rem;
}
.np-breadcrumb-items {
  margin: 0;
  padding: 0;
}
.np-breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
}
.np-breadcrumb-item a {
  text-decoration: none;
  cursor: pointer;
}
.np-breadcrumb-item + .np-breadcrumb-item::before {
  display: inline-block;
  content: "/";
  padding: 0 0.5rem;
  font-weight: bold;
}
.np-breadcrumb-item i {
  font-size: 1rem;
  padding-right: 0.5rem;
}
.np-calendar {
  position: relative;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  overflow: auto;
}
.np-calendar-toolbar {
  background: #f5f5f5;
  border: none;
}
.np-calendar-years-input {
  width: 70px;
}
.np-calendar-today-btn {
  height: 2rem;
}
.np-calendar-table {
  width: 100%;
  height: 100%;
  border-spacing: 0px;
  table-layout: fixed;
  border-top: 1px solid #9e9e9e;
}
.np-calendar-table th {
  background-color: #eeeeee;
  padding: 0.5rem 1rem;
  margin: 0;
  overflow: hidden;
}
.np-calendar-table td {
  padding: 0;
  margin: 0;
  border-right: 1px solid #9e9e9e;
  border-top: 1px solid #9e9e9e;
}
.np-calendar-table td:last-child {
  border-right: none;
}
.np-calendar-day {
  height: 100px;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
}
.np-calendar-day-label {
  padding: 1rem;
  direction: rtl;
}
.np-calendar-today {
  background-color: #f0f8ff;
}
.np-calendar-today .np-calendar-day-label {
  font-weight: bold;
}
.np-calendar-events {
  max-height: 75px;
  overflow-y: auto;
}
.np-calendar-event {
  margin: 0.2rem;
  padding: 0px 0.2rem;
  background-color: #0b7ad1;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9rem;
}
.np-card {
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  margin-bottom: 1rem;
}
.np-card-header {
  overflow: auto;
  padding: 1rem;
}
.np-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.np-card-subtitle {
  font-weight: lighter;
}
.np-card-avatar {
  float: left;
  padding-right: 1rem;
}
.np-card-avatar img {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  vertical-align: middle;
}
.np-card-image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.np-card-body {
  overflow: auto;
  padding: 1rem;
}
.np-card-footer {
  padding: 1rem;
}
.np-carousel {
  height: 100%;
  padding: 1rem;
}
.np-carousel-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.np-carousel-items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.np-carousel-item {
  display: none;
  padding: 1rem;
}
.np-carousel-active {
  display: block;
}
.np-carousel-nav {
  text-align: center;
  width: 100%;
}
.np-carousel-dot {
  cursor: pointer;
  width: 2rem;
  height: 3px;
  margin: 0 2px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.np-carousel-dot-active {
  background-color: #0b7ad1;
}
.np-carousel-dot:hover {
  background-color: #717171;
}
.np-checkbox {
  position: relative;
  display: inline-block;
  margin: 0.5rem;
}
.np-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.np-checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.np-checkbox-checkmark {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  pointer-events: none;
}
.np-checkbox-input:checked ~ .np-checkbox-checkmark, .np-checkbox-input:indeterminate ~ .np-checkbox-checkmark {
  background-color: #0b7ad1;
  border: none;
}
.np-checkbox-text {
  padding-left: 0.5rem;
}
.np-checkbox-group {
  display: flex;
  flex-direction: row;
}
.np-checkbox-group-vertical {
  flex-direction: column !important;
}
.np-checkbox-icon {
  height: 1rem;
  width: 1rem;
  color: #ffffff;
}
.np-color-picker {
  position: relative;
  display: inline-block;
}
.np-color-picker-input-group {
  display: flex;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-color-picker .np-btn-icon {
  border: none;
  background-color: #ffffff;
}
.np-color-picker .np-btn-icon:focus {
  box-shadow: none;
}
.np-color-picker .np-btn-icon:hover {
  background-color: #eeeeee;
}
.np-input-color-block {
  width: 2rem;
  height: 2rem;
}
.np-color-picker-overlay {
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.np-overlay-open {
  box-shadow: none;
}
.np-color-picker-header {
  padding: 0.5rem;
  background-color: #f5f5f5;
}
.np-current-color-block,
.np-selected-color-block {
  width: 3rem;
  margin-left: 0.5rem;
}
.np-color-canvases {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0.5rem;
}
.np-color-picker-block {
  margin-right: 0.5rem;
}
.np-color-picker-strip:hover,
.np-color-picker-block:hover {
  cursor: crosshair !important;
}
.np-color-blocks {
  padding-left: 0.5rem;
  width: 16rem;
}
.np-color-block {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  display: inline-block;
  cursor: pointer;
}
.np-color-picker-footer {
  padding: 0.5rem;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-around;
}
.np-color-picker-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.np-hex-inputs {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.np-hex-inputs input {
  width: 5rem;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-hex-inputs label {
  padding: 0 0.5rem;
}
.np-rgb-inputs {
  display: flex;
  justify-content: space-between;
}
.np-rgb-inputs input {
  width: 3rem;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-rgb-inputs label {
  padding: 0 0.5rem;
}
.np-grid {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
.np-grid-title {
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  padding: 0.5rem;
  background-color: #f5f5f5;
  font-weight: bold;
}
.np-column-chooser {
  width: 350px;
  padding: 0.5rem;
  background-color: #f5f5f5;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.np-grid-columns-item.cdk-drag-disabled .np-grid-drag-handle {
  display: none;
}
.np-grid-columns {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  margin: 5px 0px;
  max-height: 300px;
  overflow: auto;
}
.np-grid-columns-item .np-checkbox,
.np-grid-columns-item.cdk-drag-preview .np-checkbox {
  margin: 0px;
}
.np-grid-columns-item {
  border-bottom: 1px solid #9e9e9e;
  background-color: #ffffff;
  padding: 0.5rem;
}
.np-grid-columns-item:last-child {
  border-bottom: none;
}
.np-grid-drag-placeholder {
  background-color: #f5f5f5;
  height: 2rem;
}
.np-grid-drag-handle {
  cursor: move;
  float: right;
}
.np-grid-columns-item.cdk-drag-preview {
  border: 1px solid #9e9e9e;
}
.np-grid-container {
  overflow-x: auto;
  height: 100%;
  border-bottom: 1px solid #9e9e9e;
}
.np-grid-thead {
  position: sticky !important;
  top: 0px;
  z-index: 300;
}
.np-grid-thead table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
}
.np-grid-tbody table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
}
.np-grid-thead th {
  position: relative;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  font-weight: bold;
  background-color: #f5f5f5;
  text-align: left;
  padding: 0.5rem 1rem;
}
.np-grid-sorting-header {
  padding-right: 0.5rem;
  cursor: pointer;
}
.np-row-filter th {
  padding: 0.5rem 1rem;
}
.np-grid-filter-type {
  margin-bottom: 0.5rem;
}
.np-grid-tbody td {
  border-bottom: 1px solid #9e9e9e;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0.5rem 1rem;
}
.np-grid-thead th:last-child {
  border-right: none;
}
.np-grid-tbody th:last-child,
.np-grid-tbody td:last-child {
  border-right: none;
}
.np-grid-tbody tr:last-child td {
  border-bottom: none;
}
.np-grid-resize-handle {
  width: 5px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}
.np-grid-resize-handle:hover,
.np-grid-resize-handle:active {
  background-color: #0b7ad1;
}
.np-grid-no-data {
  position: sticky;
  left: 0px;
  bottom: 0px;
  padding: 0px 0.5rem;
  text-align: center;
  line-height: 2rem;
  background-color: #ffffff;
}
.np-grid-summary {
  border-top: 1px solid #9e9e9e;
  padding: 0.5rem;
  background-color: #f5f5f5;
  position: sticky;
  left: 0px;
  bottom: 0px;
  z-index: 300;
}
.np-grid-tbody tr:hover td,
.np-grid-selected td {
  background-color: #eeeeee;
}
.np-sort-ascending,
.np-sort-descending,
.np-sort-toggle {
  border: none;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  cursor: pointer;
  color: inherit;
}
.np-detail-row-collapse,
.np-detail-row-expand {
  border: none;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
  cursor: pointer;
  color: inherit;
}
.np-detail-row {
  position: sticky;
  left: 0px;
}
.np-grid-search {
  display: flex;
  width: 100%;
}
.np-grid-search .np-form-control {
  margin-right: 0.5rem;
}
.np-grid-toolbar {
  background-color: #f5f5f5;
  border-top: none;
  border-left: none;
  border-right: none;
}
.np-grid-toolbar .np-form-control {
  max-width: 200px;
}
.np-grid-pagination {
  border: none !important;
}
.np-grid-column-pin {
  float: right;
}
.np-grid-col-width {
  width: 2rem;
}
.np-date-picker-overlay {
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.np-overlay-open {
  box-shadow: none;
}
.np-date-picker-header {
  padding: 0.5rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.np-date-picker-years {
  width: 5rem;
}
.np-date-picker-months {
  width: 8rem;
}
.np-date-picker-header .np-btn-icon {
  border: none;
}
.np-date-picker-weekdays {
  background-color: #eeeeee;
  padding: 0px 0.5rem;
}
.np-date-picker-weekday {
  font-weight: bold;
  line-height: 2.5rem;
  width: 2.5rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.np-date-picker-days {
  padding: 0.5rem;
}
.np-date-picker-day {
  line-height: 2.5rem;
  width: 2.5rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-radius: 2px;
}
.np-date-picker-today {
  background-color: #d39e00;
  border-radius: 2px;
}
.np-date-picker-selected {
  color: #ffffff;
  background-color: #0b7ad1 !important;
  cursor: pointer;
}
.np-date-picker-day:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
.np-date-picker-day .np-tooltip-target:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 10px 10px;
  border-bottom-color: #0b7ad1;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.np-date-picker-selected .np-tooltip-target:before {
  border-bottom-color: #ffffff;
}
.np-date-picker-footer {
  padding: 0.5rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.np-dialog-overlay {
  margin: 1rem;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.np-dialog {
  min-height: 170px;
  min-width: 300px;
  position: relative;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
}
.np-dialog-header {
  font-weight: bold;
  padding: 1rem 0;
}
.np-dialog-body {
  height: 100%;
}
.np-dialog-message {
  padding-bottom: 1rem;
}
.np-dialog-footer .np-btn-group {
  float: right;
}
.np-dropdown-overlay {
  border: none;
  background-color: #ffffff;
  min-width: 250px;
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-dropdown-overlay .np-list-item {
  cursor: pointer;
  border: none;
}
.np-dropdown-selected {
  background-color: #eeeeee;
}
.np-file-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.np-file-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  background-color: #f5f5f5;
  border-right: 1px solid #9e9e9e;
}
.np-file-btn:hover {
  background-color: #eeeeee;
}
.np-file-label {
  flex: 1 1 auto;
}
.np-file-upload-list {
  border-top: none;
  border-right: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
.np-file-upload-list .np-list-item {
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}
.np-file-remove-btn {
  display: flex;
  padding: 0px;
  margin-left: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}
.np-file-name {
  flex: 1;
}
.np-list-selected {
  background-color: #eeeeee;
}
.np-list-checkbox {
  position: absolute !important;
  top: 0px;
  left: 0px;
}
.np-list-selectable {
  padding-left: 2rem;
}
.np-tiles {
  overflow: auto;
}
.np-tiles .np-row {
  margin-bottom: 1rem;
}
.np-tiles-item {
  margin: 1rem 1rem 0 1rem;
  padding: 1rem;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  overflow: hidden;
  background-color: #ffffff;
}
.np-tiles-selectable {
  padding-left: 2rem;
}
.np-tiles-checkbox {
  position: absolute !important;
  top: 1rem;
  left: 1rem;
}
.np-list-pagination {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
@media (max-width: 991px) {
  .np-tiles-selectable {
    padding-top: 3rem;
    padding-left: 1rem;
  }
}
.np-menubar {
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.np-menu-item {
  position: relative;
}
.np-menu-header {
  font-weight: bold;
  color: inherit;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
}
.np-menu-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-width: 100px;
  width: 100%;
  padding: 0.5rem 1rem;
  min-height: 2.5rem;
}
.np-submenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.np-menu-link:hover {
  color: #0b7ad1;
}
.np-menu-header i,
.np-menu-link i {
  font-size: 1rem;
  padding-right: 0.5rem;
}
.np-menu-text {
  width: 100%;
  white-space: nowrap;
}
.np-menubar-panel .np-menu-text {
  white-space: normal;
}
.np-menu-active-parent {
  color: #0b7ad1;
}
.np-menu-active {
  background-color: #0b7ad1;
  color: #ffffff !important;
}
.np-menubar-horizontal .np-submenu,
.np-menubar-vertical .np-submenu {
  position: absolute;
  z-index: 400;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  margin-top: -1px;
  background-color: #f5f5f5;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-menu-icon {
  float: right;
  padding-left: 0.5rem;
}
.np-menubar-horizontal {
  width: 100%;
  display: flex;
}
.np-menubar-horizontal > .np-menu-item > .np-submenu {
  margin-top: 0px;
  margin-left: -1px;
}
.np-menubar-panel .np-submenu {
  padding-left: 1rem;
}
.np-modal-overlay {
  margin: 0.5rem;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.np-modal {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.np-modal-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #9e9e9e;
  padding: 1rem;
  min-height: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.np-modal-close {
  border: none;
}
.np-modal-body {
  padding: 1rem;
  overflow: auto;
  background-color: #ffffff;
}
.np-modal-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #9e9e9e;
  padding: 1rem;
  min-height: 3rem;
}
.np-notifications {
  position: fixed;
  bottom: 0px;
  right: 0px;
  max-width: 350px;
  z-index: 1001;
  margin: 0.5rem;
}
.np-alert-close-all {
  position: absolute;
  left: -35px;
  bottom: 0.5rem;
  border: none;
  background-color: transparent;
}
.np-number-box .np-form-control {
  -moz-appearance: textfield;
}
.np-number-box .np-form-control::-webkit-outer-spin-button, .np-number-box .np-form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.np-paginator {
  background-color: #f5f5f5;
}
.np-paginator .np-form-control {
  width: 70px;
}
.np-panel {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.np-panel-header {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.np-panel-header:hover, .np-panel-header:hover .np-btn-icon {
  background-color: #eeeeee;
}
.np-panel-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: bold;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
  font-size: inherit;
}
.np-panel-title i {
  font-size: 1rem;
  padding-right: 0.5rem;
}
.np-panel-btns {
  display: flex;
  margin-left: 0.5rem;
}
.np-panel-btns .np-btn-icon {
  border: none;
  min-height: auto;
  padding: 0 0.25rem;
}
.np-panel-body {
  padding: 1rem;
  overflow: auto;
  border-top: 1px solid #9e9e9e;
  background-color: #ffffff;
  height: 100%;
}
.np-panel-zoom {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  max-height: none !important;
  z-index: 900;
}
.np-popover {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.np-popover-target {
  cursor: pointer;
}
.np-popover-header {
  padding: 0.5rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #9e9e9e;
  font-weight: bold;
}
.np-popover-body {
  padding: 0.5rem;
  overflow: auto;
  background-color: #ffffff;
}
.np-progress-container {
  display: flex;
  height: 1.25rem;
  overflow: hidden;
  background-color: #f5f5f5;
  width: 100%;
  border-radius: 2px;
}
.np-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background-color: #0b7ad1;
  line-height: 1.25rem;
  text-align: center;
}
.np-progress-striped {
  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);
  background-size: 1rem 1rem;
}
.np-progress-animated {
  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);
  background-size: 1rem 1rem;
  animation: np-progress-bar-stripes 1s linear reverse infinite;
}
.np-progress-indeterminate {
  width: 100%;
  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);
  background-size: 1rem 1rem;
  animation: np-progress-bar-stripes 1s linear reverse infinite;
}
.np-progress-success .np-progress-bar {
  background-color: #1e7e34 !important;
}
.np-progress-danger .np-progress-bar {
  background-color: #bd2130 !important;
}
.np-progress-warning .np-progress-bar {
  background-color: #d39e00 !important;
}
.np-progress-info .np-progress-bar {
  background-color: #117a8b !important;
}
@keyframes np-progress-bar-stripes {
  from {
    background-position: 2rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.np-radio-button {
  position: relative;
  display: inline-block;
  margin: 0.5rem;
}
.np-radio-button-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.np-radio-button-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.np-radio-button-text {
  padding-left: 0.5rem;
}
.np-radio-group {
  display: flex;
  flex-direction: row;
}
.np-radio-group-vertical {
  flex-direction: column !important;
}
.np-radio-container {
  position: relative;
  height: 1rem;
  width: 1rem;
}
.np-radio-outer-circle {
  display: block;
  height: 1rem;
  width: 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  border-color: #9e9e9e;
  pointer-events: none;
}
.np-radio-inner-circle {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  transform: scale(0.5);
  pointer-events: none;
}
.np-radio-selected .np-radio-outer-circle {
  border-color: #0b7ad1;
}
.np-radio-selected .np-radio-inner-circle {
  background-color: #0b7ad1;
  display: block;
}
.np-sidepanel {
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.np-sidepanel-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #9e9e9e;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.np-sidepanel-content {
  padding: 1rem;
  overflow: auto;
  height: 100%;
}
.np-slider {
  height: 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.np-slider-input {
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  width: 100%;
  height: 0.75rem;
  vertical-align: middle;
}
.np-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.75rem;
  height: 2rem;
  background: #0b7ad1;
  border: 1px solid #0b7ad1;
  border-radius: 2px;
  cursor: pointer;
}
.np-slider-input::-moz-range-thumb, .np-slider-input::-ms-thumb {
  width: 0.75rem;
  height: 2rem;
  background: #0b7ad1;
  border: 1px solid #0b7ad1;
  border-radius: 2px;
  cursor: pointer;
}
.np-slider-label {
  background-color: #000000;
  border-radius: 2px;
  color: #ffffff;
  padding: 0.5rem;
  display: none;
  position: absolute;
  top: 2rem;
}
.np-slider:hover .np-slider-label {
  display: block;
}
.np-steps {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-steps-header {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-bottom: 1px solid #9e9e9e;
  position: relative;
}
.np-steps-header::after {
  top: 50%;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #9e9e9e;
}
.np-steps-header-stretch {
  justify-content: space-evenly;
}
.np-step-title {
  display: flex;
  align-items: center;
  margin: 0px 2rem;
  padding: 1rem;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
  border: none;
  background-color: #f5f5f5;
  color: inherit;
  border-bottom: 2px solid transparent;
  font-size: inherit;
}
.np-step-title:hover {
  background-color: #eeeeee;
}
.np-step-title:hover i {
  background-color: #eeeeee;
}
.np-step-title i {
  font-size: 1rem;
  padding-right: 0.5rem;
  z-index: 1;
  background-color: #f5f5f5;
}
.np-step-body {
  padding: 1rem;
  overflow: auto;
  background-color: #ffffff;
}
.np-step-done {
  border-bottom: 2px solid #449d44;
  color: #449d44;
}
.np-step-error {
  border-bottom: 2px solid #c9302c;
  color: #c9302c;
}
.np-step-active {
  border-bottom: 2px solid #0b7ad1;
  color: #0b7ad1;
}
.np-step-number {
  height: 1.5rem;
  width: 1.5rem;
  background-color: #9e9e9e;
  border-radius: 50%;
  margin-right: 1rem;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.np-step-done .np-step-number {
  background-color: #449d44;
}
.np-step-error .np-step-number {
  background-color: #c9302c;
}
.np-step-active .np-step-number {
  background-color: #0b7ad1;
}
.np-steps-vertical .np-steps-header {
  flex-direction: column;
  border-bottom: none;
}
.np-steps-vertical .np-steps-header::after {
  display: none;
}
.np-steps-vertical .np-step-title {
  margin: 0px;
  border-bottom: none !important;
  position: relative;
}
.np-steps-vertical .np-step-title::after {
  left: 1.75rem;
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #9e9e9e;
}
.np-steps-vertical .np-step-body {
  padding-left: 3.5rem;
}
.np-steps-vertical .np-step-body::after {
  top: 0px;
  left: 1.75rem;
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #9e9e9e;
}
.np-steps-vertical .np-step-done {
  border-right: 2px solid #449d44;
}
.np-steps-vertical .np-step-error {
  border-right: 2px solid #c9302c;
}
.np-steps-vertical .np-step-active {
  border-right: 2px solid #0b7ad1;
}
.np-switch {
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  background-color: #f5f5f5;
  display: inline-block;
}
.np-switch:hover {
  background-color: #eeeeee;
}
.np-switch-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.np-switch-label {
  cursor: pointer;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  display: inline-block;
  color: inherit;
}
.np-switch-danger {
  color: #ffffff;
  background-color: #d9534f;
}
.np-switch-success {
  color: #ffffff;
  background-color: #1e7e34;
}
.np-tabs {
  display: flex;
  flex-direction: column;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-tabs-header {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  border-bottom: 1px solid #9e9e9e;
  background-color: #f5f5f5;
  flex-wrap: wrap;
}
.np-tab-stretch-label {
  flex: 1;
}
.np-tab-title {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: inherit;
}
.np-tab-title i {
  padding-right: 0.5rem;
}
.np-tab-title:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
.np-tab-title-link {
  padding: 0.5rem 1rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
.np-tab-active {
  color: #0b7ad1;
  border-bottom: 2px solid #0b7ad1;
}
.np-tab-body {
  padding: 1rem;
  overflow: auto;
  background-color: #ffffff;
}
.np-tabs-vertical {
  flex-direction: row !important;
}
.np-tabs-vertical .np-tabs-header {
  border-bottom: none;
  border-right: 1px solid #9e9e9e;
  flex-direction: column !important;
}
.np-tabs-vertical .np-tab-title-link {
  text-align: left;
}
.np-tabs-vertical .np-tab-active {
  border-bottom: none !important;
  border-right: 2px solid #0b7ad1;
}
.np-tag {
  margin: 2px 0px 0px 2px;
  color: #ffffff;
  background-color: #0b7ad1;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 2px;
  padding: 2px 0.5rem 2px 1rem;
}
.np-tag-loader {
  animation: spin 2s linear infinite;
}
.np-tag-remove {
  display: flex;
  padding: 0px;
  margin-left: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #ffffff;
}
.np-tags-overlay {
  background-color: #ffffff;
  min-width: 250px;
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  border: none;
}
.np-tags-overlay .np-list-item {
  cursor: pointer;
  border: none;
}
.np-tag-selected {
  background-color: #eeeeee;
}
.np-time-picker-overlay {
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-overlay-open {
  box-shadow: none;
}
.np-time-picker-header {
  padding: 0.5rem;
  background-color: #f5f5f5;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.np-time-picker-footer {
  padding: 0.5rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.np-time-picker-controls {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.np-time-picker-controls .np-btn-icon {
  border: none;
}
.np-time-picker-select {
  width: 3.5rem;
  margin: 0px 2px;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-time-picker-select option {
  padding: 0.5rem;
}
.np-tooltip {
  padding: 0.5rem;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 2px;
}
.np-tooltip-target {
  cursor: pointer;
}
.np-treeview {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  background-color: #ffffff;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.np-treeview-node {
  padding-left: 2rem;
  position: relative;
}
.np-treeview-expand,
.np-treeview-collapse {
  position: absolute;
  left: 0px;
  border: none;
  background-color: transparent;
}
.np-treeview-label {
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.np-treeview-label:hover {
  background-color: #f5f5f5;
}
.np-treeview-label i {
  font-size: inherit;
  padding-right: 1rem;
}
.np-treeview-checkbox {
  position: absolute !important;
  left: 0px;
  top: 0px;
}
.np-treeview-selection {
  padding-left: 2rem;
  position: relative;
}
.np-treeview-sub {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.np-virtual-scroll-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.np-virtual-scroll-item {
  padding: 1rem;
  border-bottom: 1px solid #9e9e9e;
  background-color: #ffffff;
  position: relative;
}
.np-virtual-scroll-item:last-child {
  border-bottom: none;
}
.np-virtual-scroll-item:hover {
  background-color: #eeeeee;
}
.np-virtual-scroll-header {
  background-color: #f5f5f5;
  padding: 1rem;
  border-bottom: 1px solid #9e9e9e;
  font-weight: bold;
}
.np-rich-text {
  position: relative;
  border: 1px solid #9e9e9e;
}
.np-rich-text-input {
  width: 100%;
  overflow: auto;
  background-color: #ffffff;
  padding: 1rem;
  resize: vertical;
  min-height: 200px;
}
.np-rich-text .np-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #9e9e9e;
  border-top: none;
  border-left: none;
  border-right: none;
}
.np-btn-active {
  color: #ffffff;
  background-color: #0b7ad1;
  border-color: #0b7ad1;
}
.np-btn-active:hover {
  color: #ffffff;
  background-color: rgba(11, 122, 209, 0.8);
  border-color: rgba(11, 122, 209, 0.8);
}
.np-timeline {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  background-color: #ffffff;
  overflow: auto;
}
.np-timeline-container {
  position: relative;
  padding: 1rem;
}
.np-timeline-item {
  display: flex;
  flex-direction: row;
}
.np-timeline-item:last-child .np-timeline-connector {
  display: none;
}
.np-timeline-item-content {
  padding: 1rem;
  margin: 0 1rem 1rem 1rem;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 2px;
  width: 100%;
}
.np-timeline-separator {
  flex: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.np-timeline-marker {
  background-color: #0b7ad1;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.np-timeline-connector {
  width: 2px;
  background-color: #9e9e9e;
  flex-grow: 1;
}
.np-timeline-default-marker {
  background-color: #0b7ad1;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
np-timeline .np-timeline-container {
  margin-top: 3%;
  padding: 5% 0;
}
np-timeline .np-timeline {
  border: none;
}
np-timeline .np-timeline .np-timeline-item-content {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
np-timeline .np-timeline .np-timeline-item-content h3 {
  font-size: 1rem !important;
  font-weight: bold;
}
np-timeline .np-timeline .np-timeline-item-content .row .col-2 {
  padding-right: 12px;
}
np-timeline .np-timeline .np-timeline-item-content .row .col-2 img {
  width: 60px;
  max-height: 150px;
}
np-timeline .np-timeline .np-timeline-marker, np-timeline .np-timeline .np-timeline-default-marker {
  width: 2rem;
  height: 2rem;
}
np-timeline .np-timeline .np-timeline-connector {
  background-color: #284C43;
  width: 1px;
}
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
: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;
  /* Fix of Webkit flickering */
  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;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.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;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.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);
}
/* Slide styles start */
/* 3D Shadows */
.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);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.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;
}
/* Navigation font start */
.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-feature-settings: ;
  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";
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.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;
}
/* Common Styles */
.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%;
}
/* Bullets */
.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;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.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;
}
/* Fuentes */
@font-face {
  font-family: Barlow;
  src: url('Barlow-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: Barlow;
  src: url('Barlow-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Barlow;
  src: url('Barlow-Italic.ttf');
  font-style: italic;
}
ion-card {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
ion-content {
  background: #F5F5F5;
}
.tracking-map-modal {
  --height: 50%;
  --border-radius: 16px;
  --box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.tracking-map-modal::part(content) {
  top: 25%;
  width: 85%;
  height: 50%;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/toast.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

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