@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700";
@import "https://fonts.googleapis.com/css?family=Nunito:400,600,700";

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
html {
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
}
html {
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
  --mat-menu-base-elevation-level:8;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
html {
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color:white;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-line-height:22px;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-small-size-line-height:16px;
  --mat-badge-large-size-text-size:24px;
  --mat-badge-large-size-line-height:28px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

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

/* node_modules/angular-calendar/css/angular-calendar.css */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

/* public/assets/icons/simple-line-icons/css/simple-line-icons.css */
@font-face {
  font-family: simple-line-icons;
  src: url("./media/Simple-Line-Icons4c82-T3SEH4AC.eot?-i3a2kk");
  src:
    url("./media/Simple-Line-Iconsd41d-T3SEH4AC.eot?#iefix-i3a2kk") format("embedded-opentype"),
    url("./media/Simple-Line-Icons4c82-ABFJBNCZ.ttf?-i3a2kk") format("truetype"),
    url("./media/Simple-Line-Icons4c82-RKL2GGXO.woff2?-i3a2kk") format("woff2"),
    url("./media/Simple-Line-Icons4c82-DVZUTIE4.woff?-i3a2kk") format("woff"),
    url("./media/Simple-Line-Icons4c82-WONL2LBT.svg?-i3a2kk#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user::before {
  content: "\e005";
}
.icon-people::before {
  content: "\e001";
}
.icon-user-female::before {
  content: "\e000";
}
.icon-user-follow::before {
  content: "\e002";
}
.icon-user-following::before {
  content: "\e003";
}
.icon-user-unfollow::before {
  content: "\e004";
}
.icon-login::before {
  content: "\e066";
}
.icon-logout::before {
  content: "\e065";
}
.icon-emotsmile::before {
  content: "\e021";
}
.icon-phone::before {
  content: "\e600";
}
.icon-call-end::before {
  content: "\e048";
}
.icon-call-in::before {
  content: "\e047";
}
.icon-call-out::before {
  content: "\e046";
}
.icon-map::before {
  content: "\e033";
}
.icon-location-pin::before {
  content: "\e096";
}
.icon-direction::before {
  content: "\e042";
}
.icon-directions::before {
  content: "\e041";
}
.icon-compass::before {
  content: "\e045";
}
.icon-layers::before {
  content: "\e034";
}
.icon-menu::before {
  content: "\e601";
}
.icon-list::before {
  content: "\e067";
}
.icon-options-vertical::before {
  content: "\e602";
}
.icon-options::before {
  content: "\e603";
}
.icon-arrow-down::before {
  content: "\e604";
}
.icon-arrow-left::before {
  content: "\e605";
}
.icon-arrow-right::before {
  content: "\e606";
}
.icon-arrow-up::before {
  content: "\e607";
}
.icon-arrow-up-circle::before {
  content: "\e078";
}
.icon-arrow-left-circle::before {
  content: "\e07a";
}
.icon-arrow-right-circle::before {
  content: "\e079";
}
.icon-arrow-down-circle::before {
  content: "\e07b";
}
.icon-check::before {
  content: "\e080";
}
.icon-clock::before {
  content: "\e081";
}
.icon-plus::before {
  content: "\e095";
}
.icon-close::before {
  content: "\e082";
}
.icon-trophy::before {
  content: "\e006";
}
.icon-screen-smartphone::before {
  content: "\e010";
}
.icon-screen-desktop::before {
  content: "\e011";
}
.icon-plane::before {
  content: "\e012";
}
.icon-notebook::before {
  content: "\e013";
}
.icon-mustache::before {
  content: "\e014";
}
.icon-mouse::before {
  content: "\e015";
}
.icon-magnet::before {
  content: "\e016";
}
.icon-energy::before {
  content: "\e020";
}
.icon-disc::before {
  content: "\e022";
}
.icon-cursor::before {
  content: "\e06e";
}
.icon-cursor-move::before {
  content: "\e023";
}
.icon-crop::before {
  content: "\e024";
}
.icon-chemistry::before {
  content: "\e026";
}
.icon-speedometer::before {
  content: "\e007";
}
.icon-shield::before {
  content: "\e00e";
}
.icon-screen-tablet::before {
  content: "\e00f";
}
.icon-magic-wand::before {
  content: "\e017";
}
.icon-hourglass::before {
  content: "\e018";
}
.icon-graduation::before {
  content: "\e019";
}
.icon-ghost::before {
  content: "\e01a";
}
.icon-game-controller::before {
  content: "\e01b";
}
.icon-fire::before {
  content: "\e01c";
}
.icon-eyeglass::before {
  content: "\e01d";
}
.icon-envelope-open::before {
  content: "\e01e";
}
.icon-envelope-letter::before {
  content: "\e01f";
}
.icon-bell::before {
  content: "\e027";
}
.icon-badge::before {
  content: "\e028";
}
.icon-anchor::before {
  content: "\e029";
}
.icon-wallet::before {
  content: "\e02a";
}
.icon-vector::before {
  content: "\e02b";
}
.icon-speech::before {
  content: "\e02c";
}
.icon-puzzle::before {
  content: "\e02d";
}
.icon-printer::before {
  content: "\e02e";
}
.icon-present::before {
  content: "\e02f";
}
.icon-playlist::before {
  content: "\e030";
}
.icon-pin::before {
  content: "\e031";
}
.icon-picture::before {
  content: "\e032";
}
.icon-handbag::before {
  content: "\e035";
}
.icon-globe-alt::before {
  content: "\e036";
}
.icon-globe::before {
  content: "\e037";
}
.icon-folder-alt::before {
  content: "\e039";
}
.icon-folder::before {
  content: "\e089";
}
.icon-film::before {
  content: "\e03a";
}
.icon-feed::before {
  content: "\e03b";
}
.icon-drop::before {
  content: "\e03e";
}
.icon-drawar::before {
  content: "\e03f";
}
.icon-docs::before {
  content: "\e040";
}
.icon-doc::before {
  content: "\e085";
}
.icon-diamond::before {
  content: "\e043";
}
.icon-cup::before {
  content: "\e044";
}
.icon-calculator::before {
  content: "\e049";
}
.icon-bubbles::before {
  content: "\e04a";
}
.icon-briefcase::before {
  content: "\e04b";
}
.icon-book-open::before {
  content: "\e04c";
}
.icon-basket-loaded::before {
  content: "\e04d";
}
.icon-basket::before {
  content: "\e04e";
}
.icon-bag::before {
  content: "\e04f";
}
.icon-action-undo::before {
  content: "\e050";
}
.icon-action-redo::before {
  content: "\e051";
}
.icon-wrench::before {
  content: "\e052";
}
.icon-umbrella::before {
  content: "\e053";
}
.icon-trash::before {
  content: "\e054";
}
.icon-tag::before {
  content: "\e055";
}
.icon-support::before {
  content: "\e056";
}
.icon-frame::before {
  content: "\e038";
}
.icon-size-fullscreen::before {
  content: "\e057";
}
.icon-size-actual::before {
  content: "\e058";
}
.icon-shuffle::before {
  content: "\e059";
}
.icon-share-alt::before {
  content: "\e05a";
}
.icon-share::before {
  content: "\e05b";
}
.icon-rocket::before {
  content: "\e05c";
}
.icon-question::before {
  content: "\e05d";
}
.icon-pie-chart::before {
  content: "\e05e";
}
.icon-pencil::before {
  content: "\e05f";
}
.icon-note::before {
  content: "\e060";
}
.icon-loop::before {
  content: "\e064";
}
.icon-home::before {
  content: "\e069";
}
.icon-grid::before {
  content: "\e06a";
}
.icon-graph::before {
  content: "\e06b";
}
.icon-microphone::before {
  content: "\e063";
}
.icon-music-tone-alt::before {
  content: "\e061";
}
.icon-music-tone::before {
  content: "\e062";
}
.icon-earphones-alt::before {
  content: "\e03c";
}
.icon-earphones::before {
  content: "\e03d";
}
.icon-equalizer::before {
  content: "\e06c";
}
.icon-like::before {
  content: "\e068";
}
.icon-dislike::before {
  content: "\e06d";
}
.icon-control-start::before {
  content: "\e06f";
}
.icon-control-rewind::before {
  content: "\e070";
}
.icon-control-play::before {
  content: "\e071";
}
.icon-control-pause::before {
  content: "\e072";
}
.icon-control-forward::before {
  content: "\e073";
}
.icon-control-end::before {
  content: "\e074";
}
.icon-volume-1::before {
  content: "\e09f";
}
.icon-volume-2::before {
  content: "\e0a0";
}
.icon-volume-off::before {
  content: "\e0a1";
}
.icon-calender::before {
  content: "\e075";
}
.icon-bulb::before {
  content: "\e076";
}
.icon-chart::before {
  content: "\e077";
}
.icon-ban::before {
  content: "\e07c";
}
.icon-bubble::before {
  content: "\e07d";
}
.icon-camrecorder::before {
  content: "\e07e";
}
.icon-camera::before {
  content: "\e07f";
}
.icon-cloud-download::before {
  content: "\e083";
}
.icon-cloud-upload::before {
  content: "\e084";
}
.icon-envelope::before {
  content: "\e086";
}
.icon-eye::before {
  content: "\e087";
}
.icon-flag::before {
  content: "\e088";
}
.icon-heart::before {
  content: "\e08a";
}
.icon-info::before {
  content: "\e08b";
}
.icon-key::before {
  content: "\e08c";
}
.icon-link::before {
  content: "\e08d";
}
.icon-lock::before {
  content: "\e08e";
}
.icon-lock-open::before {
  content: "\e08f";
}
.icon-magnifier::before {
  content: "\e090";
}
.icon-magnifier-add::before {
  content: "\e091";
}
.icon-magnifier-remove::before {
  content: "\e092";
}
.icon-paper-clip::before {
  content: "\e093";
}
.icon-paper-plane::before {
  content: "\e094";
}
.icon-power::before {
  content: "\e097";
}
.icon-refresh::before {
  content: "\e098";
}
.icon-reload::before {
  content: "\e099";
}
.icon-settings::before {
  content: "\e09a";
}
.icon-star::before {
  content: "\e09b";
}
.icon-symble-female::before {
  content: "\e09c";
}
.icon-symbol-male::before {
  content: "\e09d";
}
.icon-target::before {
  content: "\e09e";
}
.icon-credit-card::before {
  content: "\e025";
}
.icon-paypal::before {
  content: "\e608";
}
.icon-social-tumblr::before {
  content: "\e00a";
}
.icon-social-twitter::before {
  content: "\e009";
}
.icon-social-facebook::before {
  content: "\e00b";
}
.icon-social-instagram::before {
  content: "\e609";
}
.icon-social-linkedin::before {
  content: "\e60a";
}
.icon-social-pintarest::before {
  content: "\e60b";
}
.icon-social-github::before {
  content: "\e60c";
}
.icon-social-gplus::before {
  content: "\e60d";
}
.icon-social-reddit::before {
  content: "\e60e";
}
.icon-social-skype::before {
  content: "\e60f";
}
.icon-social-dribbble::before {
  content: "\e00d";
}
.icon-social-behance::before {
  content: "\e610";
}
.icon-social-foursqare::before {
  content: "\e611";
}
.icon-social-soundcloud::before {
  content: "\e612";
}
.icon-social-spotify::before {
  content: "\e613";
}
.icon-social-stumbleupon::before {
  content: "\e614";
}
.icon-social-youtube::before {
  content: "\e008";
}
.icon-social-dropbox::before {
  content: "\e00c";
}

/* public/assets/icons/font-awesome-old/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url("./media/fontawesome-webfont3e6e-FMJ3VJ65.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfontd41d-FMJ3VJ65.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont3e6e-5GKVPAEF.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont3e6e-Z4ARLA73.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont3e6e-RJ6LE7IU.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont3e6e-3KIJVIEY.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass::before {
  content: "\f000";
}
.fa-music::before {
  content: "\f001";
}
.fa-search::before {
  content: "\f002";
}
.fa-envelope-o::before {
  content: "\f003";
}
.fa-heart::before {
  content: "\f004";
}
.fa-star::before {
  content: "\f005";
}
.fa-star-o::before {
  content: "\f006";
}
.fa-user::before {
  content: "\f007";
}
.fa-film::before {
  content: "\f008";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-th::before {
  content: "\f00a";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-check::before {
  content: "\f00c";
}
.fa-remove::before,
.fa-close::before,
.fa-times::before {
  content: "\f00d";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-signal::before {
  content: "\f012";
}
.fa-gear::before,
.fa-cog::before {
  content: "\f013";
}
.fa-trash-o::before {
  content: "\f014";
}
.fa-home::before {
  content: "\f015";
}
.fa-file-o::before {
  content: "\f016";
}
.fa-clock-o::before {
  content: "\f017";
}
.fa-road::before {
  content: "\f018";
}
.fa-download::before {
  content: "\f019";
}
.fa-arrow-circle-o-down::before {
  content: "\f01a";
}
.fa-arrow-circle-o-up::before {
  content: "\f01b";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-play-circle-o::before {
  content: "\f01d";
}
.fa-rotate-right::before,
.fa-repeat::before {
  content: "\f01e";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-lock::before {
  content: "\f023";
}
.fa-flag::before {
  content: "\f024";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-book::before {
  content: "\f02d";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-print::before {
  content: "\f02f";
}
.fa-camera::before {
  content: "\f030";
}
.fa-font::before {
  content: "\f031";
}
.fa-bold::before {
  content: "\f032";
}
.fa-italic::before {
  content: "\f033";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-list::before {
  content: "\f03a";
}
.fa-dedent::before,
.fa-outdent::before {
  content: "\f03b";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-photo::before,
.fa-image::before,
.fa-picture-o::before {
  content: "\f03e";
}
.fa-pencil::before {
  content: "\f040";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-tint::before {
  content: "\f043";
}
.fa-edit::before,
.fa-pencil-square-o::before {
  content: "\f044";
}
.fa-share-square-o::before {
  content: "\f045";
}
.fa-check-square-o::before {
  content: "\f046";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-play::before {
  content: "\f04b";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-eject::before {
  content: "\f052";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-times-circle-o::before {
  content: "\f05c";
}
.fa-check-circle-o::before {
  content: "\f05d";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-mail-forward::before,
.fa-share::before {
  content: "\f064";
}
.fa-expand::before {
  content: "\f065";
}
.fa-compress::before {
  content: "\f066";
}
.fa-plus::before {
  content: "\f067";
}
.fa-minus::before {
  content: "\f068";
}
.fa-asterisk::before {
  content: "\f069";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-warning::before,
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-plane::before {
  content: "\f072";
}
.fa-calendar::before {
  content: "\f073";
}
.fa-random::before {
  content: "\f074";
}
.fa-comment::before {
  content: "\f075";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-bar-chart-o::before,
.fa-bar-chart::before {
  content: "\f080";
}
.fa-twitter-square::before {
  content: "\f081";
}
.fa-facebook-square::before {
  content: "\f082";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-key::before {
  content: "\f084";
}
.fa-gears::before,
.fa-cogs::before {
  content: "\f085";
}
.fa-comments::before {
  content: "\f086";
}
.fa-thumbs-o-up::before {
  content: "\f087";
}
.fa-thumbs-o-down::before {
  content: "\f088";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-heart-o::before {
  content: "\f08a";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-linkedin-square::before {
  content: "\f08c";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-github-square::before {
  content: "\f092";
}
.fa-upload::before {
  content: "\f093";
}
.fa-lemon-o::before {
  content: "\f094";
}
.fa-phone::before {
  content: "\f095";
}
.fa-square-o::before {
  content: "\f096";
}
.fa-bookmark-o::before {
  content: "\f097";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-twitter::before {
  content: "\f099";
}
.fa-facebook-f::before,
.fa-facebook::before {
  content: "\f09a";
}
.fa-github::before {
  content: "\f09b";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-feed::before,
.fa-rss::before {
  content: "\f09e";
}
.fa-hdd-o::before {
  content: "\f0a0";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-hand-o-right::before {
  content: "\f0a4";
}
.fa-hand-o-left::before {
  content: "\f0a5";
}
.fa-hand-o-up::before {
  content: "\f0a6";
}
.fa-hand-o-down::before {
  content: "\f0a7";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-group::before,
.fa-users::before {
  content: "\f0c0";
}
.fa-chain::before,
.fa-link::before {
  content: "\f0c1";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-cut::before,
.fa-scissors::before {
  content: "\f0c4";
}
.fa-copy::before,
.fa-files-o::before {
  content: "\f0c5";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-save::before,
.fa-floppy-o::before {
  content: "\f0c7";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-navicon::before,
.fa-reorder::before,
.fa-bars::before {
  content: "\f0c9";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-pinterest::before {
  content: "\f0d2";
}
.fa-pinterest-square::before {
  content: "\f0d3";
}
.fa-google-plus-square::before {
  content: "\f0d4";
}
.fa-google-plus::before {
  content: "\f0d5";
}
.fa-money::before {
  content: "\f0d6";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-unsorted::before,
.fa-sort::before {
  content: "\f0dc";
}
.fa-sort-down::before,
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-sort-up::before,
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-linkedin::before {
  content: "\f0e1";
}
.fa-rotate-left::before,
.fa-undo::before {
  content: "\f0e2";
}
.fa-legal::before,
.fa-gavel::before {
  content: "\f0e3";
}
.fa-dashboard::before,
.fa-tachometer::before {
  content: "\f0e4";
}
.fa-comment-o::before {
  content: "\f0e5";
}
.fa-comments-o::before {
  content: "\f0e6";
}
.fa-flash::before,
.fa-bolt::before {
  content: "\f0e7";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-paste::before,
.fa-clipboard::before {
  content: "\f0ea";
}
.fa-lightbulb-o::before {
  content: "\f0eb";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-bell-o::before {
  content: "\f0a2";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-cutlery::before {
  content: "\f0f5";
}
.fa-file-text-o::before {
  content: "\f0f6";
}
.fa-building-o::before {
  content: "\f0f7";
}
.fa-hospital-o::before {
  content: "\f0f8";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-desktop::before {
  content: "\f108";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-tablet::before {
  content: "\f10a";
}
.fa-mobile-phone::before,
.fa-mobile::before {
  content: "\f10b";
}
.fa-circle-o::before {
  content: "\f10c";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-circle::before {
  content: "\f111";
}
.fa-mail-reply::before,
.fa-reply::before {
  content: "\f112";
}
.fa-github-alt::before {
  content: "\f113";
}
.fa-folder-o::before {
  content: "\f114";
}
.fa-folder-open-o::before {
  content: "\f115";
}
.fa-smile-o::before {
  content: "\f118";
}
.fa-frown-o::before {
  content: "\f119";
}
.fa-meh-o::before {
  content: "\f11a";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-keyboard-o::before {
  content: "\f11c";
}
.fa-flag-o::before {
  content: "\f11d";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-code::before {
  content: "\f121";
}
.fa-mail-reply-all::before,
.fa-reply-all::before {
  content: "\f122";
}
.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before {
  content: "\f123";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-crop::before {
  content: "\f125";
}
.fa-code-fork::before {
  content: "\f126";
}
.fa-unlink::before,
.fa-chain-broken::before {
  content: "\f127";
}
.fa-question::before {
  content: "\f128";
}
.fa-info::before {
  content: "\f129";
}
.fa-exclamation::before {
  content: "\f12a";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-shield::before {
  content: "\f132";
}
.fa-calendar-o::before {
  content: "\f133";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-maxcdn::before {
  content: "\f136";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-html5::before {
  content: "\f13b";
}
.fa-css3::before {
  content: "\f13c";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-minus-square-o::before {
  content: "\f147";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-toggle-down::before,
.fa-caret-square-o-down::before {
  content: "\f150";
}
.fa-toggle-up::before,
.fa-caret-square-o-up::before {
  content: "\f151";
}
.fa-toggle-right::before,
.fa-caret-square-o-right::before {
  content: "\f152";
}
.fa-euro::before,
.fa-eur::before {
  content: "\f153";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-dollar::before,
.fa-usd::before {
  content: "\f155";
}
.fa-rupee::before,
.fa-inr::before {
  content: "\f156";
}
.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before {
  content: "\f157";
}
.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before {
  content: "\f158";
}
.fa-won::before,
.fa-krw::before {
  content: "\f159";
}
.fa-bitcoin::before,
.fa-btc::before {
  content: "\f15a";
}
.fa-file::before {
  content: "\f15b";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-desc::before {
  content: "\f15e";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-desc::before {
  content: "\f161";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-desc::before {
  content: "\f163";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-youtube-square::before {
  content: "\f166";
}
.fa-youtube::before {
  content: "\f167";
}
.fa-xing::before {
  content: "\f168";
}
.fa-xing-square::before {
  content: "\f169";
}
.fa-youtube-play::before {
  content: "\f16a";
}
.fa-dropbox::before {
  content: "\f16b";
}
.fa-stack-overflow::before {
  content: "\f16c";
}
.fa-instagram::before {
  content: "\f16d";
}
.fa-flickr::before {
  content: "\f16e";
}
.fa-adn::before {
  content: "\f170";
}
.fa-bitbucket::before {
  content: "\f171";
}
.fa-bitbucket-square::before {
  content: "\f172";
}
.fa-tumblr::before {
  content: "\f173";
}
.fa-tumblr-square::before {
  content: "\f174";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-apple::before {
  content: "\f179";
}
.fa-windows::before {
  content: "\f17a";
}
.fa-android::before {
  content: "\f17b";
}
.fa-linux::before {
  content: "\f17c";
}
.fa-dribbble::before {
  content: "\f17d";
}
.fa-skype::before {
  content: "\f17e";
}
.fa-foursquare::before {
  content: "\f180";
}
.fa-trello::before {
  content: "\f181";
}
.fa-female::before {
  content: "\f182";
}
.fa-male::before {
  content: "\f183";
}
.fa-gittip::before,
.fa-gratipay::before {
  content: "\f184";
}
.fa-sun-o::before {
  content: "\f185";
}
.fa-moon-o::before {
  content: "\f186";
}
.fa-archive::before {
  content: "\f187";
}
.fa-bug::before {
  content: "\f188";
}
.fa-vk::before {
  content: "\f189";
}
.fa-weibo::before {
  content: "\f18a";
}
.fa-renren::before {
  content: "\f18b";
}
.fa-pagelines::before {
  content: "\f18c";
}
.fa-stack-exchange::before {
  content: "\f18d";
}
.fa-arrow-circle-o-right::before {
  content: "\f18e";
}
.fa-arrow-circle-o-left::before {
  content: "\f190";
}
.fa-toggle-left::before,
.fa-caret-square-o-left::before {
  content: "\f191";
}
.fa-dot-circle-o::before {
  content: "\f192";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-vimeo-square::before {
  content: "\f194";
}
.fa-turkish-lira::before,
.fa-try::before {
  content: "\f195";
}
.fa-plus-square-o::before {
  content: "\f196";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-slack::before {
  content: "\f198";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-wordpress::before {
  content: "\f19a";
}
.fa-openid::before {
  content: "\f19b";
}
.fa-institution::before,
.fa-bank::before,
.fa-university::before {
  content: "\f19c";
}
.fa-mortar-board::before,
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-yahoo::before {
  content: "\f19e";
}
.fa-google::before {
  content: "\f1a0";
}
.fa-reddit::before {
  content: "\f1a1";
}
.fa-reddit-square::before {
  content: "\f1a2";
}
.fa-stumbleupon-circle::before {
  content: "\f1a3";
}
.fa-stumbleupon::before {
  content: "\f1a4";
}
.fa-delicious::before {
  content: "\f1a5";
}
.fa-digg::before {
  content: "\f1a6";
}
.fa-pied-piper-pp::before {
  content: "\f1a7";
}
.fa-pied-piper-alt::before {
  content: "\f1a8";
}
.fa-drupal::before {
  content: "\f1a9";
}
.fa-joomla::before {
  content: "\f1aa";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-spoon::before {
  content: "\f1b1";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-behance::before {
  content: "\f1b4";
}
.fa-behance-square::before {
  content: "\f1b5";
}
.fa-steam::before {
  content: "\f1b6";
}
.fa-steam-square::before {
  content: "\f1b7";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-automobile::before,
.fa-car::before {
  content: "\f1b9";
}
.fa-cab::before,
.fa-taxi::before {
  content: "\f1ba";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-spotify::before {
  content: "\f1bc";
}
.fa-deviantart::before {
  content: "\f1bd";
}
.fa-soundcloud::before {
  content: "\f1be";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-file-pdf-o::before {
  content: "\f1c1";
}
.fa-file-word-o::before {
  content: "\f1c2";
}
.fa-file-excel-o::before {
  content: "\f1c3";
}
.fa-file-powerpoint-o::before {
  content: "\f1c4";
}
.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
  content: "\f1c5";
}
.fa-file-zip-o::before,
.fa-file-archive-o::before {
  content: "\f1c6";
}
.fa-file-sound-o::before,
.fa-file-audio-o::before {
  content: "\f1c7";
}
.fa-file-movie-o::before,
.fa-file-video-o::before {
  content: "\f1c8";
}
.fa-file-code-o::before {
  content: "\f1c9";
}
.fa-vine::before {
  content: "\f1ca";
}
.fa-codepen::before {
  content: "\f1cb";
}
.fa-jsfiddle::before {
  content: "\f1cc";
}
.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-circle-o-notch::before {
  content: "\f1ce";
}
.fa-ra::before,
.fa-resistance::before,
.fa-rebel::before {
  content: "\f1d0";
}
.fa-ge::before,
.fa-empire::before {
  content: "\f1d1";
}
.fa-git-square::before {
  content: "\f1d2";
}
.fa-git::before {
  content: "\f1d3";
}
.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before {
  content: "\f1d4";
}
.fa-tencent-weibo::before {
  content: "\f1d5";
}
.fa-qq::before {
  content: "\f1d6";
}
.fa-wechat::before,
.fa-weixin::before {
  content: "\f1d7";
}
.fa-send::before,
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-send-o::before,
.fa-paper-plane-o::before {
  content: "\f1d9";
}
.fa-history::before {
  content: "\f1da";
}
.fa-circle-thin::before {
  content: "\f1db";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-soccer-ball-o::before,
.fa-futbol-o::before {
  content: "\f1e3";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-slideshare::before {
  content: "\f1e7";
}
.fa-twitch::before {
  content: "\f1e8";
}
.fa-yelp::before {
  content: "\f1e9";
}
.fa-newspaper-o::before {
  content: "\f1ea";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-paypal::before {
  content: "\f1ed";
}
.fa-google-wallet::before {
  content: "\f1ee";
}
.fa-cc-visa::before {
  content: "\f1f0";
}
.fa-cc-mastercard::before {
  content: "\f1f1";
}
.fa-cc-discover::before {
  content: "\f1f2";
}
.fa-cc-amex::before {
  content: "\f1f3";
}
.fa-cc-paypal::before {
  content: "\f1f4";
}
.fa-cc-stripe::before {
  content: "\f1f5";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-bell-slash-o::before {
  content: "\f1f7";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-at::before {
  content: "\f1fa";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-lastfm::before {
  content: "\f202";
}
.fa-lastfm-square::before {
  content: "\f203";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-bus::before {
  content: "\f207";
}
.fa-ioxhost::before {
  content: "\f208";
}
.fa-angellist::before {
  content: "\f209";
}
.fa-cc::before {
  content: "\f20a";
}
.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before {
  content: "\f20b";
}
.fa-meanpath::before {
  content: "\f20c";
}
.fa-buysellads::before {
  content: "\f20d";
}
.fa-connectdevelop::before {
  content: "\f20e";
}
.fa-dashcube::before {
  content: "\f210";
}
.fa-forumbee::before {
  content: "\f211";
}
.fa-leanpub::before {
  content: "\f212";
}
.fa-sellsy::before {
  content: "\f213";
}
.fa-shirtsinbulk::before {
  content: "\f214";
}
.fa-simplybuilt::before {
  content: "\f215";
}
.fa-skyatlas::before {
  content: "\f216";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-venus::before {
  content: "\f221";
}
.fa-mars::before {
  content: "\f222";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-intersex::before,
.fa-transgender::before {
  content: "\f224";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-facebook-official::before {
  content: "\f230";
}
.fa-pinterest-p::before {
  content: "\f231";
}
.fa-whatsapp::before {
  content: "\f232";
}
.fa-server::before {
  content: "\f233";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-hotel::before,
.fa-bed::before {
  content: "\f236";
}
.fa-viacoin::before {
  content: "\f237";
}
.fa-train::before {
  content: "\f238";
}
.fa-subway::before {
  content: "\f239";
}
.fa-medium::before {
  content: "\f23a";
}
.fa-yc::before,
.fa-y-combinator::before {
  content: "\f23b";
}
.fa-optin-monster::before {
  content: "\f23c";
}
.fa-opencart::before {
  content: "\f23d";
}
.fa-expeditedssl::before {
  content: "\f23e";
}
.fa-battery-4::before,
.fa-battery::before,
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery-3::before,
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-2::before,
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-1::before,
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-0::before,
.fa-battery-empty::before {
  content: "\f244";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-sticky-note-o::before {
  content: "\f24a";
}
.fa-cc-jcb::before {
  content: "\f24b";
}
.fa-cc-diners-club::before {
  content: "\f24c";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-hourglass-o::before {
  content: "\f250";
}
.fa-hourglass-1::before,
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-2::before,
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-3::before,
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hand-grab-o::before,
.fa-hand-rock-o::before {
  content: "\f255";
}
.fa-hand-stop-o::before,
.fa-hand-paper-o::before {
  content: "\f256";
}
.fa-hand-scissors-o::before {
  content: "\f257";
}
.fa-hand-lizard-o::before {
  content: "\f258";
}
.fa-hand-spock-o::before {
  content: "\f259";
}
.fa-hand-pointer-o::before {
  content: "\f25a";
}
.fa-hand-peace-o::before {
  content: "\f25b";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-creative-commons::before {
  content: "\f25e";
}
.fa-gg::before {
  content: "\f260";
}
.fa-gg-circle::before {
  content: "\f261";
}
.fa-tripadvisor::before {
  content: "\f262";
}
.fa-odnoklassniki::before {
  content: "\f263";
}
.fa-odnoklassniki-square::before {
  content: "\f264";
}
.fa-get-pocket::before {
  content: "\f265";
}
.fa-wikipedia-w::before {
  content: "\f266";
}
.fa-safari::before {
  content: "\f267";
}
.fa-chrome::before {
  content: "\f268";
}
.fa-firefox::before {
  content: "\f269";
}
.fa-opera::before {
  content: "\f26a";
}
.fa-internet-explorer::before {
  content: "\f26b";
}
.fa-tv::before,
.fa-television::before {
  content: "\f26c";
}
.fa-contao::before {
  content: "\f26d";
}
.fa-500px::before {
  content: "\f26e";
}
.fa-amazon::before {
  content: "\f270";
}
.fa-calendar-plus-o::before {
  content: "\f271";
}
.fa-calendar-minus-o::before {
  content: "\f272";
}
.fa-calendar-times-o::before {
  content: "\f273";
}
.fa-calendar-check-o::before {
  content: "\f274";
}
.fa-industry::before {
  content: "\f275";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-map-o::before {
  content: "\f278";
}
.fa-map::before {
  content: "\f279";
}
.fa-commenting::before {
  content: "\f27a";
}
.fa-commenting-o::before {
  content: "\f27b";
}
.fa-houzz::before {
  content: "\f27c";
}
.fa-vimeo::before {
  content: "\f27d";
}
.fa-black-tie::before {
  content: "\f27e";
}
.fa-fonticons::before {
  content: "\f280";
}
.fa-reddit-alien::before {
  content: "\f281";
}
.fa-edge::before {
  content: "\f282";
}
.fa-credit-card-alt::before {
  content: "\f283";
}
.fa-codiepie::before {
  content: "\f284";
}
.fa-modx::before {
  content: "\f285";
}
.fa-fort-awesome::before {
  content: "\f286";
}
.fa-usb::before {
  content: "\f287";
}
.fa-product-hunt::before {
  content: "\f288";
}
.fa-mixcloud::before {
  content: "\f289";
}
.fa-scribd::before {
  content: "\f28a";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-pause-circle-o::before {
  content: "\f28c";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-stop-circle-o::before {
  content: "\f28e";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-hashtag::before {
  content: "\f292";
}
.fa-bluetooth::before {
  content: "\f293";
}
.fa-bluetooth-b::before {
  content: "\f294";
}
.fa-percent::before {
  content: "\f295";
}
.fa-gitlab::before {
  content: "\f296";
}
.fa-wpbeginner::before {
  content: "\f297";
}
.fa-wpforms::before {
  content: "\f298";
}
.fa-envira::before {
  content: "\f299";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-wheelchair-alt::before {
  content: "\f29b";
}
.fa-question-circle-o::before {
  content: "\f29c";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-asl-interpreting::before,
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-deafness::before,
.fa-hard-of-hearing::before,
.fa-deaf::before {
  content: "\f2a4";
}
.fa-glide::before {
  content: "\f2a5";
}
.fa-glide-g::before {
  content: "\f2a6";
}
.fa-signing::before,
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-viadeo::before {
  content: "\f2a9";
}
.fa-viadeo-square::before {
  content: "\f2aa";
}
.fa-snapchat::before {
  content: "\f2ab";
}
.fa-snapchat-ghost::before {
  content: "\f2ac";
}
.fa-snapchat-square::before {
  content: "\f2ad";
}
.fa-pied-piper::before {
  content: "\f2ae";
}
.fa-first-order::before {
  content: "\f2b0";
}
.fa-yoast::before {
  content: "\f2b1";
}
.fa-themeisle::before {
  content: "\f2b2";
}
.fa-google-plus-circle::before,
.fa-google-plus-official::before {
  content: "\f2b3";
}
.fa-fa::before,
.fa-font-awesome::before {
  content: "\f2b4";
}
.fa-handshake-o::before {
  content: "\f2b5";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-envelope-open-o::before {
  content: "\f2b7";
}
.fa-linode::before {
  content: "\f2b8";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-address-book-o::before {
  content: "\f2ba";
}
.fa-vcard::before,
.fa-address-card::before {
  content: "\f2bb";
}
.fa-vcard-o::before,
.fa-address-card-o::before {
  content: "\f2bc";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-circle-o::before {
  content: "\f2be";
}
.fa-user-o::before {
  content: "\f2c0";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-drivers-license::before,
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license-o::before,
.fa-id-card-o::before {
  content: "\f2c3";
}
.fa-quora::before {
  content: "\f2c4";
}
.fa-free-code-camp::before {
  content: "\f2c5";
}
.fa-telegram::before {
  content: "\f2c6";
}
.fa-thermometer-4::before,
.fa-thermometer::before,
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-thermometer-3::before,
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-thermometer-2::before,
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-thermometer-1::before,
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-thermometer-0::before,
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-bathtub::before,
.fa-s15::before,
.fa-bath::before {
  content: "\f2cd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-times-rectangle::before,
.fa-window-close::before {
  content: "\f2d3";
}
.fa-times-rectangle-o::before,
.fa-window-close-o::before {
  content: "\f2d4";
}
.fa-bandcamp::before {
  content: "\f2d5";
}
.fa-grav::before {
  content: "\f2d6";
}
.fa-etsy::before {
  content: "\f2d7";
}
.fa-imdb::before {
  content: "\f2d8";
}
.fa-ravelry::before {
  content: "\f2d9";
}
.fa-eercast::before {
  content: "\f2da";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-snowflake-o::before {
  content: "\f2dc";
}
.fa-superpowers::before {
  content: "\f2dd";
}
.fa-wpexplorer::before {
  content: "\f2de";
}
.fa-meetup::before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* public/assets/icons/material-design-iconic-font/css/materialdesignicons.min.css */
@font-face {
  font-family: "Material Design Icons";
  src: url("./media/materialdesignicons-webfont-MLXGQRJ6.eot?v=2.4.85");
  src:
    url("./media/materialdesignicons-webfont-MLXGQRJ6.eot?#iefix&v=2.4.85") format("embedded-opentype"),
    url("./media/materialdesignicons-webfont-FCXD6FYV.woff2?v=2.4.85") format("woff2"),
    url("./media/materialdesignicons-webfont-OELN2OED.woff?v=2.4.85") format("woff"),
    url("./media/materialdesignicons-webfont-2EWWNR6P.ttf?v=2.4.85") format("truetype"),
    url("./media/materialdesignicons-webfont-YQMI2576.svg?v=2.4.85#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi::before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdi-access-point::before {
  content: "\f002";
}
.mdi-access-point-network::before {
  content: "\f003";
}
.mdi-account::before {
  content: "\f004";
}
.mdi-account-alert::before {
  content: "\f005";
}
.mdi-account-box::before {
  content: "\f006";
}
.mdi-account-box-multiple::before {
  content: "\f933";
}
.mdi-account-box-outline::before {
  content: "\f007";
}
.mdi-account-card-details::before {
  content: "\f5d2";
}
.mdi-account-check::before {
  content: "\f008";
}
.mdi-account-circle::before {
  content: "\f009";
}
.mdi-account-convert::before {
  content: "\f00a";
}
.mdi-account-edit::before {
  content: "\f6bb";
}
.mdi-account-group::before {
  content: "\f848";
}
.mdi-account-heart::before {
  content: "\f898";
}
.mdi-account-key::before {
  content: "\f00b";
}
.mdi-account-location::before {
  content: "\f00c";
}
.mdi-account-minus::before {
  content: "\f00d";
}
.mdi-account-multiple::before {
  content: "\f00e";
}
.mdi-account-multiple-check::before {
  content: "\f8c4";
}
.mdi-account-multiple-minus::before {
  content: "\f5d3";
}
.mdi-account-multiple-outline::before {
  content: "\f00f";
}
.mdi-account-multiple-plus::before {
  content: "\f010";
}
.mdi-account-multiple-plus-outline::before {
  content: "\f7ff";
}
.mdi-account-network::before {
  content: "\f011";
}
.mdi-account-off::before {
  content: "\f012";
}
.mdi-account-outline::before {
  content: "\f013";
}
.mdi-account-plus::before {
  content: "\f014";
}
.mdi-account-plus-outline::before {
  content: "\f800";
}
.mdi-account-remove::before {
  content: "\f015";
}
.mdi-account-search::before {
  content: "\f016";
}
.mdi-account-search-outline::before {
  content: "\f934";
}
.mdi-account-settings::before {
  content: "\f630";
}
.mdi-account-settings-variant::before {
  content: "\f631";
}
.mdi-account-star::before {
  content: "\f017";
}
.mdi-account-switch::before {
  content: "\f019";
}
.mdi-accusoft::before {
  content: "\f849";
}
.mdi-adjust::before {
  content: "\f01a";
}
.mdi-adobe::before {
  content: "\f935";
}
.mdi-air-conditioner::before {
  content: "\f01b";
}
.mdi-airballoon::before {
  content: "\f01c";
}
.mdi-airplane::before {
  content: "\f01d";
}
.mdi-airplane-landing::before {
  content: "\f5d4";
}
.mdi-airplane-off::before {
  content: "\f01e";
}
.mdi-airplane-takeoff::before {
  content: "\f5d5";
}
.mdi-airplay::before {
  content: "\f01f";
}
.mdi-airport::before {
  content: "\f84a";
}
.mdi-alarm::before {
  content: "\f020";
}
.mdi-alarm-bell::before {
  content: "\f78d";
}
.mdi-alarm-check::before {
  content: "\f021";
}
.mdi-alarm-light::before {
  content: "\f78e";
}
.mdi-alarm-multiple::before {
  content: "\f022";
}
.mdi-alarm-off::before {
  content: "\f023";
}
.mdi-alarm-plus::before {
  content: "\f024";
}
.mdi-alarm-snooze::before {
  content: "\f68d";
}
.mdi-album::before {
  content: "\f025";
}
.mdi-alert::before {
  content: "\f026";
}
.mdi-alert-box::before {
  content: "\f027";
}
.mdi-alert-circle::before {
  content: "\f028";
}
.mdi-alert-circle-outline::before {
  content: "\f5d6";
}
.mdi-alert-decagram::before {
  content: "\f6bc";
}
.mdi-alert-octagon::before {
  content: "\f029";
}
.mdi-alert-octagram::before {
  content: "\f766";
}
.mdi-alert-outline::before {
  content: "\f02a";
}
.mdi-alien::before {
  content: "\f899";
}
.mdi-all-inclusive::before {
  content: "\f6bd";
}
.mdi-alpha::before {
  content: "\f02b";
}
.mdi-alphabetical::before {
  content: "\f02c";
}
.mdi-altimeter::before {
  content: "\f5d7";
}
.mdi-amazon::before {
  content: "\f02d";
}
.mdi-amazon-alexa::before {
  content: "\f8c5";
}
.mdi-amazon-drive::before {
  content: "\f02e";
}
.mdi-ambulance::before {
  content: "\f02f";
}
.mdi-amplifier::before {
  content: "\f030";
}
.mdi-anchor::before {
  content: "\f031";
}
.mdi-android::before {
  content: "\f032";
}
.mdi-android-debug-bridge::before {
  content: "\f033";
}
.mdi-android-head::before {
  content: "\f78f";
}
.mdi-android-studio::before {
  content: "\f034";
}
.mdi-angle-acute::before {
  content: "\f936";
}
.mdi-angle-obtuse::before {
  content: "\f937";
}
.mdi-angle-right::before {
  content: "\f938";
}
.mdi-angular::before {
  content: "\f6b1";
}
.mdi-angularjs::before {
  content: "\f6be";
}
.mdi-animation::before {
  content: "\f5d8";
}
.mdi-animation-play::before {
  content: "\f939";
}
.mdi-anvil::before {
  content: "\f89a";
}
.mdi-apple::before {
  content: "\f035";
}
.mdi-apple-finder::before {
  content: "\f036";
}
.mdi-apple-icloud::before {
  content: "\f038";
}
.mdi-apple-ios::before {
  content: "\f037";
}
.mdi-apple-keyboard-caps::before {
  content: "\f632";
}
.mdi-apple-keyboard-command::before {
  content: "\f633";
}
.mdi-apple-keyboard-control::before {
  content: "\f634";
}
.mdi-apple-keyboard-option::before {
  content: "\f635";
}
.mdi-apple-keyboard-shift::before {
  content: "\f636";
}
.mdi-apple-safari::before {
  content: "\f039";
}
.mdi-application::before {
  content: "\f614";
}
.mdi-approval::before {
  content: "\f790";
}
.mdi-apps::before {
  content: "\f03b";
}
.mdi-arch::before {
  content: "\f8c6";
}
.mdi-archive::before {
  content: "\f03c";
}
.mdi-arrange-bring-forward::before {
  content: "\f03d";
}
.mdi-arrange-bring-to-front::before {
  content: "\f03e";
}
.mdi-arrange-send-backward::before {
  content: "\f03f";
}
.mdi-arrange-send-to-back::before {
  content: "\f040";
}
.mdi-arrow-all::before {
  content: "\f041";
}
.mdi-arrow-bottom-left::before {
  content: "\f042";
}
.mdi-arrow-bottom-right::before {
  content: "\f043";
}
.mdi-arrow-collapse::before {
  content: "\f615";
}
.mdi-arrow-collapse-all::before {
  content: "\f044";
}
.mdi-arrow-collapse-down::before {
  content: "\f791";
}
.mdi-arrow-collapse-horizontal::before {
  content: "\f84b";
}
.mdi-arrow-collapse-left::before {
  content: "\f792";
}
.mdi-arrow-collapse-right::before {
  content: "\f793";
}
.mdi-arrow-collapse-up::before {
  content: "\f794";
}
.mdi-arrow-collapse-vertical::before {
  content: "\f84c";
}
.mdi-arrow-down::before {
  content: "\f045";
}
.mdi-arrow-down-bold::before {
  content: "\f72d";
}
.mdi-arrow-down-bold-box::before {
  content: "\f72e";
}
.mdi-arrow-down-bold-box-outline::before {
  content: "\f72f";
}
.mdi-arrow-down-bold-circle::before {
  content: "\f047";
}
.mdi-arrow-down-bold-circle-outline::before {
  content: "\f048";
}
.mdi-arrow-down-bold-hexagon-outline::before {
  content: "\f049";
}
.mdi-arrow-down-box::before {
  content: "\f6bf";
}
.mdi-arrow-down-drop-circle::before {
  content: "\f04a";
}
.mdi-arrow-down-drop-circle-outline::before {
  content: "\f04b";
}
.mdi-arrow-down-thick::before {
  content: "\f046";
}
.mdi-arrow-expand::before {
  content: "\f616";
}
.mdi-arrow-expand-all::before {
  content: "\f04c";
}
.mdi-arrow-expand-down::before {
  content: "\f795";
}
.mdi-arrow-expand-horizontal::before {
  content: "\f84d";
}
.mdi-arrow-expand-left::before {
  content: "\f796";
}
.mdi-arrow-expand-right::before {
  content: "\f797";
}
.mdi-arrow-expand-up::before {
  content: "\f798";
}
.mdi-arrow-expand-vertical::before {
  content: "\f84e";
}
.mdi-arrow-left::before {
  content: "\f04d";
}
.mdi-arrow-left-bold::before {
  content: "\f730";
}
.mdi-arrow-left-bold-box::before {
  content: "\f731";
}
.mdi-arrow-left-bold-box-outline::before {
  content: "\f732";
}
.mdi-arrow-left-bold-circle::before {
  content: "\f04f";
}
.mdi-arrow-left-bold-circle-outline::before {
  content: "\f050";
}
.mdi-arrow-left-bold-hexagon-outline::before {
  content: "\f051";
}
.mdi-arrow-left-box::before {
  content: "\f6c0";
}
.mdi-arrow-left-drop-circle::before {
  content: "\f052";
}
.mdi-arrow-left-drop-circle-outline::before {
  content: "\f053";
}
.mdi-arrow-left-thick::before {
  content: "\f04e";
}
.mdi-arrow-right::before {
  content: "\f054";
}
.mdi-arrow-right-bold::before {
  content: "\f733";
}
.mdi-arrow-right-bold-box::before {
  content: "\f734";
}
.mdi-arrow-right-bold-box-outline::before {
  content: "\f735";
}
.mdi-arrow-right-bold-circle::before {
  content: "\f056";
}
.mdi-arrow-right-bold-circle-outline::before {
  content: "\f057";
}
.mdi-arrow-right-bold-hexagon-outline::before {
  content: "\f058";
}
.mdi-arrow-right-box::before {
  content: "\f6c1";
}
.mdi-arrow-right-drop-circle::before {
  content: "\f059";
}
.mdi-arrow-right-drop-circle-outline::before {
  content: "\f05a";
}
.mdi-arrow-right-thick::before {
  content: "\f055";
}
.mdi-arrow-split-horizontal::before {
  content: "\f93a";
}
.mdi-arrow-split-vertical::before {
  content: "\f93b";
}
.mdi-arrow-top-left::before {
  content: "\f05b";
}
.mdi-arrow-top-right::before {
  content: "\f05c";
}
.mdi-arrow-up::before {
  content: "\f05d";
}
.mdi-arrow-up-bold::before {
  content: "\f736";
}
.mdi-arrow-up-bold-box::before {
  content: "\f737";
}
.mdi-arrow-up-bold-box-outline::before {
  content: "\f738";
}
.mdi-arrow-up-bold-circle::before {
  content: "\f05f";
}
.mdi-arrow-up-bold-circle-outline::before {
  content: "\f060";
}
.mdi-arrow-up-bold-hexagon-outline::before {
  content: "\f061";
}
.mdi-arrow-up-box::before {
  content: "\f6c2";
}
.mdi-arrow-up-drop-circle::before {
  content: "\f062";
}
.mdi-arrow-up-drop-circle-outline::before {
  content: "\f063";
}
.mdi-arrow-up-thick::before {
  content: "\f05e";
}
.mdi-artist::before {
  content: "\f802";
}
.mdi-assistant::before {
  content: "\f064";
}
.mdi-asterisk::before {
  content: "\f6c3";
}
.mdi-at::before {
  content: "\f065";
}
.mdi-atlassian::before {
  content: "\f803";
}
.mdi-atom::before {
  content: "\f767";
}
.mdi-attachment::before {
  content: "\f066";
}
.mdi-audio-video::before {
  content: "\f93c";
}
.mdi-audiobook::before {
  content: "\f067";
}
.mdi-augmented-reality::before {
  content: "\f84f";
}
.mdi-auto-fix::before {
  content: "\f068";
}
.mdi-auto-upload::before {
  content: "\f069";
}
.mdi-autorenew::before {
  content: "\f06a";
}
.mdi-av-timer::before {
  content: "\f06b";
}
.mdi-axe::before {
  content: "\f8c7";
}
.mdi-azure::before {
  content: "\f804";
}
.mdi-baby::before {
  content: "\f06c";
}
.mdi-baby-buggy::before {
  content: "\f68e";
}
.mdi-backburger::before {
  content: "\f06d";
}
.mdi-backspace::before {
  content: "\f06e";
}
.mdi-backup-restore::before {
  content: "\f06f";
}
.mdi-badminton::before {
  content: "\f850";
}
.mdi-bandcamp::before {
  content: "\f674";
}
.mdi-bank::before {
  content: "\f070";
}
.mdi-barcode::before {
  content: "\f071";
}
.mdi-barcode-scan::before {
  content: "\f072";
}
.mdi-barley::before {
  content: "\f073";
}
.mdi-barrel::before {
  content: "\f074";
}
.mdi-baseball::before {
  content: "\f851";
}
.mdi-baseball-bat::before {
  content: "\f852";
}
.mdi-basecamp::before {
  content: "\f075";
}
.mdi-basket::before {
  content: "\f076";
}
.mdi-basket-fill::before {
  content: "\f077";
}
.mdi-basket-unfill::before {
  content: "\f078";
}
.mdi-basketball::before {
  content: "\f805";
}
.mdi-battery::before {
  content: "\f079";
}
.mdi-battery-10::before {
  content: "\f07a";
}
.mdi-battery-10-bluetooth::before {
  content: "\f93d";
}
.mdi-battery-20::before {
  content: "\f07b";
}
.mdi-battery-20-bluetooth::before {
  content: "\f93e";
}
.mdi-battery-30::before {
  content: "\f07c";
}
.mdi-battery-30-bluetooth::before {
  content: "\f93f";
}
.mdi-battery-40::before {
  content: "\f07d";
}
.mdi-battery-40-bluetooth::before {
  content: "\f940";
}
.mdi-battery-50::before {
  content: "\f07e";
}
.mdi-battery-50-bluetooth::before {
  content: "\f941";
}
.mdi-battery-60::before {
  content: "\f07f";
}
.mdi-battery-60-bluetooth::before {
  content: "\f942";
}
.mdi-battery-70::before {
  content: "\f080";
}
.mdi-battery-70-bluetooth::before {
  content: "\f943";
}
.mdi-battery-80::before {
  content: "\f081";
}
.mdi-battery-80-bluetooth::before {
  content: "\f944";
}
.mdi-battery-90::before {
  content: "\f082";
}
.mdi-battery-90-bluetooth::before {
  content: "\f945";
}
.mdi-battery-alert::before {
  content: "\f083";
}
.mdi-battery-alert-bluetooth::before {
  content: "\f946";
}
.mdi-battery-bluetooth::before {
  content: "\f947";
}
.mdi-battery-bluetooth-variant::before {
  content: "\f948";
}
.mdi-battery-charging::before {
  content: "\f084";
}
.mdi-battery-charging-10::before {
  content: "\f89b";
}
.mdi-battery-charging-100::before {
  content: "\f085";
}
.mdi-battery-charging-20::before {
  content: "\f086";
}
.mdi-battery-charging-30::before {
  content: "\f087";
}
.mdi-battery-charging-40::before {
  content: "\f088";
}
.mdi-battery-charging-50::before {
  content: "\f89c";
}
.mdi-battery-charging-60::before {
  content: "\f089";
}
.mdi-battery-charging-70::before {
  content: "\f89d";
}
.mdi-battery-charging-80::before {
  content: "\f08a";
}
.mdi-battery-charging-90::before {
  content: "\f08b";
}
.mdi-battery-charging-outline::before {
  content: "\f89e";
}
.mdi-battery-charging-wireless::before {
  content: "\f806";
}
.mdi-battery-charging-wireless-10::before {
  content: "\f807";
}
.mdi-battery-charging-wireless-20::before {
  content: "\f808";
}
.mdi-battery-charging-wireless-30::before {
  content: "\f809";
}
.mdi-battery-charging-wireless-40::before {
  content: "\f80a";
}
.mdi-battery-charging-wireless-50::before {
  content: "\f80b";
}
.mdi-battery-charging-wireless-60::before {
  content: "\f80c";
}
.mdi-battery-charging-wireless-70::before {
  content: "\f80d";
}
.mdi-battery-charging-wireless-80::before {
  content: "\f80e";
}
.mdi-battery-charging-wireless-90::before {
  content: "\f80f";
}
.mdi-battery-charging-wireless-alert::before {
  content: "\f810";
}
.mdi-battery-charging-wireless-outline::before {
  content: "\f811";
}
.mdi-battery-minus::before {
  content: "\f08c";
}
.mdi-battery-negative::before {
  content: "\f08d";
}
.mdi-battery-outline::before {
  content: "\f08e";
}
.mdi-battery-plus::before {
  content: "\f08f";
}
.mdi-battery-positive::before {
  content: "\f090";
}
.mdi-battery-unknown::before {
  content: "\f091";
}
.mdi-battery-unknown-bluetooth::before {
  content: "\f949";
}
.mdi-beach::before {
  content: "\f092";
}
.mdi-beaker::before {
  content: "\f68f";
}
.mdi-beats::before {
  content: "\f097";
}
.mdi-bed-empty::before {
  content: "\f89f";
}
.mdi-beer::before {
  content: "\f098";
}
.mdi-behance::before {
  content: "\f099";
}
.mdi-bell::before {
  content: "\f09a";
}
.mdi-bell-off::before {
  content: "\f09b";
}
.mdi-bell-outline::before {
  content: "\f09c";
}
.mdi-bell-plus::before {
  content: "\f09d";
}
.mdi-bell-ring::before {
  content: "\f09e";
}
.mdi-bell-ring-outline::before {
  content: "\f09f";
}
.mdi-bell-sleep::before {
  content: "\f0a0";
}
.mdi-beta::before {
  content: "\f0a1";
}
.mdi-bible::before {
  content: "\f0a2";
}
.mdi-bike::before {
  content: "\f0a3";
}
.mdi-bing::before {
  content: "\f0a4";
}
.mdi-binoculars::before {
  content: "\f0a5";
}
.mdi-bio::before {
  content: "\f0a6";
}
.mdi-biohazard::before {
  content: "\f0a7";
}
.mdi-bitbucket::before {
  content: "\f0a8";
}
.mdi-bitcoin::before {
  content: "\f812";
}
.mdi-black-mesa::before {
  content: "\f0a9";
}
.mdi-blackberry::before {
  content: "\f0aa";
}
.mdi-blender::before {
  content: "\f0ab";
}
.mdi-blinds::before {
  content: "\f0ac";
}
.mdi-block-helper::before {
  content: "\f0ad";
}
.mdi-blogger::before {
  content: "\f0ae";
}
.mdi-bluetooth::before {
  content: "\f0af";
}
.mdi-bluetooth-audio::before {
  content: "\f0b0";
}
.mdi-bluetooth-connect::before {
  content: "\f0b1";
}
.mdi-bluetooth-off::before {
  content: "\f0b2";
}
.mdi-bluetooth-settings::before {
  content: "\f0b3";
}
.mdi-bluetooth-transfer::before {
  content: "\f0b4";
}
.mdi-blur::before {
  content: "\f0b5";
}
.mdi-blur-linear::before {
  content: "\f0b6";
}
.mdi-blur-off::before {
  content: "\f0b7";
}
.mdi-blur-radial::before {
  content: "\f0b8";
}
.mdi-bomb::before {
  content: "\f690";
}
.mdi-bomb-off::before {
  content: "\f6c4";
}
.mdi-bone::before {
  content: "\f0b9";
}
.mdi-book::before {
  content: "\f0ba";
}
.mdi-book-minus::before {
  content: "\f5d9";
}
.mdi-book-multiple::before {
  content: "\f0bb";
}
.mdi-book-multiple-variant::before {
  content: "\f0bc";
}
.mdi-book-open::before {
  content: "\f0bd";
}
.mdi-book-open-page-variant::before {
  content: "\f5da";
}
.mdi-book-open-variant::before {
  content: "\f0be";
}
.mdi-book-plus::before {
  content: "\f5db";
}
.mdi-book-secure::before {
  content: "\f799";
}
.mdi-book-unsecure::before {
  content: "\f79a";
}
.mdi-book-variant::before {
  content: "\f0bf";
}
.mdi-bookmark::before {
  content: "\f0c0";
}
.mdi-bookmark-check::before {
  content: "\f0c1";
}
.mdi-bookmark-music::before {
  content: "\f0c2";
}
.mdi-bookmark-outline::before {
  content: "\f0c3";
}
.mdi-bookmark-plus::before {
  content: "\f0c5";
}
.mdi-bookmark-plus-outline::before {
  content: "\f0c4";
}
.mdi-bookmark-remove::before {
  content: "\f0c6";
}
.mdi-boombox::before {
  content: "\f5dc";
}
.mdi-bootstrap::before {
  content: "\f6c5";
}
.mdi-border-all::before {
  content: "\f0c7";
}
.mdi-border-all-variant::before {
  content: "\f8a0";
}
.mdi-border-bottom::before {
  content: "\f0c8";
}
.mdi-border-bottom-variant::before {
  content: "\f8a1";
}
.mdi-border-color::before {
  content: "\f0c9";
}
.mdi-border-horizontal::before {
  content: "\f0ca";
}
.mdi-border-inside::before {
  content: "\f0cb";
}
.mdi-border-left::before {
  content: "\f0cc";
}
.mdi-border-left-variant::before {
  content: "\f8a2";
}
.mdi-border-none::before {
  content: "\f0cd";
}
.mdi-border-none-variant::before {
  content: "\f8a3";
}
.mdi-border-outside::before {
  content: "\f0ce";
}
.mdi-border-right::before {
  content: "\f0cf";
}
.mdi-border-right-variant::before {
  content: "\f8a4";
}
.mdi-border-style::before {
  content: "\f0d0";
}
.mdi-border-top::before {
  content: "\f0d1";
}
.mdi-border-top-variant::before {
  content: "\f8a5";
}
.mdi-border-vertical::before {
  content: "\f0d2";
}
.mdi-bottle-wine::before {
  content: "\f853";
}
.mdi-bow-tie::before {
  content: "\f677";
}
.mdi-bowl::before {
  content: "\f617";
}
.mdi-bowling::before {
  content: "\f0d3";
}
.mdi-box::before {
  content: "\f0d4";
}
.mdi-box-cutter::before {
  content: "\f0d5";
}
.mdi-box-shadow::before {
  content: "\f637";
}
.mdi-bridge::before {
  content: "\f618";
}
.mdi-briefcase::before {
  content: "\f0d6";
}
.mdi-briefcase-check::before {
  content: "\f0d7";
}
.mdi-briefcase-download::before {
  content: "\f0d8";
}
.mdi-briefcase-outline::before {
  content: "\f813";
}
.mdi-briefcase-upload::before {
  content: "\f0d9";
}
.mdi-brightness-1::before {
  content: "\f0da";
}
.mdi-brightness-2::before {
  content: "\f0db";
}
.mdi-brightness-3::before {
  content: "\f0dc";
}
.mdi-brightness-4::before {
  content: "\f0dd";
}
.mdi-brightness-5::before {
  content: "\f0de";
}
.mdi-brightness-6::before {
  content: "\f0df";
}
.mdi-brightness-7::before {
  content: "\f0e0";
}
.mdi-brightness-auto::before {
  content: "\f0e1";
}
.mdi-broom::before {
  content: "\f0e2";
}
.mdi-brush::before {
  content: "\f0e3";
}
.mdi-buddhism::before {
  content: "\f94a";
}
.mdi-buffer::before {
  content: "\f619";
}
.mdi-bug::before {
  content: "\f0e4";
}
.mdi-bulletin-board::before {
  content: "\f0e5";
}
.mdi-bullhorn::before {
  content: "\f0e6";
}
.mdi-bullseye::before {
  content: "\f5dd";
}
.mdi-bullseye-arrow::before {
  content: "\f8c8";
}
.mdi-bus::before {
  content: "\f0e7";
}
.mdi-bus-articulated-end::before {
  content: "\f79b";
}
.mdi-bus-articulated-front::before {
  content: "\f79c";
}
.mdi-bus-clock::before {
  content: "\f8c9";
}
.mdi-bus-double-decker::before {
  content: "\f79d";
}
.mdi-bus-school::before {
  content: "\f79e";
}
.mdi-bus-side::before {
  content: "\f79f";
}
.mdi-cached::before {
  content: "\f0e8";
}
.mdi-cake::before {
  content: "\f0e9";
}
.mdi-cake-layered::before {
  content: "\f0ea";
}
.mdi-cake-variant::before {
  content: "\f0eb";
}
.mdi-calculator::before {
  content: "\f0ec";
}
.mdi-calendar::before {
  content: "\f0ed";
}
.mdi-calendar-blank::before {
  content: "\f0ee";
}
.mdi-calendar-check::before {
  content: "\f0ef";
}
.mdi-calendar-clock::before {
  content: "\f0f0";
}
.mdi-calendar-edit::before {
  content: "\f8a6";
}
.mdi-calendar-multiple::before {
  content: "\f0f1";
}
.mdi-calendar-multiple-check::before {
  content: "\f0f2";
}
.mdi-calendar-plus::before {
  content: "\f0f3";
}
.mdi-calendar-question::before {
  content: "\f691";
}
.mdi-calendar-range::before {
  content: "\f678";
}
.mdi-calendar-remove::before {
  content: "\f0f4";
}
.mdi-calendar-search::before {
  content: "\f94b";
}
.mdi-calendar-text::before {
  content: "\f0f5";
}
.mdi-calendar-today::before {
  content: "\f0f6";
}
.mdi-call-made::before {
  content: "\f0f7";
}
.mdi-call-merge::before {
  content: "\f0f8";
}
.mdi-call-missed::before {
  content: "\f0f9";
}
.mdi-call-received::before {
  content: "\f0fa";
}
.mdi-call-split::before {
  content: "\f0fb";
}
.mdi-camcorder::before {
  content: "\f0fc";
}
.mdi-camcorder-box::before {
  content: "\f0fd";
}
.mdi-camcorder-box-off::before {
  content: "\f0fe";
}
.mdi-camcorder-off::before {
  content: "\f0ff";
}
.mdi-camera::before {
  content: "\f100";
}
.mdi-camera-account::before {
  content: "\f8ca";
}
.mdi-camera-burst::before {
  content: "\f692";
}
.mdi-camera-enhance::before {
  content: "\f101";
}
.mdi-camera-front::before {
  content: "\f102";
}
.mdi-camera-front-variant::before {
  content: "\f103";
}
.mdi-camera-gopro::before {
  content: "\f7a0";
}
.mdi-camera-image::before {
  content: "\f8cb";
}
.mdi-camera-iris::before {
  content: "\f104";
}
.mdi-camera-metering-center::before {
  content: "\f7a1";
}
.mdi-camera-metering-matrix::before {
  content: "\f7a2";
}
.mdi-camera-metering-partial::before {
  content: "\f7a3";
}
.mdi-camera-metering-spot::before {
  content: "\f7a4";
}
.mdi-camera-off::before {
  content: "\f5df";
}
.mdi-camera-party-mode::before {
  content: "\f105";
}
.mdi-camera-rear::before {
  content: "\f106";
}
.mdi-camera-rear-variant::before {
  content: "\f107";
}
.mdi-camera-switch::before {
  content: "\f108";
}
.mdi-camera-timer::before {
  content: "\f109";
}
.mdi-cancel::before {
  content: "\f739";
}
.mdi-candle::before {
  content: "\f5e2";
}
.mdi-candycane::before {
  content: "\f10a";
}
.mdi-cannabis::before {
  content: "\f7a5";
}
.mdi-car::before {
  content: "\f10b";
}
.mdi-car-battery::before {
  content: "\f10c";
}
.mdi-car-connected::before {
  content: "\f10d";
}
.mdi-car-convertible::before {
  content: "\f7a6";
}
.mdi-car-estate::before {
  content: "\f7a7";
}
.mdi-car-hatchback::before {
  content: "\f7a8";
}
.mdi-car-limousine::before {
  content: "\f8cc";
}
.mdi-car-pickup::before {
  content: "\f7a9";
}
.mdi-car-side::before {
  content: "\f7aa";
}
.mdi-car-sports::before {
  content: "\f7ab";
}
.mdi-car-wash::before {
  content: "\f10e";
}
.mdi-caravan::before {
  content: "\f7ac";
}
.mdi-cards::before {
  content: "\f638";
}
.mdi-cards-club::before {
  content: "\f8cd";
}
.mdi-cards-diamond::before {
  content: "\f8ce";
}
.mdi-cards-heart::before {
  content: "\f8cf";
}
.mdi-cards-outline::before {
  content: "\f639";
}
.mdi-cards-playing-outline::before {
  content: "\f63a";
}
.mdi-cards-spade::before {
  content: "\f8d0";
}
.mdi-cards-variant::before {
  content: "\f6c6";
}
.mdi-carrot::before {
  content: "\f10f";
}
.mdi-cart::before {
  content: "\f110";
}
.mdi-cart-off::before {
  content: "\f66b";
}
.mdi-cart-outline::before {
  content: "\f111";
}
.mdi-cart-plus::before {
  content: "\f112";
}
.mdi-case-sensitive-alt::before {
  content: "\f113";
}
.mdi-cash::before {
  content: "\f114";
}
.mdi-cash-100::before {
  content: "\f115";
}
.mdi-cash-multiple::before {
  content: "\f116";
}
.mdi-cash-usd::before {
  content: "\f117";
}
.mdi-cast::before {
  content: "\f118";
}
.mdi-cast-connected::before {
  content: "\f119";
}
.mdi-cast-off::before {
  content: "\f789";
}
.mdi-castle::before {
  content: "\f11a";
}
.mdi-cat::before {
  content: "\f11b";
}
.mdi-cctv::before {
  content: "\f7ad";
}
.mdi-ceiling-light::before {
  content: "\f768";
}
.mdi-cellphone::before {
  content: "\f11c";
}
.mdi-cellphone-android::before {
  content: "\f11d";
}
.mdi-cellphone-basic::before {
  content: "\f11e";
}
.mdi-cellphone-dock::before {
  content: "\f11f";
}
.mdi-cellphone-erase::before {
  content: "\f94c";
}
.mdi-cellphone-iphone::before {
  content: "\f120";
}
.mdi-cellphone-key::before {
  content: "\f94d";
}
.mdi-cellphone-link::before {
  content: "\f121";
}
.mdi-cellphone-link-off::before {
  content: "\f122";
}
.mdi-cellphone-lock::before {
  content: "\f94e";
}
.mdi-cellphone-message::before {
  content: "\f8d2";
}
.mdi-cellphone-off::before {
  content: "\f94f";
}
.mdi-cellphone-settings::before {
  content: "\f123";
}
.mdi-cellphone-settings-variant::before {
  content: "\f950";
}
.mdi-cellphone-sound::before {
  content: "\f951";
}
.mdi-cellphone-text::before {
  content: "\f8d1";
}
.mdi-cellphone-wireless::before {
  content: "\f814";
}
.mdi-certificate::before {
  content: "\f124";
}
.mdi-chair-school::before {
  content: "\f125";
}
.mdi-chart-arc::before {
  content: "\f126";
}
.mdi-chart-areaspline::before {
  content: "\f127";
}
.mdi-chart-bar::before {
  content: "\f128";
}
.mdi-chart-bar-stacked::before {
  content: "\f769";
}
.mdi-chart-bubble::before {
  content: "\f5e3";
}
.mdi-chart-donut::before {
  content: "\f7ae";
}
.mdi-chart-donut-variant::before {
  content: "\f7af";
}
.mdi-chart-gantt::before {
  content: "\f66c";
}
.mdi-chart-histogram::before {
  content: "\f129";
}
.mdi-chart-line::before {
  content: "\f12a";
}
.mdi-chart-line-stacked::before {
  content: "\f76a";
}
.mdi-chart-line-variant::before {
  content: "\f7b0";
}
.mdi-chart-multiline::before {
  content: "\f8d3";
}
.mdi-chart-pie::before {
  content: "\f12b";
}
.mdi-chart-scatterplot-hexbin::before {
  content: "\f66d";
}
.mdi-chart-timeline::before {
  content: "\f66e";
}
.mdi-check::before {
  content: "\f12c";
}
.mdi-check-all::before {
  content: "\f12d";
}
.mdi-check-circle::before {
  content: "\f5e0";
}
.mdi-check-circle-outline::before {
  content: "\f5e1";
}
.mdi-check-outline::before {
  content: "\f854";
}
.mdi-checkbox-blank::before {
  content: "\f12e";
}
.mdi-checkbox-blank-circle::before {
  content: "\f12f";
}
.mdi-checkbox-blank-circle-outline::before {
  content: "\f130";
}
.mdi-checkbox-blank-outline::before {
  content: "\f131";
}
.mdi-checkbox-intermediate::before {
  content: "\f855";
}
.mdi-checkbox-marked::before {
  content: "\f132";
}
.mdi-checkbox-marked-circle::before {
  content: "\f133";
}
.mdi-checkbox-marked-circle-outline::before {
  content: "\f134";
}
.mdi-checkbox-marked-outline::before {
  content: "\f135";
}
.mdi-checkbox-multiple-blank::before {
  content: "\f136";
}
.mdi-checkbox-multiple-blank-circle::before {
  content: "\f63b";
}
.mdi-checkbox-multiple-blank-circle-outline::before {
  content: "\f63c";
}
.mdi-checkbox-multiple-blank-outline::before {
  content: "\f137";
}
.mdi-checkbox-multiple-marked::before {
  content: "\f138";
}
.mdi-checkbox-multiple-marked-circle::before {
  content: "\f63d";
}
.mdi-checkbox-multiple-marked-circle-outline::before {
  content: "\f63e";
}
.mdi-checkbox-multiple-marked-outline::before {
  content: "\f139";
}
.mdi-checkerboard::before {
  content: "\f13a";
}
.mdi-chemical-weapon::before {
  content: "\f13b";
}
.mdi-chess-bishop::before {
  content: "\f85b";
}
.mdi-chess-king::before {
  content: "\f856";
}
.mdi-chess-knight::before {
  content: "\f857";
}
.mdi-chess-pawn::before {
  content: "\f858";
}
.mdi-chess-queen::before {
  content: "\f859";
}
.mdi-chess-rook::before {
  content: "\f85a";
}
.mdi-chevron-double-down::before {
  content: "\f13c";
}
.mdi-chevron-double-left::before {
  content: "\f13d";
}
.mdi-chevron-double-right::before {
  content: "\f13e";
}
.mdi-chevron-double-up::before {
  content: "\f13f";
}
.mdi-chevron-down::before {
  content: "\f140";
}
.mdi-chevron-left::before {
  content: "\f141";
}
.mdi-chevron-right::before {
  content: "\f142";
}
.mdi-chevron-up::before {
  content: "\f143";
}
.mdi-chili-hot::before {
  content: "\f7b1";
}
.mdi-chili-medium::before {
  content: "\f7b2";
}
.mdi-chili-mild::before {
  content: "\f7b3";
}
.mdi-chip::before {
  content: "\f61a";
}
.mdi-christiantiy::before {
  content: "\f952";
}
.mdi-church::before {
  content: "\f144";
}
.mdi-circle::before {
  content: "\f764";
}
.mdi-circle-edit-outline::before {
  content: "\f8d4";
}
.mdi-circle-outline::before {
  content: "\f765";
}
.mdi-cisco-webex::before {
  content: "\f145";
}
.mdi-city::before {
  content: "\f146";
}
.mdi-clipboard::before {
  content: "\f147";
}
.mdi-clipboard-account::before {
  content: "\f148";
}
.mdi-clipboard-alert::before {
  content: "\f149";
}
.mdi-clipboard-arrow-down::before {
  content: "\f14a";
}
.mdi-clipboard-arrow-left::before {
  content: "\f14b";
}
.mdi-clipboard-check::before {
  content: "\f14c";
}
.mdi-clipboard-check-outline::before {
  content: "\f8a7";
}
.mdi-clipboard-flow::before {
  content: "\f6c7";
}
.mdi-clipboard-outline::before {
  content: "\f14d";
}
.mdi-clipboard-plus::before {
  content: "\f750";
}
.mdi-clipboard-pulse::before {
  content: "\f85c";
}
.mdi-clipboard-pulse-outline::before {
  content: "\f85d";
}
.mdi-clipboard-text::before {
  content: "\f14e";
}
.mdi-clippy::before {
  content: "\f14f";
}
.mdi-clock::before {
  content: "\f953";
}
.mdi-clock-alert::before {
  content: "\f954";
}
.mdi-clock-alert-outline::before {
  content: "\f5ce";
}
.mdi-clock-end::before {
  content: "\f151";
}
.mdi-clock-fast::before {
  content: "\f152";
}
.mdi-clock-in::before {
  content: "\f153";
}
.mdi-clock-out::before {
  content: "\f154";
}
.mdi-clock-outline::before {
  content: "\f150";
}
.mdi-clock-start::before {
  content: "\f155";
}
.mdi-close::before {
  content: "\f156";
}
.mdi-close-box::before {
  content: "\f157";
}
.mdi-close-box-outline::before {
  content: "\f158";
}
.mdi-close-circle::before {
  content: "\f159";
}
.mdi-close-circle-outline::before {
  content: "\f15a";
}
.mdi-close-network::before {
  content: "\f15b";
}
.mdi-close-octagon::before {
  content: "\f15c";
}
.mdi-close-octagon-outline::before {
  content: "\f15d";
}
.mdi-close-outline::before {
  content: "\f6c8";
}
.mdi-closed-caption::before {
  content: "\f15e";
}
.mdi-cloud::before {
  content: "\f15f";
}
.mdi-cloud-braces::before {
  content: "\f7b4";
}
.mdi-cloud-check::before {
  content: "\f160";
}
.mdi-cloud-circle::before {
  content: "\f161";
}
.mdi-cloud-download::before {
  content: "\f162";
}
.mdi-cloud-off-outline::before {
  content: "\f164";
}
.mdi-cloud-outline::before {
  content: "\f163";
}
.mdi-cloud-print::before {
  content: "\f165";
}
.mdi-cloud-print-outline::before {
  content: "\f166";
}
.mdi-cloud-search::before {
  content: "\f955";
}
.mdi-cloud-search-outline::before {
  content: "\f956";
}
.mdi-cloud-sync::before {
  content: "\f63f";
}
.mdi-cloud-tags::before {
  content: "\f7b5";
}
.mdi-cloud-upload::before {
  content: "\f167";
}
.mdi-clover::before {
  content: "\f815";
}
.mdi-code-array::before {
  content: "\f168";
}
.mdi-code-braces::before {
  content: "\f169";
}
.mdi-code-brackets::before {
  content: "\f16a";
}
.mdi-code-equal::before {
  content: "\f16b";
}
.mdi-code-greater-than::before {
  content: "\f16c";
}
.mdi-code-greater-than-or-equal::before {
  content: "\f16d";
}
.mdi-code-less-than::before {
  content: "\f16e";
}
.mdi-code-less-than-or-equal::before {
  content: "\f16f";
}
.mdi-code-not-equal::before {
  content: "\f170";
}
.mdi-code-not-equal-variant::before {
  content: "\f171";
}
.mdi-code-parentheses::before {
  content: "\f172";
}
.mdi-code-string::before {
  content: "\f173";
}
.mdi-code-tags::before {
  content: "\f174";
}
.mdi-code-tags-check::before {
  content: "\f693";
}
.mdi-codepen::before {
  content: "\f175";
}
.mdi-coffee::before {
  content: "\f176";
}
.mdi-coffee-outline::before {
  content: "\f6c9";
}
.mdi-coffee-to-go::before {
  content: "\f177";
}
.mdi-cogs::before {
  content: "\f8d5";
}
.mdi-coin::before {
  content: "\f178";
}
.mdi-coins::before {
  content: "\f694";
}
.mdi-collage::before {
  content: "\f640";
}
.mdi-color-helper::before {
  content: "\f179";
}
.mdi-comment::before {
  content: "\f17a";
}
.mdi-comment-account::before {
  content: "\f17b";
}
.mdi-comment-account-outline::before {
  content: "\f17c";
}
.mdi-comment-alert::before {
  content: "\f17d";
}
.mdi-comment-alert-outline::before {
  content: "\f17e";
}
.mdi-comment-check::before {
  content: "\f17f";
}
.mdi-comment-check-outline::before {
  content: "\f180";
}
.mdi-comment-multiple::before {
  content: "\f85e";
}
.mdi-comment-multiple-outline::before {
  content: "\f181";
}
.mdi-comment-outline::before {
  content: "\f182";
}
.mdi-comment-plus-outline::before {
  content: "\f183";
}
.mdi-comment-processing::before {
  content: "\f184";
}
.mdi-comment-processing-outline::before {
  content: "\f185";
}
.mdi-comment-question::before {
  content: "\f816";
}
.mdi-comment-question-outline::before {
  content: "\f186";
}
.mdi-comment-remove::before {
  content: "\f5de";
}
.mdi-comment-remove-outline::before {
  content: "\f187";
}
.mdi-comment-text::before {
  content: "\f188";
}
.mdi-comment-text-multiple::before {
  content: "\f85f";
}
.mdi-comment-text-multiple-outline::before {
  content: "\f860";
}
.mdi-comment-text-outline::before {
  content: "\f189";
}
.mdi-compare::before {
  content: "\f18a";
}
.mdi-compass::before {
  content: "\f18b";
}
.mdi-compass-outline::before {
  content: "\f18c";
}
.mdi-console::before {
  content: "\f18d";
}
.mdi-console-line::before {
  content: "\f7b6";
}
.mdi-console-network::before {
  content: "\f8a8";
}
.mdi-contact-mail::before {
  content: "\f18e";
}
.mdi-contacts::before {
  content: "\f6ca";
}
.mdi-content-copy::before {
  content: "\f18f";
}
.mdi-content-cut::before {
  content: "\f190";
}
.mdi-content-duplicate::before {
  content: "\f191";
}
.mdi-content-paste::before {
  content: "\f192";
}
.mdi-content-save::before {
  content: "\f193";
}
.mdi-content-save-all::before {
  content: "\f194";
}
.mdi-content-save-outline::before {
  content: "\f817";
}
.mdi-content-save-settings::before {
  content: "\f61b";
}
.mdi-contrast::before {
  content: "\f195";
}
.mdi-contrast-box::before {
  content: "\f196";
}
.mdi-contrast-circle::before {
  content: "\f197";
}
.mdi-cookie::before {
  content: "\f198";
}
.mdi-copyright::before {
  content: "\f5e6";
}
.mdi-cordova::before {
  content: "\f957";
}
.mdi-corn::before {
  content: "\f7b7";
}
.mdi-counter::before {
  content: "\f199";
}
.mdi-cow::before {
  content: "\f19a";
}
.mdi-crane::before {
  content: "\f861";
}
.mdi-creation::before {
  content: "\f1c9";
}
.mdi-credit-card::before {
  content: "\f19b";
}
.mdi-credit-card-multiple::before {
  content: "\f19c";
}
.mdi-credit-card-off::before {
  content: "\f5e4";
}
.mdi-credit-card-plus::before {
  content: "\f675";
}
.mdi-credit-card-scan::before {
  content: "\f19d";
}
.mdi-credit-card-settings::before {
  content: "\f8d6";
}
.mdi-crop::before {
  content: "\f19e";
}
.mdi-crop-free::before {
  content: "\f19f";
}
.mdi-crop-landscape::before {
  content: "\f1a0";
}
.mdi-crop-portrait::before {
  content: "\f1a1";
}
.mdi-crop-rotate::before {
  content: "\f695";
}
.mdi-crop-square::before {
  content: "\f1a2";
}
.mdi-crosshairs::before {
  content: "\f1a3";
}
.mdi-crosshairs-gps::before {
  content: "\f1a4";
}
.mdi-crown::before {
  content: "\f1a5";
}
.mdi-cryengine::before {
  content: "\f958";
}
.mdi-cube::before {
  content: "\f1a6";
}
.mdi-cube-outline::before {
  content: "\f1a7";
}
.mdi-cube-send::before {
  content: "\f1a8";
}
.mdi-cube-unfolded::before {
  content: "\f1a9";
}
.mdi-cup::before {
  content: "\f1aa";
}
.mdi-cup-off::before {
  content: "\f5e5";
}
.mdi-cup-water::before {
  content: "\f1ab";
}
.mdi-cupcake::before {
  content: "\f959";
}
.mdi-curling::before {
  content: "\f862";
}
.mdi-currency-bdt::before {
  content: "\f863";
}
.mdi-currency-btc::before {
  content: "\f1ac";
}
.mdi-currency-chf::before {
  content: "\f7b8";
}
.mdi-currency-cny::before {
  content: "\f7b9";
}
.mdi-currency-eth::before {
  content: "\f7ba";
}
.mdi-currency-eur::before {
  content: "\f1ad";
}
.mdi-currency-gbp::before {
  content: "\f1ae";
}
.mdi-currency-inr::before {
  content: "\f1af";
}
.mdi-currency-jpy::before {
  content: "\f7bb";
}
.mdi-currency-krw::before {
  content: "\f7bc";
}
.mdi-currency-kzt::before {
  content: "\f864";
}
.mdi-currency-ngn::before {
  content: "\f1b0";
}
.mdi-currency-rub::before {
  content: "\f1b1";
}
.mdi-currency-sign::before {
  content: "\f7bd";
}
.mdi-currency-try::before {
  content: "\f1b2";
}
.mdi-currency-twd::before {
  content: "\f7be";
}
.mdi-currency-usd::before {
  content: "\f1b3";
}
.mdi-currency-usd-off::before {
  content: "\f679";
}
.mdi-current-ac::before {
  content: "\f95a";
}
.mdi-current-dc::before {
  content: "\f95b";
}
.mdi-cursor-default::before {
  content: "\f1b4";
}
.mdi-cursor-default-outline::before {
  content: "\f1b5";
}
.mdi-cursor-move::before {
  content: "\f1b6";
}
.mdi-cursor-pointer::before {
  content: "\f1b7";
}
.mdi-cursor-text::before {
  content: "\f5e7";
}
.mdi-database::before {
  content: "\f1b8";
}
.mdi-database-export::before {
  content: "\f95d";
}
.mdi-database-import::before {
  content: "\f95c";
}
.mdi-database-minus::before {
  content: "\f1b9";
}
.mdi-database-plus::before {
  content: "\f1ba";
}
.mdi-database-search::before {
  content: "\f865";
}
.mdi-death-star::before {
  content: "\f8d7";
}
.mdi-death-star-variant::before {
  content: "\f8d8";
}
.mdi-debian::before {
  content: "\f8d9";
}
.mdi-debug-step-into::before {
  content: "\f1bb";
}
.mdi-debug-step-out::before {
  content: "\f1bc";
}
.mdi-debug-step-over::before {
  content: "\f1bd";
}
.mdi-decagram::before {
  content: "\f76b";
}
.mdi-decagram-outline::before {
  content: "\f76c";
}
.mdi-decimal-decrease::before {
  content: "\f1be";
}
.mdi-decimal-increase::before {
  content: "\f1bf";
}
.mdi-delete::before {
  content: "\f1c0";
}
.mdi-delete-circle::before {
  content: "\f682";
}
.mdi-delete-empty::before {
  content: "\f6cb";
}
.mdi-delete-forever::before {
  content: "\f5e8";
}
.mdi-delete-restore::before {
  content: "\f818";
}
.mdi-delete-sweep::before {
  content: "\f5e9";
}
.mdi-delete-variant::before {
  content: "\f1c1";
}
.mdi-delta::before {
  content: "\f1c2";
}
.mdi-desk-lamp::before {
  content: "\f95e";
}
.mdi-deskphone::before {
  content: "\f1c3";
}
.mdi-desktop-classic::before {
  content: "\f7bf";
}
.mdi-desktop-mac::before {
  content: "\f1c4";
}
.mdi-desktop-tower::before {
  content: "\f1c5";
}
.mdi-details::before {
  content: "\f1c6";
}
.mdi-developer-board::before {
  content: "\f696";
}
.mdi-deviantart::before {
  content: "\f1c7";
}
.mdi-dialpad::before {
  content: "\f61c";
}
.mdi-diamond::before {
  content: "\f1c8";
}
.mdi-dice-1::before {
  content: "\f1ca";
}
.mdi-dice-2::before {
  content: "\f1cb";
}
.mdi-dice-3::before {
  content: "\f1cc";
}
.mdi-dice-4::before {
  content: "\f1cd";
}
.mdi-dice-5::before {
  content: "\f1ce";
}
.mdi-dice-6::before {
  content: "\f1cf";
}
.mdi-dice-d10::before {
  content: "\f76e";
}
.mdi-dice-d12::before {
  content: "\f866";
}
.mdi-dice-d20::before {
  content: "\f5ea";
}
.mdi-dice-d4::before {
  content: "\f5eb";
}
.mdi-dice-d6::before {
  content: "\f5ec";
}
.mdi-dice-d8::before {
  content: "\f5ed";
}
.mdi-dice-multiple::before {
  content: "\f76d";
}
.mdi-dictionary::before {
  content: "\f61d";
}
.mdi-dip-switch::before {
  content: "\f7c0";
}
.mdi-directions::before {
  content: "\f1d0";
}
.mdi-directions-fork::before {
  content: "\f641";
}
.mdi-discord::before {
  content: "\f66f";
}
.mdi-disk::before {
  content: "\f5ee";
}
.mdi-disk-alert::before {
  content: "\f1d1";
}
.mdi-disk-player::before {
  content: "\f95f";
}
.mdi-disqus::before {
  content: "\f1d2";
}
.mdi-disqus-outline::before {
  content: "\f1d3";
}
.mdi-division::before {
  content: "\f1d4";
}
.mdi-division-box::before {
  content: "\f1d5";
}
.mdi-dna::before {
  content: "\f683";
}
.mdi-dns::before {
  content: "\f1d6";
}
.mdi-do-not-disturb::before {
  content: "\f697";
}
.mdi-do-not-disturb-off::before {
  content: "\f698";
}
.mdi-docker::before {
  content: "\f867";
}
.mdi-dolby::before {
  content: "\f6b2";
}
.mdi-domain::before {
  content: "\f1d7";
}
.mdi-donkey::before {
  content: "\f7c1";
}
.mdi-door::before {
  content: "\f819";
}
.mdi-door-closed::before {
  content: "\f81a";
}
.mdi-door-open::before {
  content: "\f81b";
}
.mdi-doorbell-video::before {
  content: "\f868";
}
.mdi-dots-horizontal::before {
  content: "\f1d8";
}
.mdi-dots-horizontal-circle::before {
  content: "\f7c2";
}
.mdi-dots-vertical::before {
  content: "\f1d9";
}
.mdi-dots-vertical-circle::before {
  content: "\f7c3";
}
.mdi-douban::before {
  content: "\f699";
}
.mdi-download::before {
  content: "\f1da";
}
.mdi-download-network::before {
  content: "\f6f3";
}
.mdi-drag::before {
  content: "\f1db";
}
.mdi-drag-horizontal::before {
  content: "\f1dc";
}
.mdi-drag-vertical::before {
  content: "\f1dd";
}
.mdi-drawing::before {
  content: "\f1de";
}
.mdi-drawing-box::before {
  content: "\f1df";
}
.mdi-dribbble::before {
  content: "\f1e0";
}
.mdi-dribbble-box::before {
  content: "\f1e1";
}
.mdi-drone::before {
  content: "\f1e2";
}
.mdi-dropbox::before {
  content: "\f1e3";
}
.mdi-drupal::before {
  content: "\f1e4";
}
.mdi-duck::before {
  content: "\f1e5";
}
.mdi-dumbbell::before {
  content: "\f1e6";
}
.mdi-ear-hearing::before {
  content: "\f7c4";
}
.mdi-earth::before {
  content: "\f1e7";
}
.mdi-earth-box::before {
  content: "\f6cc";
}
.mdi-earth-box-off::before {
  content: "\f6cd";
}
.mdi-earth-off::before {
  content: "\f1e8";
}
.mdi-edge::before {
  content: "\f1e9";
}
.mdi-eject::before {
  content: "\f1ea";
}
.mdi-elephant::before {
  content: "\f7c5";
}
.mdi-elevation-decline::before {
  content: "\f1eb";
}
.mdi-elevation-rise::before {
  content: "\f1ec";
}
.mdi-elevator::before {
  content: "\f1ed";
}
.mdi-email::before {
  content: "\f1ee";
}
.mdi-email-alert::before {
  content: "\f6ce";
}
.mdi-email-open::before {
  content: "\f1ef";
}
.mdi-email-open-outline::before {
  content: "\f5ef";
}
.mdi-email-outline::before {
  content: "\f1f0";
}
.mdi-email-search::before {
  content: "\f960";
}
.mdi-email-search-outline::before {
  content: "\f961";
}
.mdi-email-secure::before {
  content: "\f1f1";
}
.mdi-email-variant::before {
  content: "\f5f0";
}
.mdi-emby::before {
  content: "\f6b3";
}
.mdi-emoticon::before {
  content: "\f1f2";
}
.mdi-emoticon-cool::before {
  content: "\f1f3";
}
.mdi-emoticon-dead::before {
  content: "\f69a";
}
.mdi-emoticon-devil::before {
  content: "\f1f4";
}
.mdi-emoticon-excited::before {
  content: "\f69b";
}
.mdi-emoticon-happy::before {
  content: "\f1f5";
}
.mdi-emoticon-neutral::before {
  content: "\f1f6";
}
.mdi-emoticon-poop::before {
  content: "\f1f7";
}
.mdi-emoticon-sad::before {
  content: "\f1f8";
}
.mdi-emoticon-tongue::before {
  content: "\f1f9";
}
.mdi-engine::before {
  content: "\f1fa";
}
.mdi-engine-outline::before {
  content: "\f1fb";
}
.mdi-equal::before {
  content: "\f1fc";
}
.mdi-equal-box::before {
  content: "\f1fd";
}
.mdi-eraser::before {
  content: "\f1fe";
}
.mdi-eraser-variant::before {
  content: "\f642";
}
.mdi-escalator::before {
  content: "\f1ff";
}
.mdi-ethereum::before {
  content: "\f869";
}
.mdi-ethernet::before {
  content: "\f200";
}
.mdi-ethernet-cable::before {
  content: "\f201";
}
.mdi-ethernet-cable-off::before {
  content: "\f202";
}
.mdi-etsy::before {
  content: "\f203";
}
.mdi-ev-station::before {
  content: "\f5f1";
}
.mdi-eventbrite::before {
  content: "\f7c6";
}
.mdi-evernote::before {
  content: "\f204";
}
.mdi-exclamation::before {
  content: "\f205";
}
.mdi-exit-to-app::before {
  content: "\f206";
}
.mdi-exponent::before {
  content: "\f962";
}
.mdi-exponent-box::before {
  content: "\f963";
}
.mdi-export::before {
  content: "\f207";
}
.mdi-eye::before {
  content: "\f208";
}
.mdi-eye-off::before {
  content: "\f209";
}
.mdi-eye-off-outline::before {
  content: "\f6d0";
}
.mdi-eye-outline::before {
  content: "\f6cf";
}
.mdi-eye-plus::before {
  content: "\f86a";
}
.mdi-eye-plus-outline::before {
  content: "\f86b";
}
.mdi-eye-settings::before {
  content: "\f86c";
}
.mdi-eye-settings-outline::before {
  content: "\f86d";
}
.mdi-eyedropper::before {
  content: "\f20a";
}
.mdi-eyedropper-variant::before {
  content: "\f20b";
}
.mdi-face::before {
  content: "\f643";
}
.mdi-face-profile::before {
  content: "\f644";
}
.mdi-facebook::before {
  content: "\f20c";
}
.mdi-facebook-box::before {
  content: "\f20d";
}
.mdi-facebook-messenger::before {
  content: "\f20e";
}
.mdi-factory::before {
  content: "\f20f";
}
.mdi-fan::before {
  content: "\f210";
}
.mdi-fan-off::before {
  content: "\f81c";
}
.mdi-fast-forward::before {
  content: "\f211";
}
.mdi-fast-forward-outline::before {
  content: "\f6d1";
}
.mdi-fax::before {
  content: "\f212";
}
.mdi-feather::before {
  content: "\f6d2";
}
.mdi-fedora::before {
  content: "\f8da";
}
.mdi-ferry::before {
  content: "\f213";
}
.mdi-file::before {
  content: "\f214";
}
.mdi-file-account::before {
  content: "\f73a";
}
.mdi-file-chart::before {
  content: "\f215";
}
.mdi-file-check::before {
  content: "\f216";
}
.mdi-file-cloud::before {
  content: "\f217";
}
.mdi-file-compare::before {
  content: "\f8a9";
}
.mdi-file-delimited::before {
  content: "\f218";
}
.mdi-file-document::before {
  content: "\f219";
}
.mdi-file-document-box::before {
  content: "\f21a";
}
.mdi-file-download::before {
  content: "\f964";
}
.mdi-file-download-outline::before {
  content: "\f965";
}
.mdi-file-excel::before {
  content: "\f21b";
}
.mdi-file-excel-box::before {
  content: "\f21c";
}
.mdi-file-export::before {
  content: "\f21d";
}
.mdi-file-find::before {
  content: "\f21e";
}
.mdi-file-hidden::before {
  content: "\f613";
}
.mdi-file-image::before {
  content: "\f21f";
}
.mdi-file-import::before {
  content: "\f220";
}
.mdi-file-lock::before {
  content: "\f221";
}
.mdi-file-multiple::before {
  content: "\f222";
}
.mdi-file-music::before {
  content: "\f223";
}
.mdi-file-outline::before {
  content: "\f224";
}
.mdi-file-pdf::before {
  content: "\f225";
}
.mdi-file-pdf-box::before {
  content: "\f226";
}
.mdi-file-percent::before {
  content: "\f81d";
}
.mdi-file-plus::before {
  content: "\f751";
}
.mdi-file-powerpoint::before {
  content: "\f227";
}
.mdi-file-powerpoint-box::before {
  content: "\f228";
}
.mdi-file-presentation-box::before {
  content: "\f229";
}
.mdi-file-question::before {
  content: "\f86e";
}
.mdi-file-restore::before {
  content: "\f670";
}
.mdi-file-send::before {
  content: "\f22a";
}
.mdi-file-tree::before {
  content: "\f645";
}
.mdi-file-undo::before {
  content: "\f8db";
}
.mdi-file-video::before {
  content: "\f22b";
}
.mdi-file-word::before {
  content: "\f22c";
}
.mdi-file-word-box::before {
  content: "\f22d";
}
.mdi-file-xml::before {
  content: "\f22e";
}
.mdi-film::before {
  content: "\f22f";
}
.mdi-filmstrip::before {
  content: "\f230";
}
.mdi-filmstrip-off::before {
  content: "\f231";
}
.mdi-filter::before {
  content: "\f232";
}
.mdi-filter-outline::before {
  content: "\f233";
}
.mdi-filter-remove::before {
  content: "\f234";
}
.mdi-filter-remove-outline::before {
  content: "\f235";
}
.mdi-filter-variant::before {
  content: "\f236";
}
.mdi-finance::before {
  content: "\f81e";
}
.mdi-find-replace::before {
  content: "\f6d3";
}
.mdi-fingerprint::before {
  content: "\f237";
}
.mdi-fire::before {
  content: "\f238";
}
.mdi-fire-truck::before {
  content: "\f8aa";
}
.mdi-firebase::before {
  content: "\f966";
}
.mdi-firefox::before {
  content: "\f239";
}
.mdi-fish::before {
  content: "\f23a";
}
.mdi-flag::before {
  content: "\f23b";
}
.mdi-flag-checkered::before {
  content: "\f23c";
}
.mdi-flag-outline::before {
  content: "\f23d";
}
.mdi-flag-triangle::before {
  content: "\f23f";
}
.mdi-flag-variant::before {
  content: "\f240";
}
.mdi-flag-variant-outline::before {
  content: "\f23e";
}
.mdi-flash::before {
  content: "\f241";
}
.mdi-flash-auto::before {
  content: "\f242";
}
.mdi-flash-circle::before {
  content: "\f81f";
}
.mdi-flash-off::before {
  content: "\f243";
}
.mdi-flash-outline::before {
  content: "\f6d4";
}
.mdi-flash-red-eye::before {
  content: "\f67a";
}
.mdi-flashlight::before {
  content: "\f244";
}
.mdi-flashlight-off::before {
  content: "\f245";
}
.mdi-flask::before {
  content: "\f093";
}
.mdi-flask-empty::before {
  content: "\f094";
}
.mdi-flask-empty-outline::before {
  content: "\f095";
}
.mdi-flask-outline::before {
  content: "\f096";
}
.mdi-flattr::before {
  content: "\f246";
}
.mdi-flip-to-back::before {
  content: "\f247";
}
.mdi-flip-to-front::before {
  content: "\f248";
}
.mdi-floor-lamp::before {
  content: "\f8dc";
}
.mdi-floor-plan::before {
  content: "\f820";
}
.mdi-floppy::before {
  content: "\f249";
}
.mdi-flower::before {
  content: "\f24a";
}
.mdi-folder::before {
  content: "\f24b";
}
.mdi-folder-account::before {
  content: "\f24c";
}
.mdi-folder-download::before {
  content: "\f24d";
}
.mdi-folder-edit::before {
  content: "\f8dd";
}
.mdi-folder-google-drive::before {
  content: "\f24e";
}
.mdi-folder-image::before {
  content: "\f24f";
}
.mdi-folder-key::before {
  content: "\f8ab";
}
.mdi-folder-key-network::before {
  content: "\f8ac";
}
.mdi-folder-lock::before {
  content: "\f250";
}
.mdi-folder-lock-open::before {
  content: "\f251";
}
.mdi-folder-move::before {
  content: "\f252";
}
.mdi-folder-multiple::before {
  content: "\f253";
}
.mdi-folder-multiple-image::before {
  content: "\f254";
}
.mdi-folder-multiple-outline::before {
  content: "\f255";
}
.mdi-folder-network::before {
  content: "\f86f";
}
.mdi-folder-open::before {
  content: "\f76f";
}
.mdi-folder-outline::before {
  content: "\f256";
}
.mdi-folder-plus::before {
  content: "\f257";
}
.mdi-folder-remove::before {
  content: "\f258";
}
.mdi-folder-search::before {
  content: "\f967";
}
.mdi-folder-search-outline::before {
  content: "\f968";
}
.mdi-folder-star::before {
  content: "\f69c";
}
.mdi-folder-upload::before {
  content: "\f259";
}
.mdi-font-awesome::before {
  content: "\f03a";
}
.mdi-food::before {
  content: "\f25a";
}
.mdi-food-apple::before {
  content: "\f25b";
}
.mdi-food-croissant::before {
  content: "\f7c7";
}
.mdi-food-fork-drink::before {
  content: "\f5f2";
}
.mdi-food-off::before {
  content: "\f5f3";
}
.mdi-food-variant::before {
  content: "\f25c";
}
.mdi-football::before {
  content: "\f25d";
}
.mdi-football-australian::before {
  content: "\f25e";
}
.mdi-football-helmet::before {
  content: "\f25f";
}
.mdi-forklift::before {
  content: "\f7c8";
}
.mdi-format-align-bottom::before {
  content: "\f752";
}
.mdi-format-align-center::before {
  content: "\f260";
}
.mdi-format-align-justify::before {
  content: "\f261";
}
.mdi-format-align-left::before {
  content: "\f262";
}
.mdi-format-align-middle::before {
  content: "\f753";
}
.mdi-format-align-right::before {
  content: "\f263";
}
.mdi-format-align-top::before {
  content: "\f754";
}
.mdi-format-annotation-plus::before {
  content: "\f646";
}
.mdi-format-bold::before {
  content: "\f264";
}
.mdi-format-clear::before {
  content: "\f265";
}
.mdi-format-color-fill::before {
  content: "\f266";
}
.mdi-format-color-text::before {
  content: "\f69d";
}
.mdi-format-columns::before {
  content: "\f8de";
}
.mdi-format-float-center::before {
  content: "\f267";
}
.mdi-format-float-left::before {
  content: "\f268";
}
.mdi-format-float-none::before {
  content: "\f269";
}
.mdi-format-float-right::before {
  content: "\f26a";
}
.mdi-format-font::before {
  content: "\f6d5";
}
.mdi-format-header-1::before {
  content: "\f26b";
}
.mdi-format-header-2::before {
  content: "\f26c";
}
.mdi-format-header-3::before {
  content: "\f26d";
}
.mdi-format-header-4::before {
  content: "\f26e";
}
.mdi-format-header-5::before {
  content: "\f26f";
}
.mdi-format-header-6::before {
  content: "\f270";
}
.mdi-format-header-decrease::before {
  content: "\f271";
}
.mdi-format-header-equal::before {
  content: "\f272";
}
.mdi-format-header-increase::before {
  content: "\f273";
}
.mdi-format-header-pound::before {
  content: "\f274";
}
.mdi-format-horizontal-align-center::before {
  content: "\f61e";
}
.mdi-format-horizontal-align-left::before {
  content: "\f61f";
}
.mdi-format-horizontal-align-right::before {
  content: "\f620";
}
.mdi-format-indent-decrease::before {
  content: "\f275";
}
.mdi-format-indent-increase::before {
  content: "\f276";
}
.mdi-format-italic::before {
  content: "\f277";
}
.mdi-format-line-spacing::before {
  content: "\f278";
}
.mdi-format-line-style::before {
  content: "\f5c8";
}
.mdi-format-line-weight::before {
  content: "\f5c9";
}
.mdi-format-list-bulleted::before {
  content: "\f279";
}
.mdi-format-list-bulleted-type::before {
  content: "\f27a";
}
.mdi-format-list-checkbox::before {
  content: "\f969";
}
.mdi-format-list-checks::before {
  content: "\f755";
}
.mdi-format-list-numbers::before {
  content: "\f27b";
}
.mdi-format-page-break::before {
  content: "\f6d6";
}
.mdi-format-paint::before {
  content: "\f27c";
}
.mdi-format-paragraph::before {
  content: "\f27d";
}
.mdi-format-pilcrow::before {
  content: "\f6d7";
}
.mdi-format-quote-close::before {
  content: "\f27e";
}
.mdi-format-quote-open::before {
  content: "\f756";
}
.mdi-format-rotate-90::before {
  content: "\f6a9";
}
.mdi-format-section::before {
  content: "\f69e";
}
.mdi-format-size::before {
  content: "\f27f";
}
.mdi-format-strikethrough::before {
  content: "\f280";
}
.mdi-format-strikethrough-variant::before {
  content: "\f281";
}
.mdi-format-subscript::before {
  content: "\f282";
}
.mdi-format-superscript::before {
  content: "\f283";
}
.mdi-format-text::before {
  content: "\f284";
}
.mdi-format-textdirection-l-to-r::before {
  content: "\f285";
}
.mdi-format-textdirection-r-to-l::before {
  content: "\f286";
}
.mdi-format-title::before {
  content: "\f5f4";
}
.mdi-format-underline::before {
  content: "\f287";
}
.mdi-format-vertical-align-bottom::before {
  content: "\f621";
}
.mdi-format-vertical-align-center::before {
  content: "\f622";
}
.mdi-format-vertical-align-top::before {
  content: "\f623";
}
.mdi-format-wrap-inline::before {
  content: "\f288";
}
.mdi-format-wrap-square::before {
  content: "\f289";
}
.mdi-format-wrap-tight::before {
  content: "\f28a";
}
.mdi-format-wrap-top-bottom::before {
  content: "\f28b";
}
.mdi-forum::before {
  content: "\f28c";
}
.mdi-forum-outline::before {
  content: "\f821";
}
.mdi-forward::before {
  content: "\f28d";
}
.mdi-fountain::before {
  content: "\f96a";
}
.mdi-foursquare::before {
  content: "\f28e";
}
.mdi-freebsd::before {
  content: "\f8df";
}
.mdi-fridge::before {
  content: "\f28f";
}
.mdi-fridge-filled::before {
  content: "\f290";
}
.mdi-fridge-filled-bottom::before {
  content: "\f291";
}
.mdi-fridge-filled-top::before {
  content: "\f292";
}
.mdi-fuel::before {
  content: "\f7c9";
}
.mdi-fullscreen::before {
  content: "\f293";
}
.mdi-fullscreen-exit::before {
  content: "\f294";
}
.mdi-function::before {
  content: "\f295";
}
.mdi-function-variant::before {
  content: "\f870";
}
.mdi-gamepad::before {
  content: "\f296";
}
.mdi-gamepad-variant::before {
  content: "\f297";
}
.mdi-garage::before {
  content: "\f6d8";
}
.mdi-garage-alert::before {
  content: "\f871";
}
.mdi-garage-open::before {
  content: "\f6d9";
}
.mdi-gas-cylinder::before {
  content: "\f647";
}
.mdi-gas-station::before {
  content: "\f298";
}
.mdi-gate::before {
  content: "\f299";
}
.mdi-gate-and::before {
  content: "\f8e0";
}
.mdi-gate-nand::before {
  content: "\f8e1";
}
.mdi-gate-nor::before {
  content: "\f8e2";
}
.mdi-gate-not::before {
  content: "\f8e3";
}
.mdi-gate-or::before {
  content: "\f8e4";
}
.mdi-gate-xnor::before {
  content: "\f8e5";
}
.mdi-gate-xor::before {
  content: "\f8e6";
}
.mdi-gauge::before {
  content: "\f29a";
}
.mdi-gauge-empty::before {
  content: "\f872";
}
.mdi-gauge-full::before {
  content: "\f873";
}
.mdi-gauge-low::before {
  content: "\f874";
}
.mdi-gavel::before {
  content: "\f29b";
}
.mdi-gender-female::before {
  content: "\f29c";
}
.mdi-gender-male::before {
  content: "\f29d";
}
.mdi-gender-male-female::before {
  content: "\f29e";
}
.mdi-gender-transgender::before {
  content: "\f29f";
}
.mdi-gentoo::before {
  content: "\f8e7";
}
.mdi-gesture::before {
  content: "\f7ca";
}
.mdi-gesture-double-tap::before {
  content: "\f73b";
}
.mdi-gesture-swipe-down::before {
  content: "\f73c";
}
.mdi-gesture-swipe-left::before {
  content: "\f73d";
}
.mdi-gesture-swipe-right::before {
  content: "\f73e";
}
.mdi-gesture-swipe-up::before {
  content: "\f73f";
}
.mdi-gesture-tap::before {
  content: "\f740";
}
.mdi-gesture-two-double-tap::before {
  content: "\f741";
}
.mdi-gesture-two-tap::before {
  content: "\f742";
}
.mdi-ghost::before {
  content: "\f2a0";
}
.mdi-gift::before {
  content: "\f2a1";
}
.mdi-git::before {
  content: "\f2a2";
}
.mdi-github-box::before {
  content: "\f2a3";
}
.mdi-github-circle::before {
  content: "\f2a4";
}
.mdi-github-face::before {
  content: "\f6da";
}
.mdi-glass-cocktail::before {
  content: "\f356";
}
.mdi-glass-flute::before {
  content: "\f2a5";
}
.mdi-glass-mug::before {
  content: "\f2a6";
}
.mdi-glass-stange::before {
  content: "\f2a7";
}
.mdi-glass-tulip::before {
  content: "\f2a8";
}
.mdi-glass-wine::before {
  content: "\f875";
}
.mdi-glassdoor::before {
  content: "\f2a9";
}
.mdi-glasses::before {
  content: "\f2aa";
}
.mdi-globe-model::before {
  content: "\f8e8";
}
.mdi-gmail::before {
  content: "\f2ab";
}
.mdi-gnome::before {
  content: "\f2ac";
}
.mdi-golf::before {
  content: "\f822";
}
.mdi-gondola::before {
  content: "\f685";
}
.mdi-google::before {
  content: "\f2ad";
}
.mdi-google-allo::before {
  content: "\f801";
}
.mdi-google-analytics::before {
  content: "\f7cb";
}
.mdi-google-assistant::before {
  content: "\f7cc";
}
.mdi-google-cardboard::before {
  content: "\f2ae";
}
.mdi-google-chrome::before {
  content: "\f2af";
}
.mdi-google-circles::before {
  content: "\f2b0";
}
.mdi-google-circles-communities::before {
  content: "\f2b1";
}
.mdi-google-circles-extended::before {
  content: "\f2b2";
}
.mdi-google-circles-group::before {
  content: "\f2b3";
}
.mdi-google-controller::before {
  content: "\f2b4";
}
.mdi-google-controller-off::before {
  content: "\f2b5";
}
.mdi-google-drive::before {
  content: "\f2b6";
}
.mdi-google-earth::before {
  content: "\f2b7";
}
.mdi-google-fit::before {
  content: "\f96b";
}
.mdi-google-glass::before {
  content: "\f2b8";
}
.mdi-google-hangouts::before {
  content: "\f2c9";
}
.mdi-google-home::before {
  content: "\f823";
}
.mdi-google-keep::before {
  content: "\f6db";
}
.mdi-google-maps::before {
  content: "\f5f5";
}
.mdi-google-nearby::before {
  content: "\f2b9";
}
.mdi-google-pages::before {
  content: "\f2ba";
}
.mdi-google-photos::before {
  content: "\f6dc";
}
.mdi-google-physical-web::before {
  content: "\f2bb";
}
.mdi-google-play::before {
  content: "\f2bc";
}
.mdi-google-plus::before {
  content: "\f2bd";
}
.mdi-google-plus-box::before {
  content: "\f2be";
}
.mdi-google-translate::before {
  content: "\f2bf";
}
.mdi-google-wallet::before {
  content: "\f2c0";
}
.mdi-gpu::before {
  content: "\f8ad";
}
.mdi-gradient::before {
  content: "\f69f";
}
.mdi-graphql::before {
  content: "\f876";
}
.mdi-grease-pencil::before {
  content: "\f648";
}
.mdi-greater-than::before {
  content: "\f96c";
}
.mdi-greater-than-or-equal::before {
  content: "\f96d";
}
.mdi-grid::before {
  content: "\f2c1";
}
.mdi-grid-large::before {
  content: "\f757";
}
.mdi-grid-off::before {
  content: "\f2c2";
}
.mdi-group::before {
  content: "\f2c3";
}
.mdi-guitar-acoustic::before {
  content: "\f770";
}
.mdi-guitar-electric::before {
  content: "\f2c4";
}
.mdi-guitar-pick::before {
  content: "\f2c5";
}
.mdi-guitar-pick-outline::before {
  content: "\f2c6";
}
.mdi-guy-fawkes-mask::before {
  content: "\f824";
}
.mdi-hackernews::before {
  content: "\f624";
}
.mdi-hamburger::before {
  content: "\f684";
}
.mdi-hammer::before {
  content: "\f8e9";
}
.mdi-hand-pointing-right::before {
  content: "\f2c7";
}
.mdi-hanger::before {
  content: "\f2c8";
}
.mdi-hard-hat::before {
  content: "\f96e";
}
.mdi-harddisk::before {
  content: "\f2ca";
}
.mdi-headphones::before {
  content: "\f2cb";
}
.mdi-headphones-bluetooth::before {
  content: "\f96f";
}
.mdi-headphones-box::before {
  content: "\f2cc";
}
.mdi-headphones-off::before {
  content: "\f7cd";
}
.mdi-headphones-settings::before {
  content: "\f2cd";
}
.mdi-headset::before {
  content: "\f2ce";
}
.mdi-headset-dock::before {
  content: "\f2cf";
}
.mdi-headset-off::before {
  content: "\f2d0";
}
.mdi-heart::before {
  content: "\f2d1";
}
.mdi-heart-box::before {
  content: "\f2d2";
}
.mdi-heart-box-outline::before {
  content: "\f2d3";
}
.mdi-heart-broken::before {
  content: "\f2d4";
}
.mdi-heart-circle::before {
  content: "\f970";
}
.mdi-heart-circle-outline::before {
  content: "\f971";
}
.mdi-heart-half::before {
  content: "\f6de";
}
.mdi-heart-half-full::before {
  content: "\f6dd";
}
.mdi-heart-half-outline::before {
  content: "\f6df";
}
.mdi-heart-off::before {
  content: "\f758";
}
.mdi-heart-outline::before {
  content: "\f2d5";
}
.mdi-heart-pulse::before {
  content: "\f5f6";
}
.mdi-help::before {
  content: "\f2d6";
}
.mdi-help-box::before {
  content: "\f78a";
}
.mdi-help-circle::before {
  content: "\f2d7";
}
.mdi-help-circle-outline::before {
  content: "\f625";
}
.mdi-help-network::before {
  content: "\f6f4";
}
.mdi-hexagon::before {
  content: "\f2d8";
}
.mdi-hexagon-multiple::before {
  content: "\f6e0";
}
.mdi-hexagon-outline::before {
  content: "\f2d9";
}
.mdi-high-definition::before {
  content: "\f7ce";
}
.mdi-high-definition-box::before {
  content: "\f877";
}
.mdi-highway::before {
  content: "\f5f7";
}
.mdi-hinduism::before {
  content: "\f972";
}
.mdi-history::before {
  content: "\f2da";
}
.mdi-hockey-puck::before {
  content: "\f878";
}
.mdi-hockey-sticks::before {
  content: "\f879";
}
.mdi-hololens::before {
  content: "\f2db";
}
.mdi-home::before {
  content: "\f2dc";
}
.mdi-home-account::before {
  content: "\f825";
}
.mdi-home-alert::before {
  content: "\f87a";
}
.mdi-home-assistant::before {
  content: "\f7cf";
}
.mdi-home-automation::before {
  content: "\f7d0";
}
.mdi-home-circle::before {
  content: "\f7d1";
}
.mdi-home-currency-usd::before {
  content: "\f8ae";
}
.mdi-home-heart::before {
  content: "\f826";
}
.mdi-home-lock::before {
  content: "\f8ea";
}
.mdi-home-lock-open::before {
  content: "\f8eb";
}
.mdi-home-map-marker::before {
  content: "\f5f8";
}
.mdi-home-minus::before {
  content: "\f973";
}
.mdi-home-modern::before {
  content: "\f2dd";
}
.mdi-home-outline::before {
  content: "\f6a0";
}
.mdi-home-plus::before {
  content: "\f974";
}
.mdi-home-variant::before {
  content: "\f2de";
}
.mdi-hook::before {
  content: "\f6e1";
}
.mdi-hook-off::before {
  content: "\f6e2";
}
.mdi-hops::before {
  content: "\f2df";
}
.mdi-hospital::before {
  content: "\f2e0";
}
.mdi-hospital-building::before {
  content: "\f2e1";
}
.mdi-hospital-marker::before {
  content: "\f2e2";
}
.mdi-hot-tub::before {
  content: "\f827";
}
.mdi-hotel::before {
  content: "\f2e3";
}
.mdi-houzz::before {
  content: "\f2e4";
}
.mdi-houzz-box::before {
  content: "\f2e5";
}
.mdi-hulu::before {
  content: "\f828";
}
.mdi-human::before {
  content: "\f2e6";
}
.mdi-human-child::before {
  content: "\f2e7";
}
.mdi-human-female::before {
  content: "\f649";
}
.mdi-human-greeting::before {
  content: "\f64a";
}
.mdi-human-handsdown::before {
  content: "\f64b";
}
.mdi-human-handsup::before {
  content: "\f64c";
}
.mdi-human-male::before {
  content: "\f64d";
}
.mdi-human-male-female::before {
  content: "\f2e8";
}
.mdi-human-pregnant::before {
  content: "\f5cf";
}
.mdi-humble-bundle::before {
  content: "\f743";
}
.mdi-ice-cream::before {
  content: "\f829";
}
.mdi-image::before {
  content: "\f2e9";
}
.mdi-image-album::before {
  content: "\f2ea";
}
.mdi-image-area::before {
  content: "\f2eb";
}
.mdi-image-area-close::before {
  content: "\f2ec";
}
.mdi-image-broken::before {
  content: "\f2ed";
}
.mdi-image-broken-variant::before {
  content: "\f2ee";
}
.mdi-image-filter::before {
  content: "\f2ef";
}
.mdi-image-filter-black-white::before {
  content: "\f2f0";
}
.mdi-image-filter-center-focus::before {
  content: "\f2f1";
}
.mdi-image-filter-center-focus-weak::before {
  content: "\f2f2";
}
.mdi-image-filter-drama::before {
  content: "\f2f3";
}
.mdi-image-filter-frames::before {
  content: "\f2f4";
}
.mdi-image-filter-hdr::before {
  content: "\f2f5";
}
.mdi-image-filter-none::before {
  content: "\f2f6";
}
.mdi-image-filter-tilt-shift::before {
  content: "\f2f7";
}
.mdi-image-filter-vintage::before {
  content: "\f2f8";
}
.mdi-image-multiple::before {
  content: "\f2f9";
}
.mdi-image-off::before {
  content: "\f82a";
}
.mdi-image-outline::before {
  content: "\f975";
}
.mdi-image-plus::before {
  content: "\f87b";
}
.mdi-image-search::before {
  content: "\f976";
}
.mdi-image-search-outline::before {
  content: "\f977";
}
.mdi-import::before {
  content: "\f2fa";
}
.mdi-inbox::before {
  content: "\f686";
}
.mdi-inbox-arrow-down::before {
  content: "\f2fb";
}
.mdi-inbox-arrow-up::before {
  content: "\f3d1";
}
.mdi-inbox-multiple::before {
  content: "\f8af";
}
.mdi-incognito::before {
  content: "\f5f9";
}
.mdi-infinity::before {
  content: "\f6e3";
}
.mdi-information::before {
  content: "\f2fc";
}
.mdi-information-outline::before {
  content: "\f2fd";
}
.mdi-information-variant::before {
  content: "\f64e";
}
.mdi-instagram::before {
  content: "\f2fe";
}
.mdi-instapaper::before {
  content: "\f2ff";
}
.mdi-internet-explorer::before {
  content: "\f300";
}
.mdi-invert-colors::before {
  content: "\f301";
}
.mdi-islam::before {
  content: "\f978";
}
.mdi-itunes::before {
  content: "\f676";
}
.mdi-jeepney::before {
  content: "\f302";
}
.mdi-jira::before {
  content: "\f303";
}
.mdi-jquery::before {
  content: "\f87c";
}
.mdi-jsfiddle::before {
  content: "\f304";
}
.mdi-json::before {
  content: "\f626";
}
.mdi-judaism::before {
  content: "\f979";
}
.mdi-karate::before {
  content: "\f82b";
}
.mdi-keg::before {
  content: "\f305";
}
.mdi-kettle::before {
  content: "\f5fa";
}
.mdi-key::before {
  content: "\f306";
}
.mdi-key-change::before {
  content: "\f307";
}
.mdi-key-minus::before {
  content: "\f308";
}
.mdi-key-plus::before {
  content: "\f309";
}
.mdi-key-remove::before {
  content: "\f30a";
}
.mdi-key-variant::before {
  content: "\f30b";
}
.mdi-keyboard::before {
  content: "\f30c";
}
.mdi-keyboard-backspace::before {
  content: "\f30d";
}
.mdi-keyboard-caps::before {
  content: "\f30e";
}
.mdi-keyboard-close::before {
  content: "\f30f";
}
.mdi-keyboard-off::before {
  content: "\f310";
}
.mdi-keyboard-outline::before {
  content: "\f97a";
}
.mdi-keyboard-return::before {
  content: "\f311";
}
.mdi-keyboard-tab::before {
  content: "\f312";
}
.mdi-keyboard-variant::before {
  content: "\f313";
}
.mdi-kickstarter::before {
  content: "\f744";
}
.mdi-kodi::before {
  content: "\f314";
}
.mdi-label::before {
  content: "\f315";
}
.mdi-label-outline::before {
  content: "\f316";
}
.mdi-ladybug::before {
  content: "\f82c";
}
.mdi-lambda::before {
  content: "\f627";
}
.mdi-lamp::before {
  content: "\f6b4";
}
.mdi-lan::before {
  content: "\f317";
}
.mdi-lan-connect::before {
  content: "\f318";
}
.mdi-lan-disconnect::before {
  content: "\f319";
}
.mdi-lan-pending::before {
  content: "\f31a";
}
.mdi-language-c::before {
  content: "\f671";
}
.mdi-language-cpp::before {
  content: "\f672";
}
.mdi-language-csharp::before {
  content: "\f31b";
}
.mdi-language-css3::before {
  content: "\f31c";
}
.mdi-language-go::before {
  content: "\f7d2";
}
.mdi-language-html5::before {
  content: "\f31d";
}
.mdi-language-javascript::before {
  content: "\f31e";
}
.mdi-language-lua::before {
  content: "\f8b0";
}
.mdi-language-php::before {
  content: "\f31f";
}
.mdi-language-python::before {
  content: "\f320";
}
.mdi-language-python-text::before {
  content: "\f321";
}
.mdi-language-r::before {
  content: "\f7d3";
}
.mdi-language-swift::before {
  content: "\f6e4";
}
.mdi-language-typescript::before {
  content: "\f6e5";
}
.mdi-laptop::before {
  content: "\f322";
}
.mdi-laptop-chromebook::before {
  content: "\f323";
}
.mdi-laptop-mac::before {
  content: "\f324";
}
.mdi-laptop-off::before {
  content: "\f6e6";
}
.mdi-laptop-windows::before {
  content: "\f325";
}
.mdi-lastfm::before {
  content: "\f326";
}
.mdi-lastpass::before {
  content: "\f446";
}
.mdi-launch::before {
  content: "\f327";
}
.mdi-lava-lamp::before {
  content: "\f7d4";
}
.mdi-layers::before {
  content: "\f328";
}
.mdi-layers-off::before {
  content: "\f329";
}
.mdi-lead-pencil::before {
  content: "\f64f";
}
.mdi-leaf::before {
  content: "\f32a";
}
.mdi-led-off::before {
  content: "\f32b";
}
.mdi-led-on::before {
  content: "\f32c";
}
.mdi-led-outline::before {
  content: "\f32d";
}
.mdi-led-strip::before {
  content: "\f7d5";
}
.mdi-led-variant-off::before {
  content: "\f32e";
}
.mdi-led-variant-on::before {
  content: "\f32f";
}
.mdi-led-variant-outline::before {
  content: "\f330";
}
.mdi-less-than::before {
  content: "\f97b";
}
.mdi-less-than-or-equal::before {
  content: "\f97c";
}
.mdi-library::before {
  content: "\f331";
}
.mdi-library-books::before {
  content: "\f332";
}
.mdi-library-music::before {
  content: "\f333";
}
.mdi-library-plus::before {
  content: "\f334";
}
.mdi-lifebuoy::before {
  content: "\f87d";
}
.mdi-light-switch::before {
  content: "\f97d";
}
.mdi-lightbulb::before {
  content: "\f335";
}
.mdi-lightbulb-on::before {
  content: "\f6e7";
}
.mdi-lightbulb-on-outline::before {
  content: "\f6e8";
}
.mdi-lightbulb-outline::before {
  content: "\f336";
}
.mdi-link::before {
  content: "\f337";
}
.mdi-link-off::before {
  content: "\f338";
}
.mdi-link-variant::before {
  content: "\f339";
}
.mdi-link-variant-off::before {
  content: "\f33a";
}
.mdi-linkedin::before {
  content: "\f33b";
}
.mdi-linkedin-box::before {
  content: "\f33c";
}
.mdi-linux::before {
  content: "\f33d";
}
.mdi-linux-mint::before {
  content: "\f8ec";
}
.mdi-loading::before {
  content: "\f771";
}
.mdi-lock::before {
  content: "\f33e";
}
.mdi-lock-alert::before {
  content: "\f8ed";
}
.mdi-lock-clock::before {
  content: "\f97e";
}
.mdi-lock-open::before {
  content: "\f33f";
}
.mdi-lock-open-outline::before {
  content: "\f340";
}
.mdi-lock-outline::before {
  content: "\f341";
}
.mdi-lock-pattern::before {
  content: "\f6e9";
}
.mdi-lock-plus::before {
  content: "\f5fb";
}
.mdi-lock-question::before {
  content: "\f8ee";
}
.mdi-lock-reset::before {
  content: "\f772";
}
.mdi-lock-smart::before {
  content: "\f8b1";
}
.mdi-locker::before {
  content: "\f7d6";
}
.mdi-locker-multiple::before {
  content: "\f7d7";
}
.mdi-login::before {
  content: "\f342";
}
.mdi-login-variant::before {
  content: "\f5fc";
}
.mdi-logout::before {
  content: "\f343";
}
.mdi-logout-variant::before {
  content: "\f5fd";
}
.mdi-looks::before {
  content: "\f344";
}
.mdi-loop::before {
  content: "\f6ea";
}
.mdi-loupe::before {
  content: "\f345";
}
.mdi-lumx::before {
  content: "\f346";
}
.mdi-magnet::before {
  content: "\f347";
}
.mdi-magnet-on::before {
  content: "\f348";
}
.mdi-magnify::before {
  content: "\f349";
}
.mdi-magnify-close::before {
  content: "\f97f";
}
.mdi-magnify-minus::before {
  content: "\f34a";
}
.mdi-magnify-minus-outline::before {
  content: "\f6eb";
}
.mdi-magnify-plus::before {
  content: "\f34b";
}
.mdi-magnify-plus-outline::before {
  content: "\f6ec";
}
.mdi-mail-ru::before {
  content: "\f34c";
}
.mdi-mailbox::before {
  content: "\f6ed";
}
.mdi-map::before {
  content: "\f34d";
}
.mdi-map-marker::before {
  content: "\f34e";
}
.mdi-map-marker-circle::before {
  content: "\f34f";
}
.mdi-map-marker-distance::before {
  content: "\f8ef";
}
.mdi-map-marker-minus::before {
  content: "\f650";
}
.mdi-map-marker-multiple::before {
  content: "\f350";
}
.mdi-map-marker-off::before {
  content: "\f351";
}
.mdi-map-marker-outline::before {
  content: "\f7d8";
}
.mdi-map-marker-plus::before {
  content: "\f651";
}
.mdi-map-marker-radius::before {
  content: "\f352";
}
.mdi-map-minus::before {
  content: "\f980";
}
.mdi-map-outline::before {
  content: "\f981";
}
.mdi-map-plus::before {
  content: "\f982";
}
.mdi-map-search::before {
  content: "\f983";
}
.mdi-map-search-outline::before {
  content: "\f984";
}
.mdi-margin::before {
  content: "\f353";
}
.mdi-markdown::before {
  content: "\f354";
}
.mdi-marker::before {
  content: "\f652";
}
.mdi-marker-check::before {
  content: "\f355";
}
.mdi-material-design::before {
  content: "\f985";
}
.mdi-material-ui::before {
  content: "\f357";
}
.mdi-math-compass::before {
  content: "\f358";
}
.mdi-matrix::before {
  content: "\f628";
}
.mdi-maxcdn::before {
  content: "\f359";
}
.mdi-medal::before {
  content: "\f986";
}
.mdi-medical-bag::before {
  content: "\f6ee";
}
.mdi-medium::before {
  content: "\f35a";
}
.mdi-memory::before {
  content: "\f35b";
}
.mdi-menu::before {
  content: "\f35c";
}
.mdi-menu-down::before {
  content: "\f35d";
}
.mdi-menu-down-outline::before {
  content: "\f6b5";
}
.mdi-menu-left::before {
  content: "\f35e";
}
.mdi-menu-right::before {
  content: "\f35f";
}
.mdi-menu-up::before {
  content: "\f360";
}
.mdi-menu-up-outline::before {
  content: "\f6b6";
}
.mdi-message::before {
  content: "\f361";
}
.mdi-message-alert::before {
  content: "\f362";
}
.mdi-message-bulleted::before {
  content: "\f6a1";
}
.mdi-message-bulleted-off::before {
  content: "\f6a2";
}
.mdi-message-draw::before {
  content: "\f363";
}
.mdi-message-image::before {
  content: "\f364";
}
.mdi-message-outline::before {
  content: "\f365";
}
.mdi-message-plus::before {
  content: "\f653";
}
.mdi-message-processing::before {
  content: "\f366";
}
.mdi-message-reply::before {
  content: "\f367";
}
.mdi-message-reply-text::before {
  content: "\f368";
}
.mdi-message-settings::before {
  content: "\f6ef";
}
.mdi-message-settings-variant::before {
  content: "\f6f0";
}
.mdi-message-text::before {
  content: "\f369";
}
.mdi-message-text-outline::before {
  content: "\f36a";
}
.mdi-message-video::before {
  content: "\f36b";
}
.mdi-meteor::before {
  content: "\f629";
}
.mdi-metronome::before {
  content: "\f7d9";
}
.mdi-metronome-tick::before {
  content: "\f7da";
}
.mdi-micro-sd::before {
  content: "\f7db";
}
.mdi-microphone::before {
  content: "\f36c";
}
.mdi-microphone-minus::before {
  content: "\f8b2";
}
.mdi-microphone-off::before {
  content: "\f36d";
}
.mdi-microphone-outline::before {
  content: "\f36e";
}
.mdi-microphone-plus::before {
  content: "\f8b3";
}
.mdi-microphone-settings::before {
  content: "\f36f";
}
.mdi-microphone-variant::before {
  content: "\f370";
}
.mdi-microphone-variant-off::before {
  content: "\f371";
}
.mdi-microscope::before {
  content: "\f654";
}
.mdi-microsoft::before {
  content: "\f372";
}
.mdi-microsoft-dynamics::before {
  content: "\f987";
}
.mdi-midi::before {
  content: "\f8f0";
}
.mdi-midi-port::before {
  content: "\f8f1";
}
.mdi-minecraft::before {
  content: "\f373";
}
.mdi-minus::before {
  content: "\f374";
}
.mdi-minus-box::before {
  content: "\f375";
}
.mdi-minus-box-outline::before {
  content: "\f6f1";
}
.mdi-minus-circle::before {
  content: "\f376";
}
.mdi-minus-circle-outline::before {
  content: "\f377";
}
.mdi-minus-network::before {
  content: "\f378";
}
.mdi-mixcloud::before {
  content: "\f62a";
}
.mdi-mixed-reality::before {
  content: "\f87e";
}
.mdi-mixer::before {
  content: "\f7dc";
}
.mdi-monitor::before {
  content: "\f379";
}
.mdi-monitor-cellphone::before {
  content: "\f988";
}
.mdi-monitor-cellphone-star::before {
  content: "\f989";
}
.mdi-monitor-multiple::before {
  content: "\f37a";
}
.mdi-more::before {
  content: "\f37b";
}
.mdi-motorbike::before {
  content: "\f37c";
}
.mdi-mouse::before {
  content: "\f37d";
}
.mdi-mouse-bluetooth::before {
  content: "\f98a";
}
.mdi-mouse-off::before {
  content: "\f37e";
}
.mdi-mouse-variant::before {
  content: "\f37f";
}
.mdi-mouse-variant-off::before {
  content: "\f380";
}
.mdi-move-resize::before {
  content: "\f655";
}
.mdi-move-resize-variant::before {
  content: "\f656";
}
.mdi-movie::before {
  content: "\f381";
}
.mdi-movie-roll::before {
  content: "\f7dd";
}
.mdi-muffin::before {
  content: "\f98b";
}
.mdi-multiplication::before {
  content: "\f382";
}
.mdi-multiplication-box::before {
  content: "\f383";
}
.mdi-mushroom::before {
  content: "\f7de";
}
.mdi-mushroom-outline::before {
  content: "\f7df";
}
.mdi-music::before {
  content: "\f759";
}
.mdi-music-box::before {
  content: "\f384";
}
.mdi-music-box-outline::before {
  content: "\f385";
}
.mdi-music-circle::before {
  content: "\f386";
}
.mdi-music-note::before {
  content: "\f387";
}
.mdi-music-note-bluetooth::before {
  content: "\f5fe";
}
.mdi-music-note-bluetooth-off::before {
  content: "\f5ff";
}
.mdi-music-note-eighth::before {
  content: "\f388";
}
.mdi-music-note-half::before {
  content: "\f389";
}
.mdi-music-note-off::before {
  content: "\f38a";
}
.mdi-music-note-quarter::before {
  content: "\f38b";
}
.mdi-music-note-sixteenth::before {
  content: "\f38c";
}
.mdi-music-note-whole::before {
  content: "\f38d";
}
.mdi-music-off::before {
  content: "\f75a";
}
.mdi-nas::before {
  content: "\f8f2";
}
.mdi-nativescript::before {
  content: "\f87f";
}
.mdi-nature::before {
  content: "\f38e";
}
.mdi-nature-people::before {
  content: "\f38f";
}
.mdi-navigation::before {
  content: "\f390";
}
.mdi-near-me::before {
  content: "\f5cd";
}
.mdi-needle::before {
  content: "\f391";
}
.mdi-netflix::before {
  content: "\f745";
}
.mdi-network::before {
  content: "\f6f2";
}
.mdi-network-strength-1::before {
  content: "\f8f3";
}
.mdi-network-strength-1-alert::before {
  content: "\f8f4";
}
.mdi-network-strength-2::before {
  content: "\f8f5";
}
.mdi-network-strength-2-alert::before {
  content: "\f8f6";
}
.mdi-network-strength-3::before {
  content: "\f8f7";
}
.mdi-network-strength-3-alert::before {
  content: "\f8f8";
}
.mdi-network-strength-4::before {
  content: "\f8f9";
}
.mdi-network-strength-4-alert::before {
  content: "\f8fa";
}
.mdi-network-strength-off::before {
  content: "\f8fb";
}
.mdi-network-strength-off-outline::before {
  content: "\f8fc";
}
.mdi-network-strength-outline::before {
  content: "\f8fd";
}
.mdi-new-box::before {
  content: "\f394";
}
.mdi-newspaper::before {
  content: "\f395";
}
.mdi-nfc::before {
  content: "\f396";
}
.mdi-nfc-tap::before {
  content: "\f397";
}
.mdi-nfc-variant::before {
  content: "\f398";
}
.mdi-ninja::before {
  content: "\f773";
}
.mdi-nintendo-switch::before {
  content: "\f7e0";
}
.mdi-nodejs::before {
  content: "\f399";
}
.mdi-not-equal::before {
  content: "\f98c";
}
.mdi-not-equal-variant::before {
  content: "\f98d";
}
.mdi-note::before {
  content: "\f39a";
}
.mdi-note-multiple::before {
  content: "\f6b7";
}
.mdi-note-multiple-outline::before {
  content: "\f6b8";
}
.mdi-note-outline::before {
  content: "\f39b";
}
.mdi-note-plus::before {
  content: "\f39c";
}
.mdi-note-plus-outline::before {
  content: "\f39d";
}
.mdi-note-text::before {
  content: "\f39e";
}
.mdi-notebook::before {
  content: "\f82d";
}
.mdi-notification-clear-all::before {
  content: "\f39f";
}
.mdi-npm::before {
  content: "\f6f6";
}
.mdi-npm-variant::before {
  content: "\f98e";
}
.mdi-npm-variant-outline::before {
  content: "\f98f";
}
.mdi-nuke::before {
  content: "\f6a3";
}
.mdi-null::before {
  content: "\f7e1";
}
.mdi-numeric::before {
  content: "\f3a0";
}
.mdi-numeric-0-box::before {
  content: "\f3a1";
}
.mdi-numeric-0-box-multiple-outline::before {
  content: "\f3a2";
}
.mdi-numeric-0-box-outline::before {
  content: "\f3a3";
}
.mdi-numeric-1-box::before {
  content: "\f3a4";
}
.mdi-numeric-1-box-multiple-outline::before {
  content: "\f3a5";
}
.mdi-numeric-1-box-outline::before {
  content: "\f3a6";
}
.mdi-numeric-2-box::before {
  content: "\f3a7";
}
.mdi-numeric-2-box-multiple-outline::before {
  content: "\f3a8";
}
.mdi-numeric-2-box-outline::before {
  content: "\f3a9";
}
.mdi-numeric-3-box::before {
  content: "\f3aa";
}
.mdi-numeric-3-box-multiple-outline::before {
  content: "\f3ab";
}
.mdi-numeric-3-box-outline::before {
  content: "\f3ac";
}
.mdi-numeric-4-box::before {
  content: "\f3ad";
}
.mdi-numeric-4-box-multiple-outline::before {
  content: "\f3ae";
}
.mdi-numeric-4-box-outline::before {
  content: "\f3af";
}
.mdi-numeric-5-box::before {
  content: "\f3b0";
}
.mdi-numeric-5-box-multiple-outline::before {
  content: "\f3b1";
}
.mdi-numeric-5-box-outline::before {
  content: "\f3b2";
}
.mdi-numeric-6-box::before {
  content: "\f3b3";
}
.mdi-numeric-6-box-multiple-outline::before {
  content: "\f3b4";
}
.mdi-numeric-6-box-outline::before {
  content: "\f3b5";
}
.mdi-numeric-7-box::before {
  content: "\f3b6";
}
.mdi-numeric-7-box-multiple-outline::before {
  content: "\f3b7";
}
.mdi-numeric-7-box-outline::before {
  content: "\f3b8";
}
.mdi-numeric-8-box::before {
  content: "\f3b9";
}
.mdi-numeric-8-box-multiple-outline::before {
  content: "\f3ba";
}
.mdi-numeric-8-box-outline::before {
  content: "\f3bb";
}
.mdi-numeric-9-box::before {
  content: "\f3bc";
}
.mdi-numeric-9-box-multiple-outline::before {
  content: "\f3bd";
}
.mdi-numeric-9-box-outline::before {
  content: "\f3be";
}
.mdi-numeric-9-plus-box::before {
  content: "\f3bf";
}
.mdi-numeric-9-plus-box-multiple-outline::before {
  content: "\f3c0";
}
.mdi-numeric-9-plus-box-outline::before {
  content: "\f3c1";
}
.mdi-nut::before {
  content: "\f6f7";
}
.mdi-nutrition::before {
  content: "\f3c2";
}
.mdi-oar::before {
  content: "\f67b";
}
.mdi-octagon::before {
  content: "\f3c3";
}
.mdi-octagon-outline::before {
  content: "\f3c4";
}
.mdi-octagram::before {
  content: "\f6f8";
}
.mdi-octagram-outline::before {
  content: "\f774";
}
.mdi-odnoklassniki::before {
  content: "\f3c5";
}
.mdi-office::before {
  content: "\f3c6";
}
.mdi-office-building::before {
  content: "\f990";
}
.mdi-oil::before {
  content: "\f3c7";
}
.mdi-oil-temperature::before {
  content: "\f3c8";
}
.mdi-omega::before {
  content: "\f3c9";
}
.mdi-onedrive::before {
  content: "\f3ca";
}
.mdi-onenote::before {
  content: "\f746";
}
.mdi-onepassword::before {
  content: "\f880";
}
.mdi-opacity::before {
  content: "\f5cc";
}
.mdi-open-in-app::before {
  content: "\f3cb";
}
.mdi-open-in-new::before {
  content: "\f3cc";
}
.mdi-openid::before {
  content: "\f3cd";
}
.mdi-opera::before {
  content: "\f3ce";
}
.mdi-orbit::before {
  content: "\f018";
}
.mdi-ornament::before {
  content: "\f3cf";
}
.mdi-ornament-variant::before {
  content: "\f3d0";
}
.mdi-owl::before {
  content: "\f3d2";
}
.mdi-package::before {
  content: "\f3d3";
}
.mdi-package-down::before {
  content: "\f3d4";
}
.mdi-package-up::before {
  content: "\f3d5";
}
.mdi-package-variant::before {
  content: "\f3d6";
}
.mdi-package-variant-closed::before {
  content: "\f3d7";
}
.mdi-page-first::before {
  content: "\f600";
}
.mdi-page-last::before {
  content: "\f601";
}
.mdi-page-layout-body::before {
  content: "\f6f9";
}
.mdi-page-layout-footer::before {
  content: "\f6fa";
}
.mdi-page-layout-header::before {
  content: "\f6fb";
}
.mdi-page-layout-sidebar-left::before {
  content: "\f6fc";
}
.mdi-page-layout-sidebar-right::before {
  content: "\f6fd";
}
.mdi-palette::before {
  content: "\f3d8";
}
.mdi-palette-advanced::before {
  content: "\f3d9";
}
.mdi-palette-swatch::before {
  content: "\f8b4";
}
.mdi-panda::before {
  content: "\f3da";
}
.mdi-pandora::before {
  content: "\f3db";
}
.mdi-panorama::before {
  content: "\f3dc";
}
.mdi-panorama-fisheye::before {
  content: "\f3dd";
}
.mdi-panorama-horizontal::before {
  content: "\f3de";
}
.mdi-panorama-vertical::before {
  content: "\f3df";
}
.mdi-panorama-wide-angle::before {
  content: "\f3e0";
}
.mdi-paper-cut-vertical::before {
  content: "\f3e1";
}
.mdi-paperclip::before {
  content: "\f3e2";
}
.mdi-parking::before {
  content: "\f3e3";
}
.mdi-passport::before {
  content: "\f7e2";
}
.mdi-patreon::before {
  content: "\f881";
}
.mdi-pause::before {
  content: "\f3e4";
}
.mdi-pause-circle::before {
  content: "\f3e5";
}
.mdi-pause-circle-outline::before {
  content: "\f3e6";
}
.mdi-pause-octagon::before {
  content: "\f3e7";
}
.mdi-pause-octagon-outline::before {
  content: "\f3e8";
}
.mdi-paw::before {
  content: "\f3e9";
}
.mdi-paw-off::before {
  content: "\f657";
}
.mdi-paypal::before {
  content: "\f882";
}
.mdi-peace::before {
  content: "\f883";
}
.mdi-pen::before {
  content: "\f3ea";
}
.mdi-pencil::before {
  content: "\f3eb";
}
.mdi-pencil-box::before {
  content: "\f3ec";
}
.mdi-pencil-box-outline::before {
  content: "\f3ed";
}
.mdi-pencil-circle::before {
  content: "\f6fe";
}
.mdi-pencil-circle-outline::before {
  content: "\f775";
}
.mdi-pencil-lock::before {
  content: "\f3ee";
}
.mdi-pencil-off::before {
  content: "\f3ef";
}
.mdi-pentagon::before {
  content: "\f6ff";
}
.mdi-pentagon-outline::before {
  content: "\f700";
}
.mdi-percent::before {
  content: "\f3f0";
}
.mdi-periodic-table::before {
  content: "\f8b5";
}
.mdi-periodic-table-co2::before {
  content: "\f7e3";
}
.mdi-periscope::before {
  content: "\f747";
}
.mdi-pharmacy::before {
  content: "\f3f1";
}
.mdi-phone::before {
  content: "\f3f2";
}
.mdi-phone-bluetooth::before {
  content: "\f3f3";
}
.mdi-phone-classic::before {
  content: "\f602";
}
.mdi-phone-forward::before {
  content: "\f3f4";
}
.mdi-phone-hangup::before {
  content: "\f3f5";
}
.mdi-phone-in-talk::before {
  content: "\f3f6";
}
.mdi-phone-incoming::before {
  content: "\f3f7";
}
.mdi-phone-locked::before {
  content: "\f3f8";
}
.mdi-phone-log::before {
  content: "\f3f9";
}
.mdi-phone-minus::before {
  content: "\f658";
}
.mdi-phone-missed::before {
  content: "\f3fa";
}
.mdi-phone-outgoing::before {
  content: "\f3fb";
}
.mdi-phone-paused::before {
  content: "\f3fc";
}
.mdi-phone-plus::before {
  content: "\f659";
}
.mdi-phone-return::before {
  content: "\f82e";
}
.mdi-phone-rotate-landscape::before {
  content: "\f884";
}
.mdi-phone-rotate-portrait::before {
  content: "\f885";
}
.mdi-phone-settings::before {
  content: "\f3fd";
}
.mdi-phone-voip::before {
  content: "\f3fe";
}
.mdi-pi::before {
  content: "\f3ff";
}
.mdi-pi-box::before {
  content: "\f400";
}
.mdi-piano::before {
  content: "\f67c";
}
.mdi-pickaxe::before {
  content: "\f8b6";
}
.mdi-pier::before {
  content: "\f886";
}
.mdi-pier-crane::before {
  content: "\f887";
}
.mdi-pig::before {
  content: "\f401";
}
.mdi-pill::before {
  content: "\f402";
}
.mdi-pillar::before {
  content: "\f701";
}
.mdi-pin::before {
  content: "\f403";
}
.mdi-pin-off::before {
  content: "\f404";
}
.mdi-pin-off-outline::before {
  content: "\f92f";
}
.mdi-pin-outline::before {
  content: "\f930";
}
.mdi-pine-tree::before {
  content: "\f405";
}
.mdi-pine-tree-box::before {
  content: "\f406";
}
.mdi-pinterest::before {
  content: "\f407";
}
.mdi-pinterest-box::before {
  content: "\f408";
}
.mdi-pipe::before {
  content: "\f7e4";
}
.mdi-pipe-disconnected::before {
  content: "\f7e5";
}
.mdi-pipe-leak::before {
  content: "\f888";
}
.mdi-pistol::before {
  content: "\f702";
}
.mdi-piston::before {
  content: "\f889";
}
.mdi-pizza::before {
  content: "\f409";
}
.mdi-plane-shield::before {
  content: "\f6ba";
}
.mdi-play::before {
  content: "\f40a";
}
.mdi-play-box-outline::before {
  content: "\f40b";
}
.mdi-play-circle::before {
  content: "\f40c";
}
.mdi-play-circle-outline::before {
  content: "\f40d";
}
.mdi-play-network::before {
  content: "\f88a";
}
.mdi-play-pause::before {
  content: "\f40e";
}
.mdi-play-protected-content::before {
  content: "\f40f";
}
.mdi-play-speed::before {
  content: "\f8fe";
}
.mdi-playlist-check::before {
  content: "\f5c7";
}
.mdi-playlist-edit::before {
  content: "\f8ff";
}
.mdi-playlist-minus::before {
  content: "\f410";
}
.mdi-playlist-play::before {
  content: "\f411";
}
.mdi-playlist-plus::before {
  content: "\f412";
}
.mdi-playlist-remove::before {
  content: "\f413";
}
.mdi-playstation::before {
  content: "\f414";
}
.mdi-plex::before {
  content: "\f6b9";
}
.mdi-plus::before {
  content: "\f415";
}
.mdi-plus-box::before {
  content: "\f416";
}
.mdi-plus-box-outline::before {
  content: "\f703";
}
.mdi-plus-circle::before {
  content: "\f417";
}
.mdi-plus-circle-multiple-outline::before {
  content: "\f418";
}
.mdi-plus-circle-outline::before {
  content: "\f419";
}
.mdi-plus-minus::before {
  content: "\f991";
}
.mdi-plus-minus-box::before {
  content: "\f992";
}
.mdi-plus-network::before {
  content: "\f41a";
}
.mdi-plus-one::before {
  content: "\f41b";
}
.mdi-plus-outline::before {
  content: "\f704";
}
.mdi-pocket::before {
  content: "\f41c";
}
.mdi-podcast::before {
  content: "\f993";
}
.mdi-pokeball::before {
  content: "\f41d";
}
.mdi-poker-chip::before {
  content: "\f82f";
}
.mdi-polaroid::before {
  content: "\f41e";
}
.mdi-poll::before {
  content: "\f41f";
}
.mdi-poll-box::before {
  content: "\f420";
}
.mdi-polymer::before {
  content: "\f421";
}
.mdi-pool::before {
  content: "\f606";
}
.mdi-popcorn::before {
  content: "\f422";
}
.mdi-pot::before {
  content: "\f65a";
}
.mdi-pot-mix::before {
  content: "\f65b";
}
.mdi-pound::before {
  content: "\f423";
}
.mdi-pound-box::before {
  content: "\f424";
}
.mdi-power::before {
  content: "\f425";
}
.mdi-power-cycle::before {
  content: "\f900";
}
.mdi-power-off::before {
  content: "\f901";
}
.mdi-power-on::before {
  content: "\f902";
}
.mdi-power-plug::before {
  content: "\f6a4";
}
.mdi-power-plug-off::before {
  content: "\f6a5";
}
.mdi-power-settings::before {
  content: "\f426";
}
.mdi-power-sleep::before {
  content: "\f903";
}
.mdi-power-socket::before {
  content: "\f427";
}
.mdi-power-socket-au::before {
  content: "\f904";
}
.mdi-power-socket-eu::before {
  content: "\f7e6";
}
.mdi-power-socket-uk::before {
  content: "\f7e7";
}
.mdi-power-socket-us::before {
  content: "\f7e8";
}
.mdi-power-standby::before {
  content: "\f905";
}
.mdi-prescription::before {
  content: "\f705";
}
.mdi-presentation::before {
  content: "\f428";
}
.mdi-presentation-play::before {
  content: "\f429";
}
.mdi-printer::before {
  content: "\f42a";
}
.mdi-printer-3d::before {
  content: "\f42b";
}
.mdi-printer-alert::before {
  content: "\f42c";
}
.mdi-printer-settings::before {
  content: "\f706";
}
.mdi-priority-high::before {
  content: "\f603";
}
.mdi-priority-low::before {
  content: "\f604";
}
.mdi-professional-hexagon::before {
  content: "\f42d";
}
.mdi-progress-check::before {
  content: "\f994";
}
.mdi-progress-clock::before {
  content: "\f995";
}
.mdi-progress-download::before {
  content: "\f996";
}
.mdi-progress-upload::before {
  content: "\f997";
}
.mdi-projector::before {
  content: "\f42e";
}
.mdi-projector-screen::before {
  content: "\f42f";
}
.mdi-publish::before {
  content: "\f6a6";
}
.mdi-pulse::before {
  content: "\f430";
}
.mdi-puzzle::before {
  content: "\f431";
}
.mdi-qi::before {
  content: "\f998";
}
.mdi-qqchat::before {
  content: "\f605";
}
.mdi-qrcode::before {
  content: "\f432";
}
.mdi-qrcode-edit::before {
  content: "\f8b7";
}
.mdi-qrcode-scan::before {
  content: "\f433";
}
.mdi-quadcopter::before {
  content: "\f434";
}
.mdi-quality-high::before {
  content: "\f435";
}
.mdi-quicktime::before {
  content: "\f436";
}
.mdi-rabbit::before {
  content: "\f906";
}
.mdi-radar::before {
  content: "\f437";
}
.mdi-radiator::before {
  content: "\f438";
}
.mdi-radio::before {
  content: "\f439";
}
.mdi-radio-handheld::before {
  content: "\f43a";
}
.mdi-radio-tower::before {
  content: "\f43b";
}
.mdi-radioactive::before {
  content: "\f43c";
}
.mdi-radiobox-blank::before {
  content: "\f43d";
}
.mdi-radiobox-marked::before {
  content: "\f43e";
}
.mdi-raspberrypi::before {
  content: "\f43f";
}
.mdi-ray-end::before {
  content: "\f440";
}
.mdi-ray-end-arrow::before {
  content: "\f441";
}
.mdi-ray-start::before {
  content: "\f442";
}
.mdi-ray-start-arrow::before {
  content: "\f443";
}
.mdi-ray-start-end::before {
  content: "\f444";
}
.mdi-ray-vertex::before {
  content: "\f445";
}
.mdi-react::before {
  content: "\f707";
}
.mdi-read::before {
  content: "\f447";
}
.mdi-receipt::before {
  content: "\f449";
}
.mdi-record::before {
  content: "\f44a";
}
.mdi-record-player::before {
  content: "\f999";
}
.mdi-record-rec::before {
  content: "\f44b";
}
.mdi-recycle::before {
  content: "\f44c";
}
.mdi-reddit::before {
  content: "\f44d";
}
.mdi-redo::before {
  content: "\f44e";
}
.mdi-redo-variant::before {
  content: "\f44f";
}
.mdi-refresh::before {
  content: "\f450";
}
.mdi-regex::before {
  content: "\f451";
}
.mdi-relative-scale::before {
  content: "\f452";
}
.mdi-reload::before {
  content: "\f453";
}
.mdi-reminder::before {
  content: "\f88b";
}
.mdi-remote::before {
  content: "\f454";
}
.mdi-remote-desktop::before {
  content: "\f8b8";
}
.mdi-rename-box::before {
  content: "\f455";
}
.mdi-reorder-horizontal::before {
  content: "\f687";
}
.mdi-reorder-vertical::before {
  content: "\f688";
}
.mdi-repeat::before {
  content: "\f456";
}
.mdi-repeat-off::before {
  content: "\f457";
}
.mdi-repeat-once::before {
  content: "\f458";
}
.mdi-replay::before {
  content: "\f459";
}
.mdi-reply::before {
  content: "\f45a";
}
.mdi-reply-all::before {
  content: "\f45b";
}
.mdi-reproduction::before {
  content: "\f45c";
}
.mdi-resize-bottom-right::before {
  content: "\f45d";
}
.mdi-responsive::before {
  content: "\f45e";
}
.mdi-restart::before {
  content: "\f708";
}
.mdi-restore::before {
  content: "\f99a";
}
.mdi-restore-clock::before {
  content: "\f6a7";
}
.mdi-rewind::before {
  content: "\f45f";
}
.mdi-rewind-outline::before {
  content: "\f709";
}
.mdi-rhombus::before {
  content: "\f70a";
}
.mdi-rhombus-outline::before {
  content: "\f70b";
}
.mdi-ribbon::before {
  content: "\f460";
}
.mdi-rice::before {
  content: "\f7e9";
}
.mdi-ring::before {
  content: "\f7ea";
}
.mdi-road::before {
  content: "\f461";
}
.mdi-road-variant::before {
  content: "\f462";
}
.mdi-robot::before {
  content: "\f6a8";
}
.mdi-robot-vacuum::before {
  content: "\f70c";
}
.mdi-robot-vacuum-variant::before {
  content: "\f907";
}
.mdi-rocket::before {
  content: "\f463";
}
.mdi-room-service::before {
  content: "\f88c";
}
.mdi-rotate-3d::before {
  content: "\f464";
}
.mdi-rotate-left::before {
  content: "\f465";
}
.mdi-rotate-left-variant::before {
  content: "\f466";
}
.mdi-rotate-right::before {
  content: "\f467";
}
.mdi-rotate-right-variant::before {
  content: "\f468";
}
.mdi-rounded-corner::before {
  content: "\f607";
}
.mdi-router-wireless::before {
  content: "\f469";
}
.mdi-routes::before {
  content: "\f46a";
}
.mdi-rowing::before {
  content: "\f608";
}
.mdi-rss::before {
  content: "\f46b";
}
.mdi-rss-box::before {
  content: "\f46c";
}
.mdi-ruler::before {
  content: "\f46d";
}
.mdi-run::before {
  content: "\f70d";
}
.mdi-run-fast::before {
  content: "\f46e";
}
.mdi-sale::before {
  content: "\f46f";
}
.mdi-salesforce::before {
  content: "\f88d";
}
.mdi-sass::before {
  content: "\f7eb";
}
.mdi-satellite::before {
  content: "\f470";
}
.mdi-satellite-uplink::before {
  content: "\f908";
}
.mdi-satellite-variant::before {
  content: "\f471";
}
.mdi-sausage::before {
  content: "\f8b9";
}
.mdi-saxophone::before {
  content: "\f609";
}
.mdi-scale::before {
  content: "\f472";
}
.mdi-scale-balance::before {
  content: "\f5d1";
}
.mdi-scale-bathroom::before {
  content: "\f473";
}
.mdi-scanner::before {
  content: "\f6aa";
}
.mdi-scanner-off::before {
  content: "\f909";
}
.mdi-school::before {
  content: "\f474";
}
.mdi-screen-rotation::before {
  content: "\f475";
}
.mdi-screen-rotation-lock::before {
  content: "\f476";
}
.mdi-screwdriver::before {
  content: "\f477";
}
.mdi-script::before {
  content: "\f478";
}
.mdi-sd::before {
  content: "\f479";
}
.mdi-seal::before {
  content: "\f47a";
}
.mdi-search-web::before {
  content: "\f70e";
}
.mdi-seat-flat::before {
  content: "\f47b";
}
.mdi-seat-flat-angled::before {
  content: "\f47c";
}
.mdi-seat-individual-suite::before {
  content: "\f47d";
}
.mdi-seat-legroom-extra::before {
  content: "\f47e";
}
.mdi-seat-legroom-normal::before {
  content: "\f47f";
}
.mdi-seat-legroom-reduced::before {
  content: "\f480";
}
.mdi-seat-recline-extra::before {
  content: "\f481";
}
.mdi-seat-recline-normal::before {
  content: "\f482";
}
.mdi-security::before {
  content: "\f483";
}
.mdi-security-account::before {
  content: "\f88e";
}
.mdi-security-close::before {
  content: "\f99b";
}
.mdi-security-home::before {
  content: "\f689";
}
.mdi-security-lock::before {
  content: "\f99c";
}
.mdi-security-network::before {
  content: "\f484";
}
.mdi-security-off::before {
  content: "\f99d";
}
.mdi-select::before {
  content: "\f485";
}
.mdi-select-all::before {
  content: "\f486";
}
.mdi-select-inverse::before {
  content: "\f487";
}
.mdi-select-off::before {
  content: "\f488";
}
.mdi-selection::before {
  content: "\f489";
}
.mdi-selection-off::before {
  content: "\f776";
}
.mdi-send::before {
  content: "\f48a";
}
.mdi-send-secure::before {
  content: "\f7ec";
}
.mdi-serial-port::before {
  content: "\f65c";
}
.mdi-server::before {
  content: "\f48b";
}
.mdi-server-minus::before {
  content: "\f48c";
}
.mdi-server-network::before {
  content: "\f48d";
}
.mdi-server-network-off::before {
  content: "\f48e";
}
.mdi-server-off::before {
  content: "\f48f";
}
.mdi-server-plus::before {
  content: "\f490";
}
.mdi-server-remove::before {
  content: "\f491";
}
.mdi-server-security::before {
  content: "\f492";
}
.mdi-set-all::before {
  content: "\f777";
}
.mdi-set-center::before {
  content: "\f778";
}
.mdi-set-center-right::before {
  content: "\f779";
}
.mdi-set-left::before {
  content: "\f77a";
}
.mdi-set-left-center::before {
  content: "\f77b";
}
.mdi-set-left-right::before {
  content: "\f77c";
}
.mdi-set-none::before {
  content: "\f77d";
}
.mdi-set-right::before {
  content: "\f77e";
}
.mdi-set-top-box::before {
  content: "\f99e";
}
.mdi-settings::before {
  content: "\f493";
}
.mdi-settings-box::before {
  content: "\f494";
}
.mdi-settings-outline::before {
  content: "\f8ba";
}
.mdi-shape::before {
  content: "\f830";
}
.mdi-shape-circle-plus::before {
  content: "\f65d";
}
.mdi-shape-outline::before {
  content: "\f831";
}
.mdi-shape-plus::before {
  content: "\f495";
}
.mdi-shape-polygon-plus::before {
  content: "\f65e";
}
.mdi-shape-rectangle-plus::before {
  content: "\f65f";
}
.mdi-shape-square-plus::before {
  content: "\f660";
}
.mdi-share::before {
  content: "\f496";
}
.mdi-share-outline::before {
  content: "\f931";
}
.mdi-share-variant::before {
  content: "\f497";
}
.mdi-shield::before {
  content: "\f498";
}
.mdi-shield-half-full::before {
  content: "\f77f";
}
.mdi-shield-outline::before {
  content: "\f499";
}
.mdi-ship-wheel::before {
  content: "\f832";
}
.mdi-shopping::before {
  content: "\f49a";
}
.mdi-shopping-music::before {
  content: "\f49b";
}
.mdi-shovel::before {
  content: "\f70f";
}
.mdi-shovel-off::before {
  content: "\f710";
}
.mdi-shower::before {
  content: "\f99f";
}
.mdi-shower-head::before {
  content: "\f9a0";
}
.mdi-shredder::before {
  content: "\f49c";
}
.mdi-shuffle::before {
  content: "\f49d";
}
.mdi-shuffle-disabled::before {
  content: "\f49e";
}
.mdi-shuffle-variant::before {
  content: "\f49f";
}
.mdi-sigma::before {
  content: "\f4a0";
}
.mdi-sigma-lower::before {
  content: "\f62b";
}
.mdi-sign-caution::before {
  content: "\f4a1";
}
.mdi-sign-direction::before {
  content: "\f780";
}
.mdi-sign-text::before {
  content: "\f781";
}
.mdi-signal::before {
  content: "\f4a2";
}
.mdi-signal-2g::before {
  content: "\f711";
}
.mdi-signal-3g::before {
  content: "\f712";
}
.mdi-signal-4g::before {
  content: "\f713";
}
.mdi-signal-cellular-1::before {
  content: "\f8bb";
}
.mdi-signal-cellular-2::before {
  content: "\f8bc";
}
.mdi-signal-cellular-3::before {
  content: "\f8bd";
}
.mdi-signal-cellular-outline::before {
  content: "\f8be";
}
.mdi-signal-hspa::before {
  content: "\f714";
}
.mdi-signal-hspa-plus::before {
  content: "\f715";
}
.mdi-signal-off::before {
  content: "\f782";
}
.mdi-signal-variant::before {
  content: "\f60a";
}
.mdi-silverware::before {
  content: "\f4a3";
}
.mdi-silverware-fork::before {
  content: "\f4a4";
}
.mdi-silverware-spoon::before {
  content: "\f4a5";
}
.mdi-silverware-variant::before {
  content: "\f4a6";
}
.mdi-sim::before {
  content: "\f4a7";
}
.mdi-sim-alert::before {
  content: "\f4a8";
}
.mdi-sim-off::before {
  content: "\f4a9";
}
.mdi-sitemap::before {
  content: "\f4aa";
}
.mdi-skip-backward::before {
  content: "\f4ab";
}
.mdi-skip-forward::before {
  content: "\f4ac";
}
.mdi-skip-next::before {
  content: "\f4ad";
}
.mdi-skip-next-circle::before {
  content: "\f661";
}
.mdi-skip-next-circle-outline::before {
  content: "\f662";
}
.mdi-skip-previous::before {
  content: "\f4ae";
}
.mdi-skip-previous-circle::before {
  content: "\f663";
}
.mdi-skip-previous-circle-outline::before {
  content: "\f664";
}
.mdi-skull::before {
  content: "\f68b";
}
.mdi-skype::before {
  content: "\f4af";
}
.mdi-skype-business::before {
  content: "\f4b0";
}
.mdi-slack::before {
  content: "\f4b1";
}
.mdi-slackware::before {
  content: "\f90a";
}
.mdi-sleep::before {
  content: "\f4b2";
}
.mdi-sleep-off::before {
  content: "\f4b3";
}
.mdi-smoke-detector::before {
  content: "\f392";
}
.mdi-smoking::before {
  content: "\f4b4";
}
.mdi-smoking-off::before {
  content: "\f4b5";
}
.mdi-snapchat::before {
  content: "\f4b6";
}
.mdi-snowflake::before {
  content: "\f716";
}
.mdi-snowman::before {
  content: "\f4b7";
}
.mdi-soccer::before {
  content: "\f4b8";
}
.mdi-soccer-field::before {
  content: "\f833";
}
.mdi-sofa::before {
  content: "\f4b9";
}
.mdi-solid::before {
  content: "\f68c";
}
.mdi-sort::before {
  content: "\f4ba";
}
.mdi-sort-alphabetical::before {
  content: "\f4bb";
}
.mdi-sort-ascending::before {
  content: "\f4bc";
}
.mdi-sort-descending::before {
  content: "\f4bd";
}
.mdi-sort-numeric::before {
  content: "\f4be";
}
.mdi-sort-variant::before {
  content: "\f4bf";
}
.mdi-soundcloud::before {
  content: "\f4c0";
}
.mdi-source-branch::before {
  content: "\f62c";
}
.mdi-source-commit::before {
  content: "\f717";
}
.mdi-source-commit-end::before {
  content: "\f718";
}
.mdi-source-commit-end-local::before {
  content: "\f719";
}
.mdi-source-commit-local::before {
  content: "\f71a";
}
.mdi-source-commit-next-local::before {
  content: "\f71b";
}
.mdi-source-commit-start::before {
  content: "\f71c";
}
.mdi-source-commit-start-next-local::before {
  content: "\f71d";
}
.mdi-source-fork::before {
  content: "\f4c1";
}
.mdi-source-merge::before {
  content: "\f62d";
}
.mdi-source-pull::before {
  content: "\f4c2";
}
.mdi-soy-sauce::before {
  content: "\f7ed";
}
.mdi-speaker::before {
  content: "\f4c3";
}
.mdi-speaker-bluetooth::before {
  content: "\f9a1";
}
.mdi-speaker-off::before {
  content: "\f4c4";
}
.mdi-speaker-wireless::before {
  content: "\f71e";
}
.mdi-speedometer::before {
  content: "\f4c5";
}
.mdi-spellcheck::before {
  content: "\f4c6";
}
.mdi-spotify::before {
  content: "\f4c7";
}
.mdi-spotlight::before {
  content: "\f4c8";
}
.mdi-spotlight-beam::before {
  content: "\f4c9";
}
.mdi-spray::before {
  content: "\f665";
}
.mdi-square::before {
  content: "\f763";
}
.mdi-square-edit-outline::before {
  content: "\f90b";
}
.mdi-square-inc::before {
  content: "\f4ca";
}
.mdi-square-inc-cash::before {
  content: "\f4cb";
}
.mdi-square-outline::before {
  content: "\f762";
}
.mdi-square-root::before {
  content: "\f783";
}
.mdi-square-root-box::before {
  content: "\f9a2";
}
.mdi-ssh::before {
  content: "\f8bf";
}
.mdi-stack-exchange::before {
  content: "\f60b";
}
.mdi-stack-overflow::before {
  content: "\f4cc";
}
.mdi-stadium::before {
  content: "\f71f";
}
.mdi-stairs::before {
  content: "\f4cd";
}
.mdi-standard-definition::before {
  content: "\f7ee";
}
.mdi-star::before {
  content: "\f4ce";
}
.mdi-star-circle::before {
  content: "\f4cf";
}
.mdi-star-circle-outline::before {
  content: "\f9a3";
}
.mdi-star-face::before {
  content: "\f9a4";
}
.mdi-star-half::before {
  content: "\f4d0";
}
.mdi-star-off::before {
  content: "\f4d1";
}
.mdi-star-outline::before {
  content: "\f4d2";
}
.mdi-steam::before {
  content: "\f4d3";
}
.mdi-steam-box::before {
  content: "\f90c";
}
.mdi-steering::before {
  content: "\f4d4";
}
.mdi-steering-off::before {
  content: "\f90d";
}
.mdi-step-backward::before {
  content: "\f4d5";
}
.mdi-step-backward-2::before {
  content: "\f4d6";
}
.mdi-step-forward::before {
  content: "\f4d7";
}
.mdi-step-forward-2::before {
  content: "\f4d8";
}
.mdi-stethoscope::before {
  content: "\f4d9";
}
.mdi-sticker::before {
  content: "\f5d0";
}
.mdi-sticker-emoji::before {
  content: "\f784";
}
.mdi-stocking::before {
  content: "\f4da";
}
.mdi-stop::before {
  content: "\f4db";
}
.mdi-stop-circle::before {
  content: "\f666";
}
.mdi-stop-circle-outline::before {
  content: "\f667";
}
.mdi-store::before {
  content: "\f4dc";
}
.mdi-store-24-hour::before {
  content: "\f4dd";
}
.mdi-stove::before {
  content: "\f4de";
}
.mdi-subdirectory-arrow-left::before {
  content: "\f60c";
}
.mdi-subdirectory-arrow-right::before {
  content: "\f60d";
}
.mdi-subway::before {
  content: "\f6ab";
}
.mdi-subway-variant::before {
  content: "\f4df";
}
.mdi-summit::before {
  content: "\f785";
}
.mdi-sunglasses::before {
  content: "\f4e0";
}
.mdi-surround-sound::before {
  content: "\f5c5";
}
.mdi-surround-sound-2-0::before {
  content: "\f7ef";
}
.mdi-surround-sound-3-1::before {
  content: "\f7f0";
}
.mdi-surround-sound-5-1::before {
  content: "\f7f1";
}
.mdi-surround-sound-7-1::before {
  content: "\f7f2";
}
.mdi-svg::before {
  content: "\f720";
}
.mdi-swap-horizontal::before {
  content: "\f4e1";
}
.mdi-swap-horizontal-variant::before {
  content: "\f8c0";
}
.mdi-swap-vertical::before {
  content: "\f4e2";
}
.mdi-swap-vertical-variant::before {
  content: "\f8c1";
}
.mdi-swim::before {
  content: "\f4e3";
}
.mdi-switch::before {
  content: "\f4e4";
}
.mdi-sword::before {
  content: "\f4e5";
}
.mdi-sword-cross::before {
  content: "\f786";
}
.mdi-sync::before {
  content: "\f4e6";
}
.mdi-sync-alert::before {
  content: "\f4e7";
}
.mdi-sync-off::before {
  content: "\f4e8";
}
.mdi-tab::before {
  content: "\f4e9";
}
.mdi-tab-plus::before {
  content: "\f75b";
}
.mdi-tab-unselected::before {
  content: "\f4ea";
}
.mdi-table::before {
  content: "\f4eb";
}
.mdi-table-column::before {
  content: "\f834";
}
.mdi-table-column-plus-after::before {
  content: "\f4ec";
}
.mdi-table-column-plus-before::before {
  content: "\f4ed";
}
.mdi-table-column-remove::before {
  content: "\f4ee";
}
.mdi-table-column-width::before {
  content: "\f4ef";
}
.mdi-table-edit::before {
  content: "\f4f0";
}
.mdi-table-large::before {
  content: "\f4f1";
}
.mdi-table-merge-cells::before {
  content: "\f9a5";
}
.mdi-table-of-contents::before {
  content: "\f835";
}
.mdi-table-row::before {
  content: "\f836";
}
.mdi-table-row-height::before {
  content: "\f4f2";
}
.mdi-table-row-plus-after::before {
  content: "\f4f3";
}
.mdi-table-row-plus-before::before {
  content: "\f4f4";
}
.mdi-table-row-remove::before {
  content: "\f4f5";
}
.mdi-table-search::before {
  content: "\f90e";
}
.mdi-table-settings::before {
  content: "\f837";
}
.mdi-tablet::before {
  content: "\f4f6";
}
.mdi-tablet-android::before {
  content: "\f4f7";
}
.mdi-tablet-cellphone::before {
  content: "\f9a6";
}
.mdi-tablet-ipad::before {
  content: "\f4f8";
}
.mdi-taco::before {
  content: "\f761";
}
.mdi-tag::before {
  content: "\f4f9";
}
.mdi-tag-faces::before {
  content: "\f4fa";
}
.mdi-tag-heart::before {
  content: "\f68a";
}
.mdi-tag-minus::before {
  content: "\f90f";
}
.mdi-tag-multiple::before {
  content: "\f4fb";
}
.mdi-tag-outline::before {
  content: "\f4fc";
}
.mdi-tag-plus::before {
  content: "\f721";
}
.mdi-tag-remove::before {
  content: "\f722";
}
.mdi-tag-text-outline::before {
  content: "\f4fd";
}
.mdi-target::before {
  content: "\f4fe";
}
.mdi-taxi::before {
  content: "\f4ff";
}
.mdi-teach::before {
  content: "\f88f";
}
.mdi-teamviewer::before {
  content: "\f500";
}
.mdi-telegram::before {
  content: "\f501";
}
.mdi-television::before {
  content: "\f502";
}
.mdi-television-box::before {
  content: "\f838";
}
.mdi-television-classic::before {
  content: "\f7f3";
}
.mdi-television-classic-off::before {
  content: "\f839";
}
.mdi-television-guide::before {
  content: "\f503";
}
.mdi-television-off::before {
  content: "\f83a";
}
.mdi-temperature-celsius::before {
  content: "\f504";
}
.mdi-temperature-fahrenheit::before {
  content: "\f505";
}
.mdi-temperature-kelvin::before {
  content: "\f506";
}
.mdi-tennis::before {
  content: "\f507";
}
.mdi-tent::before {
  content: "\f508";
}
.mdi-terrain::before {
  content: "\f509";
}
.mdi-test-tube::before {
  content: "\f668";
}
.mdi-test-tube-empty::before {
  content: "\f910";
}
.mdi-test-tube-off::before {
  content: "\f911";
}
.mdi-text::before {
  content: "\f9a7";
}
.mdi-text-shadow::before {
  content: "\f669";
}
.mdi-text-short::before {
  content: "\f9a8";
}
.mdi-text-subject::before {
  content: "\f9a9";
}
.mdi-text-to-speech::before {
  content: "\f50a";
}
.mdi-text-to-speech-off::before {
  content: "\f50b";
}
.mdi-textbox::before {
  content: "\f60e";
}
.mdi-textbox-password::before {
  content: "\f7f4";
}
.mdi-texture::before {
  content: "\f50c";
}
.mdi-theater::before {
  content: "\f50d";
}
.mdi-theme-light-dark::before {
  content: "\f50e";
}
.mdi-thermometer::before {
  content: "\f50f";
}
.mdi-thermometer-lines::before {
  content: "\f510";
}
.mdi-thermostat::before {
  content: "\f393";
}
.mdi-thermostat-box::before {
  content: "\f890";
}
.mdi-thought-bubble::before {
  content: "\f7f5";
}
.mdi-thought-bubble-outline::before {
  content: "\f7f6";
}
.mdi-thumb-down::before {
  content: "\f511";
}
.mdi-thumb-down-outline::before {
  content: "\f512";
}
.mdi-thumb-up::before {
  content: "\f513";
}
.mdi-thumb-up-outline::before {
  content: "\f514";
}
.mdi-thumbs-up-down::before {
  content: "\f515";
}
.mdi-ticket::before {
  content: "\f516";
}
.mdi-ticket-account::before {
  content: "\f517";
}
.mdi-ticket-confirmation::before {
  content: "\f518";
}
.mdi-ticket-outline::before {
  content: "\f912";
}
.mdi-ticket-percent::before {
  content: "\f723";
}
.mdi-tie::before {
  content: "\f519";
}
.mdi-tilde::before {
  content: "\f724";
}
.mdi-timelapse::before {
  content: "\f51a";
}
.mdi-timer::before {
  content: "\f51b";
}
.mdi-timer-10::before {
  content: "\f51c";
}
.mdi-timer-3::before {
  content: "\f51d";
}
.mdi-timer-off::before {
  content: "\f51e";
}
.mdi-timer-sand::before {
  content: "\f51f";
}
.mdi-timer-sand-empty::before {
  content: "\f6ac";
}
.mdi-timer-sand-full::before {
  content: "\f78b";
}
.mdi-timetable::before {
  content: "\f520";
}
.mdi-toggle-switch::before {
  content: "\f521";
}
.mdi-toggle-switch-off::before {
  content: "\f522";
}
.mdi-toilet::before {
  content: "\f9aa";
}
.mdi-toolbox::before {
  content: "\f9ab";
}
.mdi-toolbox-outline::before {
  content: "\f9ac";
}
.mdi-tooltip::before {
  content: "\f523";
}
.mdi-tooltip-edit::before {
  content: "\f524";
}
.mdi-tooltip-image::before {
  content: "\f525";
}
.mdi-tooltip-outline::before {
  content: "\f526";
}
.mdi-tooltip-outline-plus::before {
  content: "\f527";
}
.mdi-tooltip-text::before {
  content: "\f528";
}
.mdi-tooth::before {
  content: "\f8c2";
}
.mdi-tooth-outline::before {
  content: "\f529";
}
.mdi-tor::before {
  content: "\f52a";
}
.mdi-tournament::before {
  content: "\f9ad";
}
.mdi-tower-beach::before {
  content: "\f680";
}
.mdi-tower-fire::before {
  content: "\f681";
}
.mdi-towing::before {
  content: "\f83b";
}
.mdi-track-light::before {
  content: "\f913";
}
.mdi-trackpad::before {
  content: "\f7f7";
}
.mdi-trackpad-lock::before {
  content: "\f932";
}
.mdi-tractor::before {
  content: "\f891";
}
.mdi-traffic-light::before {
  content: "\f52b";
}
.mdi-train::before {
  content: "\f52c";
}
.mdi-train-variant::before {
  content: "\f8c3";
}
.mdi-tram::before {
  content: "\f52d";
}
.mdi-transcribe::before {
  content: "\f52e";
}
.mdi-transcribe-close::before {
  content: "\f52f";
}
.mdi-transfer::before {
  content: "\f530";
}
.mdi-transit-transfer::before {
  content: "\f6ad";
}
.mdi-transition::before {
  content: "\f914";
}
.mdi-transition-masked::before {
  content: "\f915";
}
.mdi-translate::before {
  content: "\f5ca";
}
.mdi-treasure-chest::before {
  content: "\f725";
}
.mdi-tree::before {
  content: "\f531";
}
.mdi-trello::before {
  content: "\f532";
}
.mdi-trending-down::before {
  content: "\f533";
}
.mdi-trending-neutral::before {
  content: "\f534";
}
.mdi-trending-up::before {
  content: "\f535";
}
.mdi-triangle::before {
  content: "\f536";
}
.mdi-triangle-outline::before {
  content: "\f537";
}
.mdi-trophy::before {
  content: "\f538";
}
.mdi-trophy-award::before {
  content: "\f539";
}
.mdi-trophy-outline::before {
  content: "\f53a";
}
.mdi-trophy-variant::before {
  content: "\f53b";
}
.mdi-trophy-variant-outline::before {
  content: "\f53c";
}
.mdi-truck::before {
  content: "\f53d";
}
.mdi-truck-delivery::before {
  content: "\f53e";
}
.mdi-truck-fast::before {
  content: "\f787";
}
.mdi-truck-trailer::before {
  content: "\f726";
}
.mdi-tshirt-crew::before {
  content: "\f53f";
}
.mdi-tshirt-v::before {
  content: "\f540";
}
.mdi-tumble-dryer::before {
  content: "\f916";
}
.mdi-tumblr::before {
  content: "\f541";
}
.mdi-tumblr-box::before {
  content: "\f917";
}
.mdi-tumblr-reblog::before {
  content: "\f542";
}
.mdi-tune::before {
  content: "\f62e";
}
.mdi-tune-vertical::before {
  content: "\f66a";
}
.mdi-twitch::before {
  content: "\f543";
}
.mdi-twitter::before {
  content: "\f544";
}
.mdi-twitter-box::before {
  content: "\f545";
}
.mdi-twitter-circle::before {
  content: "\f546";
}
.mdi-twitter-retweet::before {
  content: "\f547";
}
.mdi-two-factor-authentication::before {
  content: "\f9ae";
}
.mdi-uber::before {
  content: "\f748";
}
.mdi-ubuntu::before {
  content: "\f548";
}
.mdi-ultra-high-definition::before {
  content: "\f7f8";
}
.mdi-umbraco::before {
  content: "\f549";
}
.mdi-umbrella::before {
  content: "\f54a";
}
.mdi-umbrella-closed::before {
  content: "\f9af";
}
.mdi-umbrella-outline::before {
  content: "\f54b";
}
.mdi-undo::before {
  content: "\f54c";
}
.mdi-undo-variant::before {
  content: "\f54d";
}
.mdi-unfold-less-horizontal::before {
  content: "\f54e";
}
.mdi-unfold-less-vertical::before {
  content: "\f75f";
}
.mdi-unfold-more-horizontal::before {
  content: "\f54f";
}
.mdi-unfold-more-vertical::before {
  content: "\f760";
}
.mdi-ungroup::before {
  content: "\f550";
}
.mdi-unity::before {
  content: "\f6ae";
}
.mdi-unreal::before {
  content: "\f9b0";
}
.mdi-untappd::before {
  content: "\f551";
}
.mdi-update::before {
  content: "\f6af";
}
.mdi-upload::before {
  content: "\f552";
}
.mdi-upload-multiple::before {
  content: "\f83c";
}
.mdi-upload-network::before {
  content: "\f6f5";
}
.mdi-usb::before {
  content: "\f553";
}
.mdi-van-passenger::before {
  content: "\f7f9";
}
.mdi-van-utility::before {
  content: "\f7fa";
}
.mdi-vanish::before {
  content: "\f7fb";
}
.mdi-vector-arrange-above::before {
  content: "\f554";
}
.mdi-vector-arrange-below::before {
  content: "\f555";
}
.mdi-vector-circle::before {
  content: "\f556";
}
.mdi-vector-circle-variant::before {
  content: "\f557";
}
.mdi-vector-combine::before {
  content: "\f558";
}
.mdi-vector-curve::before {
  content: "\f559";
}
.mdi-vector-difference::before {
  content: "\f55a";
}
.mdi-vector-difference-ab::before {
  content: "\f55b";
}
.mdi-vector-difference-ba::before {
  content: "\f55c";
}
.mdi-vector-ellipse::before {
  content: "\f892";
}
.mdi-vector-intersection::before {
  content: "\f55d";
}
.mdi-vector-line::before {
  content: "\f55e";
}
.mdi-vector-point::before {
  content: "\f55f";
}
.mdi-vector-polygon::before {
  content: "\f560";
}
.mdi-vector-polyline::before {
  content: "\f561";
}
.mdi-vector-radius::before {
  content: "\f749";
}
.mdi-vector-rectangle::before {
  content: "\f5c6";
}
.mdi-vector-selection::before {
  content: "\f562";
}
.mdi-vector-square::before {
  content: "\f001";
}
.mdi-vector-triangle::before {
  content: "\f563";
}
.mdi-vector-union::before {
  content: "\f564";
}
.mdi-venmo::before {
  content: "\f578";
}
.mdi-verified::before {
  content: "\f565";
}
.mdi-vibrate::before {
  content: "\f566";
}
.mdi-video::before {
  content: "\f567";
}
.mdi-video-3d::before {
  content: "\f7fc";
}
.mdi-video-4k-box::before {
  content: "\f83d";
}
.mdi-video-account::before {
  content: "\f918";
}
.mdi-video-image::before {
  content: "\f919";
}
.mdi-video-input-antenna::before {
  content: "\f83e";
}
.mdi-video-input-component::before {
  content: "\f83f";
}
.mdi-video-input-hdmi::before {
  content: "\f840";
}
.mdi-video-input-svideo::before {
  content: "\f841";
}
.mdi-video-minus::before {
  content: "\f9b1";
}
.mdi-video-off::before {
  content: "\f568";
}
.mdi-video-plus::before {
  content: "\f9b2";
}
.mdi-video-stabilization::before {
  content: "\f91a";
}
.mdi-video-switch::before {
  content: "\f569";
}
.mdi-view-agenda::before {
  content: "\f56a";
}
.mdi-view-array::before {
  content: "\f56b";
}
.mdi-view-carousel::before {
  content: "\f56c";
}
.mdi-view-column::before {
  content: "\f56d";
}
.mdi-view-dashboard::before {
  content: "\f56e";
}
.mdi-view-dashboard-variant::before {
  content: "\f842";
}
.mdi-view-day::before {
  content: "\f56f";
}
.mdi-view-grid::before {
  content: "\f570";
}
.mdi-view-headline::before {
  content: "\f571";
}
.mdi-view-list::before {
  content: "\f572";
}
.mdi-view-module::before {
  content: "\f573";
}
.mdi-view-parallel::before {
  content: "\f727";
}
.mdi-view-quilt::before {
  content: "\f574";
}
.mdi-view-sequential::before {
  content: "\f728";
}
.mdi-view-stream::before {
  content: "\f575";
}
.mdi-view-week::before {
  content: "\f576";
}
.mdi-vimeo::before {
  content: "\f577";
}
.mdi-violin::before {
  content: "\f60f";
}
.mdi-virtual-reality::before {
  content: "\f893";
}
.mdi-visualstudio::before {
  content: "\f610";
}
.mdi-vk::before {
  content: "\f579";
}
.mdi-vk-box::before {
  content: "\f57a";
}
.mdi-vk-circle::before {
  content: "\f57b";
}
.mdi-vlc::before {
  content: "\f57c";
}
.mdi-voice::before {
  content: "\f5cb";
}
.mdi-voicemail::before {
  content: "\f57d";
}
.mdi-volleyball::before {
  content: "\f9b3";
}
.mdi-volume-high::before {
  content: "\f57e";
}
.mdi-volume-low::before {
  content: "\f57f";
}
.mdi-volume-medium::before {
  content: "\f580";
}
.mdi-volume-minus::before {
  content: "\f75d";
}
.mdi-volume-mute::before {
  content: "\f75e";
}
.mdi-volume-off::before {
  content: "\f581";
}
.mdi-volume-plus::before {
  content: "\f75c";
}
.mdi-vpn::before {
  content: "\f582";
}
.mdi-vuejs::before {
  content: "\f843";
}
.mdi-walk::before {
  content: "\f583";
}
.mdi-wall::before {
  content: "\f7fd";
}
.mdi-wall-sconce::before {
  content: "\f91b";
}
.mdi-wall-sconce-flat::before {
  content: "\f91c";
}
.mdi-wall-sconce-variant::before {
  content: "\f91d";
}
.mdi-wallet::before {
  content: "\f584";
}
.mdi-wallet-giftcard::before {
  content: "\f585";
}
.mdi-wallet-membership::before {
  content: "\f586";
}
.mdi-wallet-travel::before {
  content: "\f587";
}
.mdi-wan::before {
  content: "\f588";
}
.mdi-washing-machine::before {
  content: "\f729";
}
.mdi-watch::before {
  content: "\f589";
}
.mdi-watch-export::before {
  content: "\f58a";
}
.mdi-watch-export-variant::before {
  content: "\f894";
}
.mdi-watch-import::before {
  content: "\f58b";
}
.mdi-watch-import-variant::before {
  content: "\f895";
}
.mdi-watch-variant::before {
  content: "\f896";
}
.mdi-watch-vibrate::before {
  content: "\f6b0";
}
.mdi-water::before {
  content: "\f58c";
}
.mdi-water-off::before {
  content: "\f58d";
}
.mdi-water-percent::before {
  content: "\f58e";
}
.mdi-water-pump::before {
  content: "\f58f";
}
.mdi-watermark::before {
  content: "\f612";
}
.mdi-waves::before {
  content: "\f78c";
}
.mdi-weather-cloudy::before {
  content: "\f590";
}
.mdi-weather-fog::before {
  content: "\f591";
}
.mdi-weather-hail::before {
  content: "\f592";
}
.mdi-weather-hurricane::before {
  content: "\f897";
}
.mdi-weather-lightning::before {
  content: "\f593";
}
.mdi-weather-lightning-rainy::before {
  content: "\f67d";
}
.mdi-weather-night::before {
  content: "\f594";
}
.mdi-weather-partlycloudy::before {
  content: "\f595";
}
.mdi-weather-pouring::before {
  content: "\f596";
}
.mdi-weather-rainy::before {
  content: "\f597";
}
.mdi-weather-snowy::before {
  content: "\f598";
}
.mdi-weather-snowy-rainy::before {
  content: "\f67e";
}
.mdi-weather-sunny::before {
  content: "\f599";
}
.mdi-weather-sunset::before {
  content: "\f59a";
}
.mdi-weather-sunset-down::before {
  content: "\f59b";
}
.mdi-weather-sunset-up::before {
  content: "\f59c";
}
.mdi-weather-windy::before {
  content: "\f59d";
}
.mdi-weather-windy-variant::before {
  content: "\f59e";
}
.mdi-web::before {
  content: "\f59f";
}
.mdi-webcam::before {
  content: "\f5a0";
}
.mdi-webhook::before {
  content: "\f62f";
}
.mdi-webpack::before {
  content: "\f72a";
}
.mdi-wechat::before {
  content: "\f611";
}
.mdi-weight::before {
  content: "\f5a1";
}
.mdi-weight-kilogram::before {
  content: "\f5a2";
}
.mdi-weight-pound::before {
  content: "\f9b4";
}
.mdi-whatsapp::before {
  content: "\f5a3";
}
.mdi-wheelchair-accessibility::before {
  content: "\f5a4";
}
.mdi-whistle::before {
  content: "\f9b5";
}
.mdi-white-balance-auto::before {
  content: "\f5a5";
}
.mdi-white-balance-incandescent::before {
  content: "\f5a6";
}
.mdi-white-balance-iridescent::before {
  content: "\f5a7";
}
.mdi-white-balance-sunny::before {
  content: "\f5a8";
}
.mdi-widgets::before {
  content: "\f72b";
}
.mdi-wifi::before {
  content: "\f5a9";
}
.mdi-wifi-off::before {
  content: "\f5aa";
}
.mdi-wifi-strength-1::before {
  content: "\f91e";
}
.mdi-wifi-strength-1-alert::before {
  content: "\f91f";
}
.mdi-wifi-strength-1-lock::before {
  content: "\f920";
}
.mdi-wifi-strength-2::before {
  content: "\f921";
}
.mdi-wifi-strength-2-alert::before {
  content: "\f922";
}
.mdi-wifi-strength-2-lock::before {
  content: "\f923";
}
.mdi-wifi-strength-3::before {
  content: "\f924";
}
.mdi-wifi-strength-3-alert::before {
  content: "\f925";
}
.mdi-wifi-strength-3-lock::before {
  content: "\f926";
}
.mdi-wifi-strength-4::before {
  content: "\f927";
}
.mdi-wifi-strength-4-alert::before {
  content: "\f928";
}
.mdi-wifi-strength-4-lock::before {
  content: "\f929";
}
.mdi-wifi-strength-alert-outline::before {
  content: "\f92a";
}
.mdi-wifi-strength-lock-outline::before {
  content: "\f92b";
}
.mdi-wifi-strength-off::before {
  content: "\f92c";
}
.mdi-wifi-strength-off-outline::before {
  content: "\f92d";
}
.mdi-wifi-strength-outline::before {
  content: "\f92e";
}
.mdi-wii::before {
  content: "\f5ab";
}
.mdi-wiiu::before {
  content: "\f72c";
}
.mdi-wikipedia::before {
  content: "\f5ac";
}
.mdi-window-close::before {
  content: "\f5ad";
}
.mdi-window-closed::before {
  content: "\f5ae";
}
.mdi-window-maximize::before {
  content: "\f5af";
}
.mdi-window-minimize::before {
  content: "\f5b0";
}
.mdi-window-open::before {
  content: "\f5b1";
}
.mdi-window-restore::before {
  content: "\f5b2";
}
.mdi-windows::before {
  content: "\f5b3";
}
.mdi-wordpress::before {
  content: "\f5b4";
}
.mdi-worker::before {
  content: "\f5b5";
}
.mdi-wrap::before {
  content: "\f5b6";
}
.mdi-wrench::before {
  content: "\f5b7";
}
.mdi-wunderlist::before {
  content: "\f5b8";
}
.mdi-xamarin::before {
  content: "\f844";
}
.mdi-xamarin-outline::before {
  content: "\f845";
}
.mdi-xaml::before {
  content: "\f673";
}
.mdi-xbox::before {
  content: "\f5b9";
}
.mdi-xbox-controller::before {
  content: "\f5ba";
}
.mdi-xbox-controller-battery-alert::before {
  content: "\f74a";
}
.mdi-xbox-controller-battery-empty::before {
  content: "\f74b";
}
.mdi-xbox-controller-battery-full::before {
  content: "\f74c";
}
.mdi-xbox-controller-battery-low::before {
  content: "\f74d";
}
.mdi-xbox-controller-battery-medium::before {
  content: "\f74e";
}
.mdi-xbox-controller-battery-unknown::before {
  content: "\f74f";
}
.mdi-xbox-controller-off::before {
  content: "\f5bb";
}
.mdi-xda::before {
  content: "\f5bc";
}
.mdi-xing::before {
  content: "\f5bd";
}
.mdi-xing-box::before {
  content: "\f5be";
}
.mdi-xing-circle::before {
  content: "\f5bf";
}
.mdi-xml::before {
  content: "\f5c0";
}
.mdi-xmpp::before {
  content: "\f7fe";
}
.mdi-yammer::before {
  content: "\f788";
}
.mdi-yeast::before {
  content: "\f5c1";
}
.mdi-yelp::before {
  content: "\f5c2";
}
.mdi-yin-yang::before {
  content: "\f67f";
}
.mdi-youtube::before {
  content: "\f5c3";
}
.mdi-youtube-creator-studio::before {
  content: "\f846";
}
.mdi-youtube-gaming::before {
  content: "\f847";
}
.mdi-youtube-tv::before {
  content: "\f448";
}
.mdi-zip-box::before {
  content: "\f5c4";
}
.mdi-blank::before {
  content: "\f68c";
  visibility: hidden;
}
.mdi-18px.mdi-set,
.mdi-18px.mdi::before {
  font-size: 18px;
}
.mdi-24px.mdi-set,
.mdi-24px.mdi::before {
  font-size: 24px;
}
.mdi-36px.mdi-set,
.mdi-36px.mdi::before {
  font-size: 36px;
}
.mdi-48px.mdi-set,
.mdi-48px.mdi::before {
  font-size: 48px;
}
.mdi-dark::before {
  color: rgb(0 0 0 / 54%);
}
.mdi-dark.mdi-inactive::before {
  color: rgb(0 0 0 / 26%);
}
.mdi-light::before {
  color: white;
}
.mdi-light.mdi-inactive::before {
  color: rgb(255 255 255 / 30%);
}
.mdi-rotate-45 {
}
.mdi-rotate-45::before {
  transform: rotate(45deg);
}
.mdi-rotate-90 {
}
.mdi-rotate-90::before {
  transform: rotate(90deg);
}
.mdi-rotate-135 {
}
.mdi-rotate-135::before {
  transform: rotate(135deg);
}
.mdi-rotate-180 {
}
.mdi-rotate-180::before {
  transform: rotate(180deg);
}
.mdi-rotate-225 {
}
.mdi-rotate-225::before {
  transform: rotate(225deg);
}
.mdi-rotate-270 {
}
.mdi-rotate-270::before {
  transform: rotate(270deg);
}
.mdi-rotate-315 {
}
.mdi-rotate-315::before {
  transform: rotate(315deg);
}
.mdi-flip-h::before {
  transform: scaleX(-1);
  filter: fliph;
  filter: "FlipH";
}
.mdi-flip-v::before {
  transform: scaleY(-1);
  filter: flipv;
  filter: "FlipV";
}
.mdi-spin::before {
  animation: mdi-spin 2s infinite linear;
}
@keyframes mdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* public/assets/icons/themify-icons/css/themify-icons.css */
@font-face {
  font-family: themify;
  src: url("./media/themify9f24-AUCIARCF.eot?-fvbane");
  src:
    url("./media/themifyd41d-AUCIARCF.eot?#iefix-fvbane") format("embedded-opentype"),
    url("./media/themify-LDWN3OQG.woff") format("woff"),
    url("./media/themify-NS22GCUV.ttf") format("truetype"),
    url("./media/themify9f24-KIKGDMUW.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-],
[class*=" ti-"] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand::before {
  content: "\e600";
}
.ti-volume::before {
  content: "\e601";
}
.ti-user::before {
  content: "\e602";
}
.ti-unlock::before {
  content: "\e603";
}
.ti-unlink::before {
  content: "\e604";
}
.ti-trash::before {
  content: "\e605";
}
.ti-thought::before {
  content: "\e606";
}
.ti-target::before {
  content: "\e607";
}
.ti-tag::before {
  content: "\e608";
}
.ti-tablet::before {
  content: "\e609";
}
.ti-star::before {
  content: "\e60a";
}
.ti-spray::before {
  content: "\e60b";
}
.ti-signal::before {
  content: "\e60c";
}
.ti-shopping-cart::before {
  content: "\e60d";
}
.ti-shopping-cart-full::before {
  content: "\e60e";
}
.ti-settings::before {
  content: "\e60f";
}
.ti-search::before {
  content: "\e610";
}
.ti-zoom-in::before {
  content: "\e611";
}
.ti-zoom-out::before {
  content: "\e612";
}
.ti-cut::before {
  content: "\e613";
}
.ti-ruler::before {
  content: "\e614";
}
.ti-ruler-pencil::before {
  content: "\e615";
}
.ti-ruler-alt::before {
  content: "\e616";
}
.ti-bookmark::before {
  content: "\e617";
}
.ti-bookmark-alt::before {
  content: "\e618";
}
.ti-reload::before {
  content: "\e619";
}
.ti-plus::before {
  content: "\e61a";
}
.ti-pin::before {
  content: "\e61b";
}
.ti-pencil::before {
  content: "\e61c";
}
.ti-pencil-alt::before {
  content: "\e61d";
}
.ti-paint-roller::before {
  content: "\e61e";
}
.ti-paint-bucket::before {
  content: "\e61f";
}
.ti-na::before {
  content: "\e620";
}
.ti-mobile::before {
  content: "\e621";
}
.ti-minus::before {
  content: "\e622";
}
.ti-medall::before {
  content: "\e623";
}
.ti-medall-alt::before {
  content: "\e624";
}
.ti-marker::before {
  content: "\e625";
}
.ti-marker-alt::before {
  content: "\e626";
}
.ti-arrow-up::before {
  content: "\e627";
}
.ti-arrow-right::before {
  content: "\e628";
}
.ti-arrow-left::before {
  content: "\e629";
}
.ti-arrow-down::before {
  content: "\e62a";
}
.ti-lock::before {
  content: "\e62b";
}
.ti-location-arrow::before {
  content: "\e62c";
}
.ti-link::before {
  content: "\e62d";
}
.ti-layout::before {
  content: "\e62e";
}
.ti-layers::before {
  content: "\e62f";
}
.ti-layers-alt::before {
  content: "\e630";
}
.ti-key::before {
  content: "\e631";
}
.ti-import::before {
  content: "\e632";
}
.ti-image::before {
  content: "\e633";
}
.ti-heart::before {
  content: "\e634";
}
.ti-heart-broken::before {
  content: "\e635";
}
.ti-hand-stop::before {
  content: "\e636";
}
.ti-hand-open::before {
  content: "\e637";
}
.ti-hand-drag::before {
  content: "\e638";
}
.ti-folder::before {
  content: "\e639";
}
.ti-flag::before {
  content: "\e63a";
}
.ti-flag-alt::before {
  content: "\e63b";
}
.ti-flag-alt-2::before {
  content: "\e63c";
}
.ti-eye::before {
  content: "\e63d";
}
.ti-export::before {
  content: "\e63e";
}
.ti-exchange-vertical::before {
  content: "\e63f";
}
.ti-desktop::before {
  content: "\e640";
}
.ti-cup::before {
  content: "\e641";
}
.ti-crown::before {
  content: "\e642";
}
.ti-comments::before {
  content: "\e643";
}
.ti-comment::before {
  content: "\e644";
}
.ti-comment-alt::before {
  content: "\e645";
}
.ti-close::before {
  content: "\e646";
}
.ti-clip::before {
  content: "\e647";
}
.ti-angle-up::before {
  content: "\e648";
}
.ti-angle-right::before {
  content: "\e649";
}
.ti-angle-left::before {
  content: "\e64a";
}
.ti-angle-down::before {
  content: "\e64b";
}
.ti-check::before {
  content: "\e64c";
}
.ti-check-box::before {
  content: "\e64d";
}
.ti-camera::before {
  content: "\e64e";
}
.ti-announcement::before {
  content: "\e64f";
}
.ti-brush::before {
  content: "\e650";
}
.ti-briefcase::before {
  content: "\e651";
}
.ti-bolt::before {
  content: "\e652";
}
.ti-bolt-alt::before {
  content: "\e653";
}
.ti-blackboard::before {
  content: "\e654";
}
.ti-bag::before {
  content: "\e655";
}
.ti-move::before {
  content: "\e656";
}
.ti-arrows-vertical::before {
  content: "\e657";
}
.ti-arrows-horizontal::before {
  content: "\e658";
}
.ti-fullscreen::before {
  content: "\e659";
}
.ti-arrow-top-right::before {
  content: "\e65a";
}
.ti-arrow-top-left::before {
  content: "\e65b";
}
.ti-arrow-circle-up::before {
  content: "\e65c";
}
.ti-arrow-circle-right::before {
  content: "\e65d";
}
.ti-arrow-circle-left::before {
  content: "\e65e";
}
.ti-arrow-circle-down::before {
  content: "\e65f";
}
.ti-angle-double-up::before {
  content: "\e660";
}
.ti-angle-double-right::before {
  content: "\e661";
}
.ti-angle-double-left::before {
  content: "\e662";
}
.ti-angle-double-down::before {
  content: "\e663";
}
.ti-zip::before {
  content: "\e664";
}
.ti-world::before {
  content: "\e665";
}
.ti-wheelchair::before {
  content: "\e666";
}
.ti-view-list::before {
  content: "\e667";
}
.ti-view-list-alt::before {
  content: "\e668";
}
.ti-view-grid::before {
  content: "\e669";
}
.ti-uppercase::before {
  content: "\e66a";
}
.ti-upload::before {
  content: "\e66b";
}
.ti-underline::before {
  content: "\e66c";
}
.ti-truck::before {
  content: "\e66d";
}
.ti-timer::before {
  content: "\e66e";
}
.ti-ticket::before {
  content: "\e66f";
}
.ti-thumb-up::before {
  content: "\e670";
}
.ti-thumb-down::before {
  content: "\e671";
}
.ti-text::before {
  content: "\e672";
}
.ti-stats-up::before {
  content: "\e673";
}
.ti-stats-down::before {
  content: "\e674";
}
.ti-split-v::before {
  content: "\e675";
}
.ti-split-h::before {
  content: "\e676";
}
.ti-smallcap::before {
  content: "\e677";
}
.ti-shine::before {
  content: "\e678";
}
.ti-shift-right::before {
  content: "\e679";
}
.ti-shift-left::before {
  content: "\e67a";
}
.ti-shield::before {
  content: "\e67b";
}
.ti-notepad::before {
  content: "\e67c";
}
.ti-server::before {
  content: "\e67d";
}
.ti-quote-right::before {
  content: "\e67e";
}
.ti-quote-left::before {
  content: "\e67f";
}
.ti-pulse::before {
  content: "\e680";
}
.ti-printer::before {
  content: "\e681";
}
.ti-power-off::before {
  content: "\e682";
}
.ti-plug::before {
  content: "\e683";
}
.ti-pie-chart::before {
  content: "\e684";
}
.ti-paragraph::before {
  content: "\e685";
}
.ti-panel::before {
  content: "\e686";
}
.ti-package::before {
  content: "\e687";
}
.ti-music::before {
  content: "\e688";
}
.ti-music-alt::before {
  content: "\e689";
}
.ti-mouse::before {
  content: "\e68a";
}
.ti-mouse-alt::before {
  content: "\e68b";
}
.ti-money::before {
  content: "\e68c";
}
.ti-microphone::before {
  content: "\e68d";
}
.ti-menu::before {
  content: "\e68e";
}
.ti-menu-alt::before {
  content: "\e68f";
}
.ti-map::before {
  content: "\e690";
}
.ti-map-alt::before {
  content: "\e691";
}
.ti-loop::before {
  content: "\e692";
}
.ti-location-pin::before {
  content: "\e693";
}
.ti-list::before {
  content: "\e694";
}
.ti-light-bulb::before {
  content: "\e695";
}
.ti-Italic::before {
  content: "\e696";
}
.ti-info::before {
  content: "\e697";
}
.ti-infinite::before {
  content: "\e698";
}
.ti-id-badge::before {
  content: "\e699";
}
.ti-hummer::before {
  content: "\e69a";
}
.ti-home::before {
  content: "\e69b";
}
.ti-help::before {
  content: "\e69c";
}
.ti-headphone::before {
  content: "\e69d";
}
.ti-harddrives::before {
  content: "\e69e";
}
.ti-harddrive::before {
  content: "\e69f";
}
.ti-gift::before {
  content: "\e6a0";
}
.ti-game::before {
  content: "\e6a1";
}
.ti-filter::before {
  content: "\e6a2";
}
.ti-files::before {
  content: "\e6a3";
}
.ti-file::before {
  content: "\e6a4";
}
.ti-eraser::before {
  content: "\e6a5";
}
.ti-envelope::before {
  content: "\e6a6";
}
.ti-download::before {
  content: "\e6a7";
}
.ti-direction::before {
  content: "\e6a8";
}
.ti-direction-alt::before {
  content: "\e6a9";
}
.ti-dashboard::before {
  content: "\e6aa";
}
.ti-control-stop::before {
  content: "\e6ab";
}
.ti-control-shuffle::before {
  content: "\e6ac";
}
.ti-control-play::before {
  content: "\e6ad";
}
.ti-control-pause::before {
  content: "\e6ae";
}
.ti-control-forward::before {
  content: "\e6af";
}
.ti-control-backward::before {
  content: "\e6b0";
}
.ti-cloud::before {
  content: "\e6b1";
}
.ti-cloud-up::before {
  content: "\e6b2";
}
.ti-cloud-down::before {
  content: "\e6b3";
}
.ti-clipboard::before {
  content: "\e6b4";
}
.ti-car::before {
  content: "\e6b5";
}
.ti-calendar::before {
  content: "\e6b6";
}
.ti-book::before {
  content: "\e6b7";
}
.ti-bell::before {
  content: "\e6b8";
}
.ti-basketball::before {
  content: "\e6b9";
}
.ti-bar-chart::before {
  content: "\e6ba";
}
.ti-bar-chart-alt::before {
  content: "\e6bb";
}
.ti-back-right::before {
  content: "\e6bc";
}
.ti-back-left::before {
  content: "\e6bd";
}
.ti-arrows-corner::before {
  content: "\e6be";
}
.ti-archive::before {
  content: "\e6bf";
}
.ti-anchor::before {
  content: "\e6c0";
}
.ti-align-right::before {
  content: "\e6c1";
}
.ti-align-left::before {
  content: "\e6c2";
}
.ti-align-justify::before {
  content: "\e6c3";
}
.ti-align-center::before {
  content: "\e6c4";
}
.ti-alert::before {
  content: "\e6c5";
}
.ti-alarm-clock::before {
  content: "\e6c6";
}
.ti-agenda::before {
  content: "\e6c7";
}
.ti-write::before {
  content: "\e6c8";
}
.ti-window::before {
  content: "\e6c9";
}
.ti-widgetized::before {
  content: "\e6ca";
}
.ti-widget::before {
  content: "\e6cb";
}
.ti-widget-alt::before {
  content: "\e6cc";
}
.ti-wallet::before {
  content: "\e6cd";
}
.ti-video-clapper::before {
  content: "\e6ce";
}
.ti-video-camera::before {
  content: "\e6cf";
}
.ti-vector::before {
  content: "\e6d0";
}
.ti-themify-logo::before {
  content: "\e6d1";
}
.ti-themify-favicon::before {
  content: "\e6d2";
}
.ti-themify-favicon-alt::before {
  content: "\e6d3";
}
.ti-support::before {
  content: "\e6d4";
}
.ti-stamp::before {
  content: "\e6d5";
}
.ti-split-v-alt::before {
  content: "\e6d6";
}
.ti-slice::before {
  content: "\e6d7";
}
.ti-shortcode::before {
  content: "\e6d8";
}
.ti-shift-right-alt::before {
  content: "\e6d9";
}
.ti-shift-left-alt::before {
  content: "\e6da";
}
.ti-ruler-alt-2::before {
  content: "\e6db";
}
.ti-receipt::before {
  content: "\e6dc";
}
.ti-pin2::before {
  content: "\e6dd";
}
.ti-pin-alt::before {
  content: "\e6de";
}
.ti-pencil-alt2::before {
  content: "\e6df";
}
.ti-palette::before {
  content: "\e6e0";
}
.ti-more::before {
  content: "\e6e1";
}
.ti-more-alt::before {
  content: "\e6e2";
}
.ti-microphone-alt::before {
  content: "\e6e3";
}
.ti-magnet::before {
  content: "\e6e4";
}
.ti-line-double::before {
  content: "\e6e5";
}
.ti-line-dotted::before {
  content: "\e6e6";
}
.ti-line-dashed::before {
  content: "\e6e7";
}
.ti-layout-width-full::before {
  content: "\e6e8";
}
.ti-layout-width-default::before {
  content: "\e6e9";
}
.ti-layout-width-default-alt::before {
  content: "\e6ea";
}
.ti-layout-tab::before {
  content: "\e6eb";
}
.ti-layout-tab-window::before {
  content: "\e6ec";
}
.ti-layout-tab-v::before {
  content: "\e6ed";
}
.ti-layout-tab-min::before {
  content: "\e6ee";
}
.ti-layout-slider::before {
  content: "\e6ef";
}
.ti-layout-slider-alt::before {
  content: "\e6f0";
}
.ti-layout-sidebar-right::before {
  content: "\e6f1";
}
.ti-layout-sidebar-none::before {
  content: "\e6f2";
}
.ti-layout-sidebar-left::before {
  content: "\e6f3";
}
.ti-layout-placeholder::before {
  content: "\e6f4";
}
.ti-layout-menu::before {
  content: "\e6f5";
}
.ti-layout-menu-v::before {
  content: "\e6f6";
}
.ti-layout-menu-separated::before {
  content: "\e6f7";
}
.ti-layout-menu-full::before {
  content: "\e6f8";
}
.ti-layout-media-right-alt::before {
  content: "\e6f9";
}
.ti-layout-media-right::before {
  content: "\e6fa";
}
.ti-layout-media-overlay::before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt::before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2::before {
  content: "\e6fd";
}
.ti-layout-media-left-alt::before {
  content: "\e6fe";
}
.ti-layout-media-left::before {
  content: "\e6ff";
}
.ti-layout-media-center-alt::before {
  content: "\e700";
}
.ti-layout-media-center::before {
  content: "\e701";
}
.ti-layout-list-thumb::before {
  content: "\e702";
}
.ti-layout-list-thumb-alt::before {
  content: "\e703";
}
.ti-layout-list-post::before {
  content: "\e704";
}
.ti-layout-list-large-image::before {
  content: "\e705";
}
.ti-layout-line-solid::before {
  content: "\e706";
}
.ti-layout-grid4::before {
  content: "\e707";
}
.ti-layout-grid3::before {
  content: "\e708";
}
.ti-layout-grid2::before {
  content: "\e709";
}
.ti-layout-grid2-thumb::before {
  content: "\e70a";
}
.ti-layout-cta-right::before {
  content: "\e70b";
}
.ti-layout-cta-left::before {
  content: "\e70c";
}
.ti-layout-cta-center::before {
  content: "\e70d";
}
.ti-layout-cta-btn-right::before {
  content: "\e70e";
}
.ti-layout-cta-btn-left::before {
  content: "\e70f";
}
.ti-layout-column4::before {
  content: "\e710";
}
.ti-layout-column3::before {
  content: "\e711";
}
.ti-layout-column2::before {
  content: "\e712";
}
.ti-layout-accordion-separated::before {
  content: "\e713";
}
.ti-layout-accordion-merged::before {
  content: "\e714";
}
.ti-layout-accordion-list::before {
  content: "\e715";
}
.ti-ink-pen::before {
  content: "\e716";
}
.ti-info-alt::before {
  content: "\e717";
}
.ti-help-alt::before {
  content: "\e718";
}
.ti-headphone-alt::before {
  content: "\e719";
}
.ti-hand-point-up::before {
  content: "\e71a";
}
.ti-hand-point-right::before {
  content: "\e71b";
}
.ti-hand-point-left::before {
  content: "\e71c";
}
.ti-hand-point-down::before {
  content: "\e71d";
}
.ti-gallery::before {
  content: "\e71e";
}
.ti-face-smile::before {
  content: "\e71f";
}
.ti-face-sad::before {
  content: "\e720";
}
.ti-credit-card::before {
  content: "\e721";
}
.ti-control-skip-forward::before {
  content: "\e722";
}
.ti-control-skip-backward::before {
  content: "\e723";
}
.ti-control-record::before {
  content: "\e724";
}
.ti-control-eject::before {
  content: "\e725";
}
.ti-comments-smiley::before {
  content: "\e726";
}
.ti-brush-alt::before {
  content: "\e727";
}
.ti-youtube::before {
  content: "\e728";
}
.ti-vimeo::before {
  content: "\e729";
}
.ti-twitter::before {
  content: "\e72a";
}
.ti-time::before {
  content: "\e72b";
}
.ti-tumblr::before {
  content: "\e72c";
}
.ti-skype::before {
  content: "\e72d";
}
.ti-share::before {
  content: "\e72e";
}
.ti-share-alt::before {
  content: "\e72f";
}
.ti-rocket::before {
  content: "\e730";
}
.ti-pinterest::before {
  content: "\e731";
}
.ti-new-window::before {
  content: "\e732";
}
.ti-microsoft::before {
  content: "\e733";
}
.ti-list-ol::before {
  content: "\e734";
}
.ti-linkedin::before {
  content: "\e735";
}
.ti-layout-sidebar-2::before {
  content: "\e736";
}
.ti-layout-grid4-alt::before {
  content: "\e737";
}
.ti-layout-grid3-alt::before {
  content: "\e738";
}
.ti-layout-grid2-alt::before {
  content: "\e739";
}
.ti-layout-column4-alt::before {
  content: "\e73a";
}
.ti-layout-column3-alt::before {
  content: "\e73b";
}
.ti-layout-column2-alt::before {
  content: "\e73c";
}
.ti-instagram::before {
  content: "\e73d";
}
.ti-google::before {
  content: "\e73e";
}
.ti-github::before {
  content: "\e73f";
}
.ti-flickr::before {
  content: "\e740";
}
.ti-facebook::before {
  content: "\e741";
}
.ti-dropbox::before {
  content: "\e742";
}
.ti-dribbble::before {
  content: "\e743";
}
.ti-apple::before {
  content: "\e744";
}
.ti-android::before {
  content: "\e745";
}
.ti-save::before {
  content: "\e746";
}
.ti-save-alt::before {
  content: "\e747";
}
.ti-yahoo::before {
  content: "\e748";
}
.ti-wordpress::before {
  content: "\e749";
}
.ti-vimeo-alt::before {
  content: "\e74a";
}
.ti-twitter-alt::before {
  content: "\e74b";
}
.ti-tumblr-alt::before {
  content: "\e74c";
}
.ti-trello::before {
  content: "\e74d";
}
.ti-stack-overflow::before {
  content: "\e74e";
}
.ti-soundcloud::before {
  content: "\e74f";
}
.ti-sharethis::before {
  content: "\e750";
}
.ti-sharethis-alt::before {
  content: "\e751";
}
.ti-reddit::before {
  content: "\e752";
}
.ti-pinterest-alt::before {
  content: "\e753";
}
.ti-microsoft-alt::before {
  content: "\e754";
}
.ti-linux::before {
  content: "\e755";
}
.ti-jsfiddle::before {
  content: "\e756";
}
.ti-joomla::before {
  content: "\e757";
}
.ti-html5::before {
  content: "\e758";
}
.ti-flickr-alt::before {
  content: "\e759";
}
.ti-email::before {
  content: "\e75a";
}
.ti-drupal::before {
  content: "\e75b";
}
.ti-dropbox-alt::before {
  content: "\e75c";
}
.ti-css3::before {
  content: "\e75d";
}
.ti-rss::before {
  content: "\e75e";
}
.ti-rss-alt::before {
  content: "\e75f";
}

/* public/assets/icons/line-awesome/css/line-awesome.min.css */
.la,
.lab,
.lad,
.lal,
.lar,
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}
.la-xs {
  font-size: .75em;
}
.la-sm {
  font-size: .875em;
}
.la-1x {
  font-size: 1em;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-6x {
  font-size: 6em;
}
.la-7x {
  font-size: 7em;
}
.la-8x {
  font-size: 8em;
}
.la-9x {
  font-size: 9em;
}
.la-10x {
  font-size: 10em;
}
.la-fw {
  text-align: center;
  width: 1.25em;
}
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.la-ul > li {
  position: relative;
}
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.la-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.la-pull-left {
  float: left;
}
.la-pull-right {
  float: right;
}
.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
  margin-right: .3em;
}
.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
  margin-left: .3em;
}
.la-spin {
  animation: la-spin 2s infinite linear;
}
.la-pulse {
  animation: la-spin 1s infinite steps(8);
}
@keyframes la-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  transform: rotate(90deg);
}
.la-rotate-180 {
  transform: rotate(180deg);
}
.la-rotate-270 {
  transform: rotate(270deg);
}
.la-flip-horizontal {
  transform: scale(-1, 1);
}
.la-flip-vertical {
  transform: scale(1, -1);
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
  transform: scale(-1, -1);
}
:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
  filter: none;
}
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #fff;
}
.la-500px::before {
  content: "\f26e";
}
.la-accessible-icon::before {
  content: "\f368";
}
.la-accusoft::before {
  content: "\f369";
}
.la-acquisitions-incorporated::before {
  content: "\f6af";
}
.la-ad::before {
  content: "\f641";
}
.la-address-book::before {
  content: "\f2b9";
}
.la-address-card::before {
  content: "\f2bb";
}
.la-adjust::before {
  content: "\f042";
}
.la-adn::before {
  content: "\f170";
}
.la-adobe::before {
  content: "\f778";
}
.la-adversal::before {
  content: "\f36a";
}
.la-affiliatetheme::before {
  content: "\f36b";
}
.la-air-freshener::before {
  content: "\f5d0";
}
.la-airbnb::before {
  content: "\f834";
}
.la-algolia::before {
  content: "\f36c";
}
.la-align-center::before {
  content: "\f037";
}
.la-align-justify::before {
  content: "\f039";
}
.la-align-left::before {
  content: "\f036";
}
.la-align-right::before {
  content: "\f038";
}
.la-alipay::before {
  content: "\f642";
}
.la-allergies::before {
  content: "\f461";
}
.la-amazon::before {
  content: "\f270";
}
.la-amazon-pay::before {
  content: "\f42c";
}
.la-ambulance::before {
  content: "\f0f9";
}
.la-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.la-amilia::before {
  content: "\f36d";
}
.la-anchor::before {
  content: "\f13d";
}
.la-android::before {
  content: "\f17b";
}
.la-angellist::before {
  content: "\f209";
}
.la-angle-double-down::before {
  content: "\f103";
}
.la-angle-double-left::before {
  content: "\f100";
}
.la-angle-double-right::before {
  content: "\f101";
}
.la-angle-double-up::before {
  content: "\f102";
}
.la-angle-down::before {
  content: "\f107";
}
.la-angle-left::before {
  content: "\f104";
}
.la-angle-right::before {
  content: "\f105";
}
.la-angle-up::before {
  content: "\f106";
}
.la-angry::before {
  content: "\f556";
}
.la-angrycreative::before {
  content: "\f36e";
}
.la-angular::before {
  content: "\f420";
}
.la-ankh::before {
  content: "\f644";
}
.la-app-store::before {
  content: "\f36f";
}
.la-app-store-ios::before {
  content: "\f370";
}
.la-apper::before {
  content: "\f371";
}
.la-apple::before {
  content: "\f179";
}
.la-apple-alt::before {
  content: "\f5d1";
}
.la-apple-pay::before {
  content: "\f415";
}
.la-archive::before {
  content: "\f187";
}
.la-archway::before {
  content: "\f557";
}
.la-arrow-alt-circle-down::before {
  content: "\f358";
}
.la-arrow-alt-circle-left::before {
  content: "\f359";
}
.la-arrow-alt-circle-right::before {
  content: "\f35a";
}
.la-arrow-alt-circle-up::before {
  content: "\f35b";
}
.la-arrow-circle-down::before {
  content: "\f0ab";
}
.la-arrow-circle-left::before {
  content: "\f0a8";
}
.la-arrow-circle-right::before {
  content: "\f0a9";
}
.la-arrow-circle-up::before {
  content: "\f0aa";
}
.la-arrow-down::before {
  content: "\f063";
}
.la-arrow-left::before {
  content: "\f060";
}
.la-arrow-right::before {
  content: "\f061";
}
.la-arrow-up::before {
  content: "\f062";
}
.la-arrows-alt::before {
  content: "\f0b2";
}
.la-arrows-alt-h::before {
  content: "\f337";
}
.la-arrows-alt-v::before {
  content: "\f338";
}
.la-artstation::before {
  content: "\f77a";
}
.la-assistive-listening-systems::before {
  content: "\f2a2";
}
.la-asterisk::before {
  content: "\f069";
}
.la-asymmetrik::before {
  content: "\f372";
}
.la-at::before {
  content: "\f1fa";
}
.la-atlas::before {
  content: "\f558";
}
.la-atlassian::before {
  content: "\f77b";
}
.la-atom::before {
  content: "\f5d2";
}
.la-audible::before {
  content: "\f373";
}
.la-audio-description::before {
  content: "\f29e";
}
.la-autoprefixer::before {
  content: "\f41c";
}
.la-avianex::before {
  content: "\f374";
}
.la-aviato::before {
  content: "\f421";
}
.la-award::before {
  content: "\f559";
}
.la-aws::before {
  content: "\f375";
}
.la-baby::before {
  content: "\f77c";
}
.la-baby-carriage::before {
  content: "\f77d";
}
.la-backspace::before {
  content: "\f55a";
}
.la-backward::before {
  content: "\f04a";
}
.la-bacon::before {
  content: "\f7e5";
}
.la-balance-scale::before {
  content: "\f24e";
}
.la-balance-scale-left::before {
  content: "\f515";
}
.la-balance-scale-right::before {
  content: "\f516";
}
.la-ban::before {
  content: "\f05e";
}
.la-band-aid::before {
  content: "\f462";
}
.la-bandcamp::before {
  content: "\f2d5";
}
.la-barcode::before {
  content: "\f02a";
}
.la-bars::before {
  content: "\f0c9";
}
.la-baseball-ball::before {
  content: "\f433";
}
.la-basketball-ball::before {
  content: "\f434";
}
.la-bath::before {
  content: "\f2cd";
}
.la-battery-empty::before {
  content: "\f244";
}
.la-battery-full::before {
  content: "\f240";
}
.la-battery-half::before {
  content: "\f242";
}
.la-battery-quarter::before {
  content: "\f243";
}
.la-battery-three-quarters::before {
  content: "\f241";
}
.la-battle-net::before {
  content: "\f835";
}
.la-bed::before {
  content: "\f236";
}
.la-beer::before {
  content: "\f0fc";
}
.la-behance::before {
  content: "\f1b4";
}
.la-behance-square::before {
  content: "\f1b5";
}
.la-bell::before {
  content: "\f0f3";
}
.la-bell-slash::before {
  content: "\f1f6";
}
.la-bezier-curve::before {
  content: "\f55b";
}
.la-bible::before {
  content: "\f647";
}
.la-bicycle::before {
  content: "\f206";
}
.la-biking::before {
  content: "\f84a";
}
.la-bimobject::before {
  content: "\f378";
}
.la-binoculars::before {
  content: "\f1e5";
}
.la-biohazard::before {
  content: "\f780";
}
.la-birthday-cake::before {
  content: "\f1fd";
}
.la-bitbucket::before {
  content: "\f171";
}
.la-bitcoin::before {
  content: "\f379";
}
.la-bity::before {
  content: "\f37a";
}
.la-black-tie::before {
  content: "\f27e";
}
.la-blackberry::before {
  content: "\f37b";
}
.la-blender::before {
  content: "\f517";
}
.la-blender-phone::before {
  content: "\f6b6";
}
.la-blind::before {
  content: "\f29d";
}
.la-blog::before {
  content: "\f781";
}
.la-blogger::before {
  content: "\f37c";
}
.la-blogger-b::before {
  content: "\f37d";
}
.la-bluetooth::before {
  content: "\f293";
}
.la-bluetooth-b::before {
  content: "\f294";
}
.la-bold::before {
  content: "\f032";
}
.la-bolt::before {
  content: "\f0e7";
}
.la-bomb::before {
  content: "\f1e2";
}
.la-bone::before {
  content: "\f5d7";
}
.la-bong::before {
  content: "\f55c";
}
.la-book::before {
  content: "\f02d";
}
.la-book-dead::before {
  content: "\f6b7";
}
.la-book-medical::before {
  content: "\f7e6";
}
.la-book-open::before {
  content: "\f518";
}
.la-book-reader::before {
  content: "\f5da";
}
.la-bookmark::before {
  content: "\f02e";
}
.la-bootstrap::before {
  content: "\f836";
}
.la-border-all::before {
  content: "\f84c";
}
.la-border-none::before {
  content: "\f850";
}
.la-border-style::before {
  content: "\f853";
}
.la-bowling-ball::before {
  content: "\f436";
}
.la-box::before {
  content: "\f466";
}
.la-box-open::before {
  content: "\f49e";
}
.la-boxes::before {
  content: "\f468";
}
.la-braille::before {
  content: "\f2a1";
}
.la-brain::before {
  content: "\f5dc";
}
.la-bread-slice::before {
  content: "\f7ec";
}
.la-briefcase::before {
  content: "\f0b1";
}
.la-briefcase-medical::before {
  content: "\f469";
}
.la-broadcast-tower::before {
  content: "\f519";
}
.la-broom::before {
  content: "\f51a";
}
.la-brush::before {
  content: "\f55d";
}
.la-btc::before {
  content: "\f15a";
}
.la-buffer::before {
  content: "\f837";
}
.la-bug::before {
  content: "\f188";
}
.la-building::before {
  content: "\f1ad";
}
.la-bullhorn::before {
  content: "\f0a1";
}
.la-bullseye::before {
  content: "\f140";
}
.la-burn::before {
  content: "\f46a";
}
.la-buromobelexperte::before {
  content: "\f37f";
}
.la-bus::before {
  content: "\f207";
}
.la-bus-alt::before {
  content: "\f55e";
}
.la-business-time::before {
  content: "\f64a";
}
.la-buy-n-large::before {
  content: "\f8a6";
}
.la-buysellads::before {
  content: "\f20d";
}
.la-calculator::before {
  content: "\f1ec";
}
.la-calendar::before {
  content: "\f133";
}
.la-calendar-alt::before {
  content: "\f073";
}
.la-calendar-check::before {
  content: "\f274";
}
.la-calendar-day::before {
  content: "\f783";
}
.la-calendar-minus::before {
  content: "\f272";
}
.la-calendar-plus::before {
  content: "\f271";
}
.la-calendar-times::before {
  content: "\f273";
}
.la-calendar-week::before {
  content: "\f784";
}
.la-camera::before {
  content: "\f030";
}
.la-camera-retro::before {
  content: "\f083";
}
.la-campground::before {
  content: "\f6bb";
}
.la-canadian-maple-leaf::before {
  content: "\f785";
}
.la-candy-cane::before {
  content: "\f786";
}
.la-cannabis::before {
  content: "\f55f";
}
.la-capsules::before {
  content: "\f46b";
}
.la-car::before {
  content: "\f1b9";
}
.la-car-alt::before {
  content: "\f5de";
}
.la-car-battery::before {
  content: "\f5df";
}
.la-car-crash::before {
  content: "\f5e1";
}
.la-car-side::before {
  content: "\f5e4";
}
.la-caret-down::before {
  content: "\f0d7";
}
.la-caret-left::before {
  content: "\f0d9";
}
.la-caret-right::before {
  content: "\f0da";
}
.la-caret-square-down::before {
  content: "\f150";
}
.la-caret-square-left::before {
  content: "\f191";
}
.la-caret-square-right::before {
  content: "\f152";
}
.la-caret-square-up::before {
  content: "\f151";
}
.la-caret-up::before {
  content: "\f0d8";
}
.la-carrot::before {
  content: "\f787";
}
.la-cart-arrow-down::before {
  content: "\f218";
}
.la-cart-plus::before {
  content: "\f217";
}
.la-cash-register::before {
  content: "\f788";
}
.la-cat::before {
  content: "\f6be";
}
.la-cc-amazon-pay::before {
  content: "\f42d";
}
.la-cc-amex::before {
  content: "\f1f3";
}
.la-cc-apple-pay::before {
  content: "\f416";
}
.la-cc-diners-club::before {
  content: "\f24c";
}
.la-cc-discover::before {
  content: "\f1f2";
}
.la-cc-jcb::before {
  content: "\f24b";
}
.la-cc-mastercard::before {
  content: "\f1f1";
}
.la-cc-paypal::before {
  content: "\f1f4";
}
.la-cc-stripe::before {
  content: "\f1f5";
}
.la-cc-visa::before {
  content: "\f1f0";
}
.la-centercode::before {
  content: "\f380";
}
.la-centos::before {
  content: "\f789";
}
.la-certificate::before {
  content: "\f0a3";
}
.la-chair::before {
  content: "\f6c0";
}
.la-chalkboard::before {
  content: "\f51b";
}
.la-chalkboard-teacher::before {
  content: "\f51c";
}
.la-charging-station::before {
  content: "\f5e7";
}
.la-chart-area::before {
  content: "\f1fe";
}
.la-chart-bar::before {
  content: "\f080";
}
.la-chart-line::before {
  content: "\f201";
}
.la-chart-pie::before {
  content: "\f200";
}
.la-check::before {
  content: "\f00c";
}
.la-check-circle::before {
  content: "\f058";
}
.la-check-double::before {
  content: "\f560";
}
.la-check-square::before {
  content: "\f14a";
}
.la-cheese::before {
  content: "\f7ef";
}
.la-chess::before {
  content: "\f439";
}
.la-chess-bishop::before {
  content: "\f43a";
}
.la-chess-board::before {
  content: "\f43c";
}
.la-chess-king::before {
  content: "\f43f";
}
.la-chess-knight::before {
  content: "\f441";
}
.la-chess-pawn::before {
  content: "\f443";
}
.la-chess-queen::before {
  content: "\f445";
}
.la-chess-rook::before {
  content: "\f447";
}
.la-chevron-circle-down::before {
  content: "\f13a";
}
.la-chevron-circle-left::before {
  content: "\f137";
}
.la-chevron-circle-right::before {
  content: "\f138";
}
.la-chevron-circle-up::before {
  content: "\f139";
}
.la-chevron-down::before {
  content: "\f078";
}
.la-chevron-left::before {
  content: "\f053";
}
.la-chevron-right::before {
  content: "\f054";
}
.la-chevron-up::before {
  content: "\f077";
}
.la-child::before {
  content: "\f1ae";
}
.la-chrome::before {
  content: "\f268";
}
.la-chromecast::before {
  content: "\f838";
}
.la-church::before {
  content: "\f51d";
}
.la-circle::before {
  content: "\f111";
}
.la-circle-notch::before {
  content: "\f1ce";
}
.la-city::before {
  content: "\f64f";
}
.la-clinic-medical::before {
  content: "\f7f2";
}
.la-clipboard::before {
  content: "\f328";
}
.la-clipboard-check::before {
  content: "\f46c";
}
.la-clipboard-list::before {
  content: "\f46d";
}
.la-clock::before {
  content: "\f017";
}
.la-clone::before {
  content: "\f24d";
}
.la-closed-captioning::before {
  content: "\f20a";
}
.la-cloud::before {
  content: "\f0c2";
}
.la-cloud-download-alt::before {
  content: "\f381";
}
.la-cloud-meatball::before {
  content: "\f73b";
}
.la-cloud-moon::before {
  content: "\f6c3";
}
.la-cloud-moon-rain::before {
  content: "\f73c";
}
.la-cloud-rain::before {
  content: "\f73d";
}
.la-cloud-showers-heavy::before {
  content: "\f740";
}
.la-cloud-sun::before {
  content: "\f6c4";
}
.la-cloud-sun-rain::before {
  content: "\f743";
}
.la-cloud-upload-alt::before {
  content: "\f382";
}
.la-cloudscale::before {
  content: "\f383";
}
.la-cloudsmith::before {
  content: "\f384";
}
.la-cloudversify::before {
  content: "\f385";
}
.la-cocktail::before {
  content: "\f561";
}
.la-code::before {
  content: "\f121";
}
.la-code-branch::before {
  content: "\f126";
}
.la-codepen::before {
  content: "\f1cb";
}
.la-codiepie::before {
  content: "\f284";
}
.la-coffee::before {
  content: "\f0f4";
}
.la-cog::before {
  content: "\f013";
}
.la-cogs::before {
  content: "\f085";
}
.la-coins::before {
  content: "\f51e";
}
.la-columns::before {
  content: "\f0db";
}
.la-comment::before {
  content: "\f075";
}
.la-comment-alt::before {
  content: "\f27a";
}
.la-comment-dollar::before {
  content: "\f651";
}
.la-comment-dots::before {
  content: "\f4ad";
}
.la-comment-medical::before {
  content: "\f7f5";
}
.la-comment-slash::before {
  content: "\f4b3";
}
.la-comments::before {
  content: "\f086";
}
.la-comments-dollar::before {
  content: "\f653";
}
.la-compact-disc::before {
  content: "\f51f";
}
.la-compass::before {
  content: "\f14e";
}
.la-compress::before {
  content: "\f066";
}
.la-compress-arrows-alt::before {
  content: "\f78c";
}
.la-concierge-bell::before {
  content: "\f562";
}
.la-confluence::before {
  content: "\f78d";
}
.la-connectdevelop::before {
  content: "\f20e";
}
.la-contao::before {
  content: "\f26d";
}
.la-cookie::before {
  content: "\f563";
}
.la-cookie-bite::before {
  content: "\f564";
}
.la-copy::before {
  content: "\f0c5";
}
.la-copyright::before {
  content: "\f1f9";
}
.la-cotton-bureau::before {
  content: "\f89e";
}
.la-couch::before {
  content: "\f4b8";
}
.la-cpanel::before {
  content: "\f388";
}
.la-creative-commons::before {
  content: "\f25e";
}
.la-creative-commons-by::before {
  content: "\f4e7";
}
.la-creative-commons-nc::before {
  content: "\f4e8";
}
.la-creative-commons-nc-eu::before {
  content: "\f4e9";
}
.la-creative-commons-nc-jp::before {
  content: "\f4ea";
}
.la-creative-commons-nd::before {
  content: "\f4eb";
}
.la-creative-commons-pd::before {
  content: "\f4ec";
}
.la-creative-commons-pd-alt::before {
  content: "\f4ed";
}
.la-creative-commons-remix::before {
  content: "\f4ee";
}
.la-creative-commons-sa::before {
  content: "\f4ef";
}
.la-creative-commons-sampling::before {
  content: "\f4f0";
}
.la-creative-commons-sampling-plus::before {
  content: "\f4f1";
}
.la-creative-commons-share::before {
  content: "\f4f2";
}
.la-creative-commons-zero::before {
  content: "\f4f3";
}
.la-credit-card::before {
  content: "\f09d";
}
.la-critical-role::before {
  content: "\f6c9";
}
.la-crop::before {
  content: "\f125";
}
.la-crop-alt::before {
  content: "\f565";
}
.la-cross::before {
  content: "\f654";
}
.la-crosshairs::before {
  content: "\f05b";
}
.la-crow::before {
  content: "\f520";
}
.la-crown::before {
  content: "\f521";
}
.la-crutch::before {
  content: "\f7f7";
}
.la-css3::before {
  content: "\f13c";
}
.la-css3-alt::before {
  content: "\f38b";
}
.la-cube::before {
  content: "\f1b2";
}
.la-cubes::before {
  content: "\f1b3";
}
.la-cut::before {
  content: "\f0c4";
}
.la-cuttlefish::before {
  content: "\f38c";
}
.la-d-and-d::before {
  content: "\f38d";
}
.la-d-and-d-beyond::before {
  content: "\f6ca";
}
.la-dashcube::before {
  content: "\f210";
}
.la-database::before {
  content: "\f1c0";
}
.la-deaf::before {
  content: "\f2a4";
}
.la-delicious::before {
  content: "\f1a5";
}
.la-democrat::before {
  content: "\f747";
}
.la-deploydog::before {
  content: "\f38e";
}
.la-deskpro::before {
  content: "\f38f";
}
.la-desktop::before {
  content: "\f108";
}
.la-dev::before {
  content: "\f6cc";
}
.la-deviantart::before {
  content: "\f1bd";
}
.la-dharmachakra::before {
  content: "\f655";
}
.la-dhl::before {
  content: "\f790";
}
.la-diagnoses::before {
  content: "\f470";
}
.la-diaspora::before {
  content: "\f791";
}
.la-dice::before {
  content: "\f522";
}
.la-dice-d20::before {
  content: "\f6cf";
}
.la-dice-d6::before {
  content: "\f6d1";
}
.la-dice-five::before {
  content: "\f523";
}
.la-dice-four::before {
  content: "\f524";
}
.la-dice-one::before {
  content: "\f525";
}
.la-dice-six::before {
  content: "\f526";
}
.la-dice-three::before {
  content: "\f527";
}
.la-dice-two::before {
  content: "\f528";
}
.la-digg::before {
  content: "\f1a6";
}
.la-digital-ocean::before {
  content: "\f391";
}
.la-digital-tachograph::before {
  content: "\f566";
}
.la-directions::before {
  content: "\f5eb";
}
.la-discord::before {
  content: "\f392";
}
.la-discourse::before {
  content: "\f393";
}
.la-divide::before {
  content: "\f529";
}
.la-dizzy::before {
  content: "\f567";
}
.la-dna::before {
  content: "\f471";
}
.la-dochub::before {
  content: "\f394";
}
.la-docker::before {
  content: "\f395";
}
.la-dog::before {
  content: "\f6d3";
}
.la-dollar-sign::before {
  content: "\f155";
}
.la-dolly::before {
  content: "\f472";
}
.la-dolly-flatbed::before {
  content: "\f474";
}
.la-donate::before {
  content: "\f4b9";
}
.la-door-closed::before {
  content: "\f52a";
}
.la-door-open::before {
  content: "\f52b";
}
.la-dot-circle::before {
  content: "\f192";
}
.la-dove::before {
  content: "\f4ba";
}
.la-download::before {
  content: "\f019";
}
.la-draft2digital::before {
  content: "\f396";
}
.la-drafting-compass::before {
  content: "\f568";
}
.la-dragon::before {
  content: "\f6d5";
}
.la-draw-polygon::before {
  content: "\f5ee";
}
.la-dribbble::before {
  content: "\f17d";
}
.la-dribbble-square::before {
  content: "\f397";
}
.la-dropbox::before {
  content: "\f16b";
}
.la-drum::before {
  content: "\f569";
}
.la-drum-steelpan::before {
  content: "\f56a";
}
.la-drumstick-bite::before {
  content: "\f6d7";
}
.la-drupal::before {
  content: "\f1a9";
}
.la-dumbbell::before {
  content: "\f44b";
}
.la-dumpster::before {
  content: "\f793";
}
.la-dumpster-fire::before {
  content: "\f794";
}
.la-dungeon::before {
  content: "\f6d9";
}
.la-dyalog::before {
  content: "\f399";
}
.la-earlybirds::before {
  content: "\f39a";
}
.la-ebay::before {
  content: "\f4f4";
}
.la-edge::before {
  content: "\f282";
}
.la-edit::before {
  content: "\f044";
}
.la-egg::before {
  content: "\f7fb";
}
.la-eject::before {
  content: "\f052";
}
.la-elementor::before {
  content: "\f430";
}
.la-ellipsis-h::before {
  content: "\f141";
}
.la-ellipsis-v::before {
  content: "\f142";
}
.la-ello::before {
  content: "\f5f1";
}
.la-ember::before {
  content: "\f423";
}
.la-empire::before {
  content: "\f1d1";
}
.la-envelope::before {
  content: "\f0e0";
}
.la-envelope-open::before {
  content: "\f2b6";
}
.la-envelope-open-text::before {
  content: "\f658";
}
.la-envelope-square::before {
  content: "\f199";
}
.la-envira::before {
  content: "\f299";
}
.la-equals::before {
  content: "\f52c";
}
.la-eraser::before {
  content: "\f12d";
}
.la-erlang::before {
  content: "\f39d";
}
.la-ethereum::before {
  content: "\f42e";
}
.la-ethernet::before {
  content: "\f796";
}
.la-etsy::before {
  content: "\f2d7";
}
.la-euro-sign::before {
  content: "\f153";
}
.la-evernote::before {
  content: "\f839";
}
.la-exchange-alt::before {
  content: "\f362";
}
.la-exclamation::before {
  content: "\f12a";
}
.la-exclamation-circle::before {
  content: "\f06a";
}
.la-exclamation-triangle::before {
  content: "\f071";
}
.la-expand::before {
  content: "\f065";
}
.la-expand-arrows-alt::before {
  content: "\f31e";
}
.la-expeditedssl::before {
  content: "\f23e";
}
.la-external-link-alt::before {
  content: "\f35d";
}
.la-external-link-square-alt::before {
  content: "\f360";
}
.la-eye::before {
  content: "\f06e";
}
.la-eye-dropper::before {
  content: "\f1fb";
}
.la-eye-slash::before {
  content: "\f070";
}
.la-facebook::before {
  content: "\f09a";
}
.la-facebook-f::before {
  content: "\f39e";
}
.la-facebook-messenger::before {
  content: "\f39f";
}
.la-facebook-square::before {
  content: "\f082";
}
.la-fan::before {
  content: "\f863";
}
.la-fantasy-flight-games::before {
  content: "\f6dc";
}
.la-fast-backward::before {
  content: "\f049";
}
.la-fast-forward::before {
  content: "\f050";
}
.la-fax::before {
  content: "\f1ac";
}
.la-feather::before {
  content: "\f52d";
}
.la-feather-alt::before {
  content: "\f56b";
}
.la-fedex::before {
  content: "\f797";
}
.la-fedora::before {
  content: "\f798";
}
.la-female::before {
  content: "\f182";
}
.la-fighter-jet::before {
  content: "\f0fb";
}
.la-figma::before {
  content: "\f799";
}
.la-file::before {
  content: "\f15b";
}
.la-file-alt::before {
  content: "\f15c";
}
.la-file-archive::before {
  content: "\f1c6";
}
.la-file-audio::before {
  content: "\f1c7";
}
.la-file-code::before {
  content: "\f1c9";
}
.la-file-contract::before {
  content: "\f56c";
}
.la-file-csv::before {
  content: "\f6dd";
}
.la-file-download::before {
  content: "\f56d";
}
.la-file-excel::before {
  content: "\f1c3";
}
.la-file-export::before {
  content: "\f56e";
}
.la-file-image::before {
  content: "\f1c5";
}
.la-file-import::before {
  content: "\f56f";
}
.la-file-invoice::before {
  content: "\f570";
}
.la-file-invoice-dollar::before {
  content: "\f571";
}
.la-file-medical::before {
  content: "\f477";
}
.la-file-medical-alt::before {
  content: "\f478";
}
.la-file-pdf::before {
  content: "\f1c1";
}
.la-file-powerpoint::before {
  content: "\f1c4";
}
.la-file-prescription::before {
  content: "\f572";
}
.la-file-signature::before {
  content: "\f573";
}
.la-file-upload::before {
  content: "\f574";
}
.la-file-video::before {
  content: "\f1c8";
}
.la-file-word::before {
  content: "\f1c2";
}
.la-fill::before {
  content: "\f575";
}
.la-fill-drip::before {
  content: "\f576";
}
.la-film::before {
  content: "\f008";
}
.la-filter::before {
  content: "\f0b0";
}
.la-fingerprint::before {
  content: "\f577";
}
.la-fire::before {
  content: "\f06d";
}
.la-fire-alt::before {
  content: "\f7e4";
}
.la-fire-extinguisher::before {
  content: "\f134";
}
.la-firefox::before {
  content: "\f269";
}
.la-first-aid::before {
  content: "\f479";
}
.la-first-order::before {
  content: "\f2b0";
}
.la-first-order-alt::before {
  content: "\f50a";
}
.la-firstdraft::before {
  content: "\f3a1";
}
.la-fish::before {
  content: "\f578";
}
.la-fist-raised::before {
  content: "\f6de";
}
.la-flag::before {
  content: "\f024";
}
.la-flag-checkered::before {
  content: "\f11e";
}
.la-flag-usa::before {
  content: "\f74d";
}
.la-flask::before {
  content: "\f0c3";
}
.la-flickr::before {
  content: "\f16e";
}
.la-flipboard::before {
  content: "\f44d";
}
.la-flushed::before {
  content: "\f579";
}
.la-fly::before {
  content: "\f417";
}
.la-folder::before {
  content: "\f07b";
}
.la-folder-minus::before {
  content: "\f65d";
}
.la-folder-open::before {
  content: "\f07c";
}
.la-folder-plus::before {
  content: "\f65e";
}
.la-font::before {
  content: "\f031";
}
.la-font-awesome::before {
  content: "\f2b4";
}
.la-font-awesome-alt::before {
  content: "\f35c";
}
.la-font-awesome-flag::before {
  content: "\f425";
}
.la-font-awesome-logo-full::before {
  content: "\f4e6";
}
.la-fonticons::before {
  content: "\f280";
}
.la-fonticons-fi::before {
  content: "\f3a2";
}
.la-football-ball::before {
  content: "\f44e";
}
.la-fort-awesome::before {
  content: "\f286";
}
.la-fort-awesome-alt::before {
  content: "\f3a3";
}
.la-forumbee::before {
  content: "\f211";
}
.la-forward::before {
  content: "\f04e";
}
.la-foursquare::before {
  content: "\f180";
}
.la-free-code-camp::before {
  content: "\f2c5";
}
.la-freebsd::before {
  content: "\f3a4";
}
.la-frog::before {
  content: "\f52e";
}
.la-frown::before {
  content: "\f119";
}
.la-frown-open::before {
  content: "\f57a";
}
.la-fulcrum::before {
  content: "\f50b";
}
.la-funnel-dollar::before {
  content: "\f662";
}
.la-futbol::before {
  content: "\f1e3";
}
.la-galactic-republic::before {
  content: "\f50c";
}
.la-galactic-senate::before {
  content: "\f50d";
}
.la-gamepad::before {
  content: "\f11b";
}
.la-gas-pump::before {
  content: "\f52f";
}
.la-gavel::before {
  content: "\f0e3";
}
.la-gem::before {
  content: "\f3a5";
}
.la-genderless::before {
  content: "\f22d";
}
.la-get-pocket::before {
  content: "\f265";
}
.la-gg::before {
  content: "\f260";
}
.la-gg-circle::before {
  content: "\f261";
}
.la-ghost::before {
  content: "\f6e2";
}
.la-gift::before {
  content: "\f06b";
}
.la-gifts::before {
  content: "\f79c";
}
.la-git::before {
  content: "\f1d3";
}
.la-git-alt::before {
  content: "\f841";
}
.la-git-square::before {
  content: "\f1d2";
}
.la-github::before {
  content: "\f09b";
}
.la-github-alt::before {
  content: "\f113";
}
.la-github-square::before {
  content: "\f092";
}
.la-gitkraken::before {
  content: "\f3a6";
}
.la-gitlab::before {
  content: "\f296";
}
.la-gitter::before {
  content: "\f426";
}
.la-glass-cheers::before {
  content: "\f79f";
}
.la-glass-martini::before {
  content: "\f000";
}
.la-glass-martini-alt::before {
  content: "\f57b";
}
.la-glass-whiskey::before {
  content: "\f7a0";
}
.la-glasses::before {
  content: "\f530";
}
.la-glide::before {
  content: "\f2a5";
}
.la-glide-g::before {
  content: "\f2a6";
}
.la-globe::before {
  content: "\f0ac";
}
.la-globe-africa::before {
  content: "\f57c";
}
.la-globe-americas::before {
  content: "\f57d";
}
.la-globe-asia::before {
  content: "\f57e";
}
.la-globe-europe::before {
  content: "\f7a2";
}
.la-gofore::before {
  content: "\f3a7";
}
.la-golf-ball::before {
  content: "\f450";
}
.la-goodreads::before {
  content: "\f3a8";
}
.la-goodreads-g::before {
  content: "\f3a9";
}
.la-google::before {
  content: "\f1a0";
}
.la-google-drive::before {
  content: "\f3aa";
}
.la-google-play::before {
  content: "\f3ab";
}
.la-google-plus::before {
  content: "\f2b3";
}
.la-google-plus-g::before {
  content: "\f0d5";
}
.la-google-plus-square::before {
  content: "\f0d4";
}
.la-google-wallet::before {
  content: "\f1ee";
}
.la-gopuram::before {
  content: "\f664";
}
.la-graduation-cap::before {
  content: "\f19d";
}
.la-gratipay::before {
  content: "\f184";
}
.la-grav::before {
  content: "\f2d6";
}
.la-greater-than::before {
  content: "\f531";
}
.la-greater-than-equal::before {
  content: "\f532";
}
.la-grimace::before {
  content: "\f57f";
}
.la-grin::before {
  content: "\f580";
}
.la-grin-alt::before {
  content: "\f581";
}
.la-grin-beam::before {
  content: "\f582";
}
.la-grin-beam-sweat::before {
  content: "\f583";
}
.la-grin-hearts::before {
  content: "\f584";
}
.la-grin-squint::before {
  content: "\f585";
}
.la-grin-squint-tears::before {
  content: "\f586";
}
.la-grin-stars::before {
  content: "\f587";
}
.la-grin-tears::before {
  content: "\f588";
}
.la-grin-tongue::before {
  content: "\f589";
}
.la-grin-tongue-squint::before {
  content: "\f58a";
}
.la-grin-tongue-wink::before {
  content: "\f58b";
}
.la-grin-wink::before {
  content: "\f58c";
}
.la-grip-horizontal::before {
  content: "\f58d";
}
.la-grip-lines::before {
  content: "\f7a4";
}
.la-grip-lines-vertical::before {
  content: "\f7a5";
}
.la-grip-vertical::before {
  content: "\f58e";
}
.la-gripfire::before {
  content: "\f3ac";
}
.la-grunt::before {
  content: "\f3ad";
}
.la-guitar::before {
  content: "\f7a6";
}
.la-gulp::before {
  content: "\f3ae";
}
.la-h-square::before {
  content: "\f0fd";
}
.la-hacker-news::before {
  content: "\f1d4";
}
.la-hacker-news-square::before {
  content: "\f3af";
}
.la-hackerrank::before {
  content: "\f5f7";
}
.la-hamburger::before {
  content: "\f805";
}
.la-hammer::before {
  content: "\f6e3";
}
.la-hamsa::before {
  content: "\f665";
}
.la-hand-holding::before {
  content: "\f4bd";
}
.la-hand-holding-heart::before {
  content: "\f4be";
}
.la-hand-holding-usd::before {
  content: "\f4c0";
}
.la-hand-lizard::before {
  content: "\f258";
}
.la-hand-middle-finger::before {
  content: "\f806";
}
.la-hand-paper::before {
  content: "\f256";
}
.la-hand-peace::before {
  content: "\f25b";
}
.la-hand-point-down::before {
  content: "\f0a7";
}
.la-hand-point-left::before {
  content: "\f0a5";
}
.la-hand-point-right::before {
  content: "\f0a4";
}
.la-hand-point-up::before {
  content: "\f0a6";
}
.la-hand-pointer::before {
  content: "\f25a";
}
.la-hand-rock::before {
  content: "\f255";
}
.la-hand-scissors::before {
  content: "\f257";
}
.la-hand-spock::before {
  content: "\f259";
}
.la-hands::before {
  content: "\f4c2";
}
.la-hands-helping::before {
  content: "\f4c4";
}
.la-handshake::before {
  content: "\f2b5";
}
.la-hanukiah::before {
  content: "\f6e6";
}
.la-hard-hat::before {
  content: "\f807";
}
.la-hashtag::before {
  content: "\f292";
}
.la-hat-cowboy::before {
  content: "\f8c0";
}
.la-hat-cowboy-side::before {
  content: "\f8c1";
}
.la-hat-wizard::before {
  content: "\f6e8";
}
.la-haykal::before {
  content: "\f666";
}
.la-hdd::before {
  content: "\f0a0";
}
.la-heading::before {
  content: "\f1dc";
}
.la-headphones::before {
  content: "\f025";
}
.la-headphones-alt::before {
  content: "\f58f";
}
.la-headset::before {
  content: "\f590";
}
.la-heart::before {
  content: "\f004";
}
.la-heart-broken::before {
  content: "\f7a9";
}
.la-heartbeat::before {
  content: "\f21e";
}
.la-helicopter::before {
  content: "\f533";
}
.la-highlighter::before {
  content: "\f591";
}
.la-hiking::before {
  content: "\f6ec";
}
.la-hippo::before {
  content: "\f6ed";
}
.la-hips::before {
  content: "\f452";
}
.la-hire-a-helper::before {
  content: "\f3b0";
}
.la-history::before {
  content: "\f1da";
}
.la-hockey-puck::before {
  content: "\f453";
}
.la-holly-berry::before {
  content: "\f7aa";
}
.la-home::before {
  content: "\f015";
}
.la-hooli::before {
  content: "\f427";
}
.la-hornbill::before {
  content: "\f592";
}
.la-horse::before {
  content: "\f6f0";
}
.la-horse-head::before {
  content: "\f7ab";
}
.la-hospital::before {
  content: "\f0f8";
}
.la-hospital-alt::before {
  content: "\f47d";
}
.la-hospital-symbol::before {
  content: "\f47e";
}
.la-hot-tub::before {
  content: "\f593";
}
.la-hotdog::before {
  content: "\f80f";
}
.la-hotel::before {
  content: "\f594";
}
.la-hotjar::before {
  content: "\f3b1";
}
.la-hourglass::before {
  content: "\f254";
}
.la-hourglass-end::before {
  content: "\f253";
}
.la-hourglass-half::before {
  content: "\f252";
}
.la-hourglass-start::before {
  content: "\f251";
}
.la-house-damage::before {
  content: "\f6f1";
}
.la-houzz::before {
  content: "\f27c";
}
.la-hryvnia::before {
  content: "\f6f2";
}
.la-html5::before {
  content: "\f13b";
}
.la-hubspot::before {
  content: "\f3b2";
}
.la-i-cursor::before {
  content: "\f246";
}
.la-ice-cream::before {
  content: "\f810";
}
.la-icicles::before {
  content: "\f7ad";
}
.la-icons::before {
  content: "\f86d";
}
.la-id-badge::before {
  content: "\f2c1";
}
.la-id-card::before {
  content: "\f2c2";
}
.la-id-card-alt::before {
  content: "\f47f";
}
.la-igloo::before {
  content: "\f7ae";
}
.la-image::before {
  content: "\f03e";
}
.la-images::before {
  content: "\f302";
}
.la-imdb::before {
  content: "\f2d8";
}
.la-inbox::before {
  content: "\f01c";
}
.la-indent::before {
  content: "\f03c";
}
.la-industry::before {
  content: "\f275";
}
.la-infinity::before {
  content: "\f534";
}
.la-info::before {
  content: "\f129";
}
.la-info-circle::before {
  content: "\f05a";
}
.la-instagram::before {
  content: "\f16d";
}
.la-intercom::before {
  content: "\f7af";
}
.la-internet-explorer::before {
  content: "\f26b";
}
.la-invision::before {
  content: "\f7b0";
}
.la-ioxhost::before {
  content: "\f208";
}
.la-italic::before {
  content: "\f033";
}
.la-itch-io::before {
  content: "\f83a";
}
.la-itunes::before {
  content: "\f3b4";
}
.la-itunes-note::before {
  content: "\f3b5";
}
.la-java::before {
  content: "\f4e4";
}
.la-jedi::before {
  content: "\f669";
}
.la-jedi-order::before {
  content: "\f50e";
}
.la-jenkins::before {
  content: "\f3b6";
}
.la-jira::before {
  content: "\f7b1";
}
.la-joget::before {
  content: "\f3b7";
}
.la-joint::before {
  content: "\f595";
}
.la-joomla::before {
  content: "\f1aa";
}
.la-journal-whills::before {
  content: "\f66a";
}
.la-js::before {
  content: "\f3b8";
}
.la-js-square::before {
  content: "\f3b9";
}
.la-jsfiddle::before {
  content: "\f1cc";
}
.la-kaaba::before {
  content: "\f66b";
}
.la-kaggle::before {
  content: "\f5fa";
}
.la-key::before {
  content: "\f084";
}
.la-keybase::before {
  content: "\f4f5";
}
.la-keyboard::before {
  content: "\f11c";
}
.la-keycdn::before {
  content: "\f3ba";
}
.la-khanda::before {
  content: "\f66d";
}
.la-kickstarter::before {
  content: "\f3bb";
}
.la-kickstarter-k::before {
  content: "\f3bc";
}
.la-kiss::before {
  content: "\f596";
}
.la-kiss-beam::before {
  content: "\f597";
}
.la-kiss-wink-heart::before {
  content: "\f598";
}
.la-kiwi-bird::before {
  content: "\f535";
}
.la-korvue::before {
  content: "\f42f";
}
.la-landmark::before {
  content: "\f66f";
}
.la-language::before {
  content: "\f1ab";
}
.la-laptop::before {
  content: "\f109";
}
.la-laptop-code::before {
  content: "\f5fc";
}
.la-laptop-medical::before {
  content: "\f812";
}
.la-laravel::before {
  content: "\f3bd";
}
.la-lastfm::before {
  content: "\f202";
}
.la-lastfm-square::before {
  content: "\f203";
}
.la-laugh::before {
  content: "\f599";
}
.la-laugh-beam::before {
  content: "\f59a";
}
.la-laugh-squint::before {
  content: "\f59b";
}
.la-laugh-wink::before {
  content: "\f59c";
}
.la-layer-group::before {
  content: "\f5fd";
}
.la-leaf::before {
  content: "\f06c";
}
.la-leanpub::before {
  content: "\f212";
}
.la-lemon::before {
  content: "\f094";
}
.la-less::before {
  content: "\f41d";
}
.la-less-than::before {
  content: "\f536";
}
.la-less-than-equal::before {
  content: "\f537";
}
.la-level-down-alt::before {
  content: "\f3be";
}
.la-level-up-alt::before {
  content: "\f3bf";
}
.la-life-ring::before {
  content: "\f1cd";
}
.la-lightbulb::before {
  content: "\f0eb";
}
.la-line::before {
  content: "\f3c0";
}
.la-link::before {
  content: "\f0c1";
}
.la-linkedin::before {
  content: "\f08c";
}
.la-linkedin-in::before {
  content: "\f0e1";
}
.la-linode::before {
  content: "\f2b8";
}
.la-linux::before {
  content: "\f17c";
}
.la-lira-sign::before {
  content: "\f195";
}
.la-list::before {
  content: "\f03a";
}
.la-list-alt::before {
  content: "\f022";
}
.la-list-ol::before {
  content: "\f0cb";
}
.la-list-ul::before {
  content: "\f0ca";
}
.la-location-arrow::before {
  content: "\f124";
}
.la-lock::before {
  content: "\f023";
}
.la-lock-open::before {
  content: "\f3c1";
}
.la-long-arrow-alt-down::before {
  content: "\f309";
}
.la-long-arrow-alt-left::before {
  content: "\f30a";
}
.la-long-arrow-alt-right::before {
  content: "\f30b";
}
.la-long-arrow-alt-up::before {
  content: "\f30c";
}
.la-low-vision::before {
  content: "\f2a8";
}
.la-luggage-cart::before {
  content: "\f59d";
}
.la-lyft::before {
  content: "\f3c3";
}
.la-magento::before {
  content: "\f3c4";
}
.la-magic::before {
  content: "\f0d0";
}
.la-magnet::before {
  content: "\f076";
}
.la-mail-bulk::before {
  content: "\f674";
}
.la-mailchimp::before {
  content: "\f59e";
}
.la-male::before {
  content: "\f183";
}
.la-mandalorian::before {
  content: "\f50f";
}
.la-map::before {
  content: "\f279";
}
.la-map-marked::before {
  content: "\f59f";
}
.la-map-marked-alt::before {
  content: "\f5a0";
}
.la-map-marker::before {
  content: "\f041";
}
.la-map-marker-alt::before {
  content: "\f3c5";
}
.la-map-pin::before {
  content: "\f276";
}
.la-map-signs::before {
  content: "\f277";
}
.la-markdown::before {
  content: "\f60f";
}
.la-marker::before {
  content: "\f5a1";
}
.la-mars::before {
  content: "\f222";
}
.la-mars-double::before {
  content: "\f227";
}
.la-mars-stroke::before {
  content: "\f229";
}
.la-mars-stroke-h::before {
  content: "\f22b";
}
.la-mars-stroke-v::before {
  content: "\f22a";
}
.la-mask::before {
  content: "\f6fa";
}
.la-mastodon::before {
  content: "\f4f6";
}
.la-maxcdn::before {
  content: "\f136";
}
.la-mdb::before {
  content: "\f8ca";
}
.la-medal::before {
  content: "\f5a2";
}
.la-medapps::before {
  content: "\f3c6";
}
.la-medium::before {
  content: "\f23a";
}
.la-medium-m::before {
  content: "\f3c7";
}
.la-medkit::before {
  content: "\f0fa";
}
.la-medrt::before {
  content: "\f3c8";
}
.la-meetup::before {
  content: "\f2e0";
}
.la-megaport::before {
  content: "\f5a3";
}
.la-meh::before {
  content: "\f11a";
}
.la-meh-blank::before {
  content: "\f5a4";
}
.la-meh-rolling-eyes::before {
  content: "\f5a5";
}
.la-memory::before {
  content: "\f538";
}
.la-mendeley::before {
  content: "\f7b3";
}
.la-menorah::before {
  content: "\f676";
}
.la-mercury::before {
  content: "\f223";
}
.la-meteor::before {
  content: "\f753";
}
.la-microchip::before {
  content: "\f2db";
}
.la-microphone::before {
  content: "\f130";
}
.la-microphone-alt::before {
  content: "\f3c9";
}
.la-microphone-alt-slash::before {
  content: "\f539";
}
.la-microphone-slash::before {
  content: "\f131";
}
.la-microscope::before {
  content: "\f610";
}
.la-microsoft::before {
  content: "\f3ca";
}
.la-minus::before {
  content: "\f068";
}
.la-minus-circle::before {
  content: "\f056";
}
.la-minus-square::before {
  content: "\f146";
}
.la-mitten::before {
  content: "\f7b5";
}
.la-mix::before {
  content: "\f3cb";
}
.la-mixcloud::before {
  content: "\f289";
}
.la-mizuni::before {
  content: "\f3cc";
}
.la-mobile::before {
  content: "\f10b";
}
.la-mobile-alt::before {
  content: "\f3cd";
}
.la-modx::before {
  content: "\f285";
}
.la-monero::before {
  content: "\f3d0";
}
.la-money-bill::before {
  content: "\f0d6";
}
.la-money-bill-alt::before {
  content: "\f3d1";
}
.la-money-bill-wave::before {
  content: "\f53a";
}
.la-money-bill-wave-alt::before {
  content: "\f53b";
}
.la-money-check::before {
  content: "\f53c";
}
.la-money-check-alt::before {
  content: "\f53d";
}
.la-monument::before {
  content: "\f5a6";
}
.la-moon::before {
  content: "\f186";
}
.la-mortar-pestle::before {
  content: "\f5a7";
}
.la-mosque::before {
  content: "\f678";
}
.la-motorcycle::before {
  content: "\f21c";
}
.la-mountain::before {
  content: "\f6fc";
}
.la-mouse::before {
  content: "\f8cc";
}
.la-mouse-pointer::before {
  content: "\f245";
}
.la-mug-hot::before {
  content: "\f7b6";
}
.la-music::before {
  content: "\f001";
}
.la-napster::before {
  content: "\f3d2";
}
.la-neos::before {
  content: "\f612";
}
.la-network-wired::before {
  content: "\f6ff";
}
.la-neuter::before {
  content: "\f22c";
}
.la-newspaper::before {
  content: "\f1ea";
}
.la-nimblr::before {
  content: "\f5a8";
}
.la-node::before {
  content: "\f419";
}
.la-node-js::before {
  content: "\f3d3";
}
.la-not-equal::before {
  content: "\f53e";
}
.la-notes-medical::before {
  content: "\f481";
}
.la-npm::before {
  content: "\f3d4";
}
.la-ns8::before {
  content: "\f3d5";
}
.la-nutritionix::before {
  content: "\f3d6";
}
.la-object-group::before {
  content: "\f247";
}
.la-object-ungroup::before {
  content: "\f248";
}
.la-odnoklassniki::before {
  content: "\f263";
}
.la-odnoklassniki-square::before {
  content: "\f264";
}
.la-oil-can::before {
  content: "\f613";
}
.la-old-republic::before {
  content: "\f510";
}
.la-om::before {
  content: "\f679";
}
.la-opencart::before {
  content: "\f23d";
}
.la-openid::before {
  content: "\f19b";
}
.la-opera::before {
  content: "\f26a";
}
.la-optin-monster::before {
  content: "\f23c";
}
.la-orcid::before {
  content: "\f8d2";
}
.la-osi::before {
  content: "\f41a";
}
.la-otter::before {
  content: "\f700";
}
.la-outdent::before {
  content: "\f03b";
}
.la-page4::before {
  content: "\f3d7";
}
.la-pagelines::before {
  content: "\f18c";
}
.la-pager::before {
  content: "\f815";
}
.la-paint-brush::before {
  content: "\f1fc";
}
.la-paint-roller::before {
  content: "\f5aa";
}
.la-palette::before {
  content: "\f53f";
}
.la-palfed::before {
  content: "\f3d8";
}
.la-pallet::before {
  content: "\f482";
}
.la-paper-plane::before {
  content: "\f1d8";
}
.la-paperclip::before {
  content: "\f0c6";
}
.la-parachute-box::before {
  content: "\f4cd";
}
.la-paragraph::before {
  content: "\f1dd";
}
.la-parking::before {
  content: "\f540";
}
.la-passport::before {
  content: "\f5ab";
}
.la-pastafarianism::before {
  content: "\f67b";
}
.la-paste::before {
  content: "\f0ea";
}
.la-patreon::before {
  content: "\f3d9";
}
.la-pause::before {
  content: "\f04c";
}
.la-pause-circle::before {
  content: "\f28b";
}
.la-paw::before {
  content: "\f1b0";
}
.la-paypal::before {
  content: "\f1ed";
}
.la-peace::before {
  content: "\f67c";
}
.la-pen::before {
  content: "\f304";
}
.la-pen-alt::before {
  content: "\f305";
}
.la-pen-fancy::before {
  content: "\f5ac";
}
.la-pen-nib::before {
  content: "\f5ad";
}
.la-pen-square::before {
  content: "\f14b";
}
.la-pencil-alt::before {
  content: "\f303";
}
.la-pencil-ruler::before {
  content: "\f5ae";
}
.la-penny-arcade::before {
  content: "\f704";
}
.la-people-carry::before {
  content: "\f4ce";
}
.la-pepper-hot::before {
  content: "\f816";
}
.la-percent::before {
  content: "\f295";
}
.la-percentage::before {
  content: "\f541";
}
.la-periscope::before {
  content: "\f3da";
}
.la-person-booth::before {
  content: "\f756";
}
.la-phabricator::before {
  content: "\f3db";
}
.la-phoenix-framework::before {
  content: "\f3dc";
}
.la-phoenix-squadron::before {
  content: "\f511";
}
.la-phone::before {
  content: "\f095";
}
.la-phone-alt::before {
  content: "\f879";
}
.la-phone-slash::before {
  content: "\f3dd";
}
.la-phone-square::before {
  content: "\f098";
}
.la-phone-square-alt::before {
  content: "\f87b";
}
.la-phone-volume::before {
  content: "\f2a0";
}
.la-photo-video::before {
  content: "\f87c";
}
.la-php::before {
  content: "\f457";
}
.la-pied-piper::before {
  content: "\f2ae";
}
.la-pied-piper-alt::before {
  content: "\f1a8";
}
.la-pied-piper-hat::before {
  content: "\f4e5";
}
.la-pied-piper-pp::before {
  content: "\f1a7";
}
.la-piggy-bank::before {
  content: "\f4d3";
}
.la-pills::before {
  content: "\f484";
}
.la-pinterest::before {
  content: "\f0d2";
}
.la-pinterest-p::before {
  content: "\f231";
}
.la-pinterest-square::before {
  content: "\f0d3";
}
.la-pizza-slice::before {
  content: "\f818";
}
.la-place-of-worship::before {
  content: "\f67f";
}
.la-plane::before {
  content: "\f072";
}
.la-plane-arrival::before {
  content: "\f5af";
}
.la-plane-departure::before {
  content: "\f5b0";
}
.la-play::before {
  content: "\f04b";
}
.la-play-circle::before {
  content: "\f144";
}
.la-playstation::before {
  content: "\f3df";
}
.la-plug::before {
  content: "\f1e6";
}
.la-plus::before {
  content: "\f067";
}
.la-plus-circle::before {
  content: "\f055";
}
.la-plus-square::before {
  content: "\f0fe";
}
.la-podcast::before {
  content: "\f2ce";
}
.la-poll::before {
  content: "\f681";
}
.la-poll-h::before {
  content: "\f682";
}
.la-poo::before {
  content: "\f2fe";
}
.la-poo-storm::before {
  content: "\f75a";
}
.la-poop::before {
  content: "\f619";
}
.la-portrait::before {
  content: "\f3e0";
}
.la-pound-sign::before {
  content: "\f154";
}
.la-power-off::before {
  content: "\f011";
}
.la-pray::before {
  content: "\f683";
}
.la-praying-hands::before {
  content: "\f684";
}
.la-prescription::before {
  content: "\f5b1";
}
.la-prescription-bottle::before {
  content: "\f485";
}
.la-prescription-bottle-alt::before {
  content: "\f486";
}
.la-print::before {
  content: "\f02f";
}
.la-procedures::before {
  content: "\f487";
}
.la-product-hunt::before {
  content: "\f288";
}
.la-project-diagram::before {
  content: "\f542";
}
.la-pushed::before {
  content: "\f3e1";
}
.la-puzzle-piece::before {
  content: "\f12e";
}
.la-python::before {
  content: "\f3e2";
}
.la-qq::before {
  content: "\f1d6";
}
.la-qrcode::before {
  content: "\f029";
}
.la-question::before {
  content: "\f128";
}
.la-question-circle::before {
  content: "\f059";
}
.la-quidditch::before {
  content: "\f458";
}
.la-quinscape::before {
  content: "\f459";
}
.la-quora::before {
  content: "\f2c4";
}
.la-quote-left::before {
  content: "\f10d";
}
.la-quote-right::before {
  content: "\f10e";
}
.la-quran::before {
  content: "\f687";
}
.la-r-project::before {
  content: "\f4f7";
}
.la-radiation::before {
  content: "\f7b9";
}
.la-radiation-alt::before {
  content: "\f7ba";
}
.la-rainbow::before {
  content: "\f75b";
}
.la-random::before {
  content: "\f074";
}
.la-raspberry-pi::before {
  content: "\f7bb";
}
.la-ravelry::before {
  content: "\f2d9";
}
.la-react::before {
  content: "\f41b";
}
.la-reacteurope::before {
  content: "\f75d";
}
.la-readme::before {
  content: "\f4d5";
}
.la-rebel::before {
  content: "\f1d0";
}
.la-receipt::before {
  content: "\f543";
}
.la-record-vinyl::before {
  content: "\f8d9";
}
.la-recycle::before {
  content: "\f1b8";
}
.la-red-river::before {
  content: "\f3e3";
}
.la-reddit::before {
  content: "\f1a1";
}
.la-reddit-alien::before {
  content: "\f281";
}
.la-reddit-square::before {
  content: "\f1a2";
}
.la-redhat::before {
  content: "\f7bc";
}
.la-redo::before {
  content: "\f01e";
}
.la-redo-alt::before {
  content: "\f2f9";
}
.la-registered::before {
  content: "\f25d";
}
.la-remove-format::before {
  content: "\f87d";
}
.la-renren::before {
  content: "\f18b";
}
.la-reply::before {
  content: "\f3e5";
}
.la-reply-all::before {
  content: "\f122";
}
.la-replyd::before {
  content: "\f3e6";
}
.la-republican::before {
  content: "\f75e";
}
.la-researchgate::before {
  content: "\f4f8";
}
.la-resolving::before {
  content: "\f3e7";
}
.la-restroom::before {
  content: "\f7bd";
}
.la-retweet::before {
  content: "\f079";
}
.la-rev::before {
  content: "\f5b2";
}
.la-ribbon::before {
  content: "\f4d6";
}
.la-ring::before {
  content: "\f70b";
}
.la-road::before {
  content: "\f018";
}
.la-robot::before {
  content: "\f544";
}
.la-rocket::before {
  content: "\f135";
}
.la-rocketchat::before {
  content: "\f3e8";
}
.la-rockrms::before {
  content: "\f3e9";
}
.la-route::before {
  content: "\f4d7";
}
.la-rss::before {
  content: "\f09e";
}
.la-rss-square::before {
  content: "\f143";
}
.la-ruble-sign::before {
  content: "\f158";
}
.la-ruler::before {
  content: "\f545";
}
.la-ruler-combined::before {
  content: "\f546";
}
.la-ruler-horizontal::before {
  content: "\f547";
}
.la-ruler-vertical::before {
  content: "\f548";
}
.la-running::before {
  content: "\f70c";
}
.la-rupee-sign::before {
  content: "\f156";
}
.la-sad-cry::before {
  content: "\f5b3";
}
.la-sad-tear::before {
  content: "\f5b4";
}
.la-safari::before {
  content: "\f267";
}
.la-salesforce::before {
  content: "\f83b";
}
.la-sass::before {
  content: "\f41e";
}
.la-satellite::before {
  content: "\f7bf";
}
.la-satellite-dish::before {
  content: "\f7c0";
}
.la-save::before {
  content: "\f0c7";
}
.la-schlix::before {
  content: "\f3ea";
}
.la-school::before {
  content: "\f549";
}
.la-screwdriver::before {
  content: "\f54a";
}
.la-scribd::before {
  content: "\f28a";
}
.la-scroll::before {
  content: "\f70e";
}
.la-sd-card::before {
  content: "\f7c2";
}
.la-search::before {
  content: "\f002";
}
.la-search-dollar::before {
  content: "\f688";
}
.la-search-location::before {
  content: "\f689";
}
.la-search-minus::before {
  content: "\f010";
}
.la-search-plus::before {
  content: "\f00e";
}
.la-searchengin::before {
  content: "\f3eb";
}
.la-seedling::before {
  content: "\f4d8";
}
.la-sellcast::before {
  content: "\f2da";
}
.la-sellsy::before {
  content: "\f213";
}
.la-server::before {
  content: "\f233";
}
.la-servicestack::before {
  content: "\f3ec";
}
.la-shapes::before {
  content: "\f61f";
}
.la-share::before {
  content: "\f064";
}
.la-share-alt::before {
  content: "\f1e0";
}
.la-share-alt-square::before {
  content: "\f1e1";
}
.la-share-square::before {
  content: "\f14d";
}
.la-shekel-sign::before {
  content: "\f20b";
}
.la-shield-alt::before {
  content: "\f3ed";
}
.la-ship::before {
  content: "\f21a";
}
.la-shipping-fast::before {
  content: "\f48b";
}
.la-shirtsinbulk::before {
  content: "\f214";
}
.la-shoe-prints::before {
  content: "\f54b";
}
.la-shopping-bag::before {
  content: "\f290";
}
.la-shopping-basket::before {
  content: "\f291";
}
.la-shopping-cart::before {
  content: "\f07a";
}
.la-shopware::before {
  content: "\f5b5";
}
.la-shower::before {
  content: "\f2cc";
}
.la-shuttle-van::before {
  content: "\f5b6";
}
.la-sign::before {
  content: "\f4d9";
}
.la-sign-in-alt::before {
  content: "\f2f6";
}
.la-sign-language::before {
  content: "\f2a7";
}
.la-sign-out-alt::before {
  content: "\f2f5";
}
.la-signal::before {
  content: "\f012";
}
.la-signature::before {
  content: "\f5b7";
}
.la-sim-card::before {
  content: "\f7c4";
}
.la-simplybuilt::before {
  content: "\f215";
}
.la-sistrix::before {
  content: "\f3ee";
}
.la-sitemap::before {
  content: "\f0e8";
}
.la-sith::before {
  content: "\f512";
}
.la-skating::before {
  content: "\f7c5";
}
.la-sketch::before {
  content: "\f7c6";
}
.la-skiing::before {
  content: "\f7c9";
}
.la-skiing-nordic::before {
  content: "\f7ca";
}
.la-skull::before {
  content: "\f54c";
}
.la-skull-crossbones::before {
  content: "\f714";
}
.la-skyatlas::before {
  content: "\f216";
}
.la-skype::before {
  content: "\f17e";
}
.la-slack::before {
  content: "\f198";
}
.la-slack-hash::before {
  content: "\f3ef";
}
.la-slash::before {
  content: "\f715";
}
.la-sleigh::before {
  content: "\f7cc";
}
.la-sliders-h::before {
  content: "\f1de";
}
.la-slideshare::before {
  content: "\f1e7";
}
.la-smile::before {
  content: "\f118";
}
.la-smile-beam::before {
  content: "\f5b8";
}
.la-smile-wink::before {
  content: "\f4da";
}
.la-smog::before {
  content: "\f75f";
}
.la-smoking::before {
  content: "\f48d";
}
.la-smoking-ban::before {
  content: "\f54d";
}
.la-sms::before {
  content: "\f7cd";
}
.la-snapchat::before {
  content: "\f2ab";
}
.la-snapchat-ghost::before {
  content: "\f2ac";
}
.la-snapchat-square::before {
  content: "\f2ad";
}
.la-snowboarding::before {
  content: "\f7ce";
}
.la-snowflake::before {
  content: "\f2dc";
}
.la-snowman::before {
  content: "\f7d0";
}
.la-snowplow::before {
  content: "\f7d2";
}
.la-socks::before {
  content: "\f696";
}
.la-solar-panel::before {
  content: "\f5ba";
}
.la-sort::before {
  content: "\f0dc";
}
.la-sort-alpha-down::before {
  content: "\f15d";
}
.la-sort-alpha-down-alt::before {
  content: "\f881";
}
.la-sort-alpha-up::before {
  content: "\f15e";
}
.la-sort-alpha-up-alt::before {
  content: "\f882";
}
.la-sort-amount-down::before {
  content: "\f160";
}
.la-sort-amount-down-alt::before {
  content: "\f884";
}
.la-sort-amount-up::before {
  content: "\f161";
}
.la-sort-amount-up-alt::before {
  content: "\f885";
}
.la-sort-down::before {
  content: "\f0dd";
}
.la-sort-numeric-down::before {
  content: "\f162";
}
.la-sort-numeric-down-alt::before {
  content: "\f886";
}
.la-sort-numeric-up::before {
  content: "\f163";
}
.la-sort-numeric-up-alt::before {
  content: "\f887";
}
.la-sort-up::before {
  content: "\f0de";
}
.la-soundcloud::before {
  content: "\f1be";
}
.la-sourcetree::before {
  content: "\f7d3";
}
.la-spa::before {
  content: "\f5bb";
}
.la-space-shuttle::before {
  content: "\f197";
}
.la-speakap::before {
  content: "\f3f3";
}
.la-speaker-deck::before {
  content: "\f83c";
}
.la-spell-check::before {
  content: "\f891";
}
.la-spider::before {
  content: "\f717";
}
.la-spinner::before {
  content: "\f110";
}
.la-splotch::before {
  content: "\f5bc";
}
.la-spotify::before {
  content: "\f1bc";
}
.la-spray-can::before {
  content: "\f5bd";
}
.la-square::before {
  content: "\f0c8";
}
.la-square-full::before {
  content: "\f45c";
}
.la-square-root-alt::before {
  content: "\f698";
}
.la-squarespace::before {
  content: "\f5be";
}
.la-stack-exchange::before {
  content: "\f18d";
}
.la-stack-overflow::before {
  content: "\f16c";
}
.la-stackpath::before {
  content: "\f842";
}
.la-stamp::before {
  content: "\f5bf";
}
.la-star::before {
  content: "\f005";
}
.la-star-and-crescent::before {
  content: "\f699";
}
.la-star-half::before {
  content: "\f089";
}
.la-star-half-alt::before {
  content: "\f5c0";
}
.la-star-of-david::before {
  content: "\f69a";
}
.la-star-of-life::before {
  content: "\f621";
}
.la-staylinked::before {
  content: "\f3f5";
}
.la-steam::before {
  content: "\f1b6";
}
.la-steam-square::before {
  content: "\f1b7";
}
.la-steam-symbol::before {
  content: "\f3f6";
}
.la-step-backward::before {
  content: "\f048";
}
.la-step-forward::before {
  content: "\f051";
}
.la-stethoscope::before {
  content: "\f0f1";
}
.la-sticker-mule::before {
  content: "\f3f7";
}
.la-sticky-note::before {
  content: "\f249";
}
.la-stop::before {
  content: "\f04d";
}
.la-stop-circle::before {
  content: "\f28d";
}
.la-stopwatch::before {
  content: "\f2f2";
}
.la-store::before {
  content: "\f54e";
}
.la-store-alt::before {
  content: "\f54f";
}
.la-strava::before {
  content: "\f428";
}
.la-stream::before {
  content: "\f550";
}
.la-street-view::before {
  content: "\f21d";
}
.la-strikethrough::before {
  content: "\f0cc";
}
.la-stripe::before {
  content: "\f429";
}
.la-stripe-s::before {
  content: "\f42a";
}
.la-stroopwafel::before {
  content: "\f551";
}
.la-studiovinari::before {
  content: "\f3f8";
}
.la-stumbleupon::before {
  content: "\f1a4";
}
.la-stumbleupon-circle::before {
  content: "\f1a3";
}
.la-subscript::before {
  content: "\f12c";
}
.la-subway::before {
  content: "\f239";
}
.la-suitcase::before {
  content: "\f0f2";
}
.la-suitcase-rolling::before {
  content: "\f5c1";
}
.la-sun::before {
  content: "\f185";
}
.la-superpowers::before {
  content: "\f2dd";
}
.la-superscript::before {
  content: "\f12b";
}
.la-supple::before {
  content: "\f3f9";
}
.la-surprise::before {
  content: "\f5c2";
}
.la-suse::before {
  content: "\f7d6";
}
.la-swatchbook::before {
  content: "\f5c3";
}
.la-swift::before {
  content: "\f8e1";
}
.la-swimmer::before {
  content: "\f5c4";
}
.la-swimming-pool::before {
  content: "\f5c5";
}
.la-symfony::before {
  content: "\f83d";
}
.la-synagogue::before {
  content: "\f69b";
}
.la-sync::before {
  content: "\f021";
}
.la-sync-alt::before {
  content: "\f2f1";
}
.la-syringe::before {
  content: "\f48e";
}
.la-table::before {
  content: "\f0ce";
}
.la-table-tennis::before {
  content: "\f45d";
}
.la-tablet::before {
  content: "\f10a";
}
.la-tablet-alt::before {
  content: "\f3fa";
}
.la-tablets::before {
  content: "\f490";
}
.la-tachometer-alt::before {
  content: "\f3fd";
}
.la-tag::before {
  content: "\f02b";
}
.la-tags::before {
  content: "\f02c";
}
.la-tape::before {
  content: "\f4db";
}
.la-tasks::before {
  content: "\f0ae";
}
.la-taxi::before {
  content: "\f1ba";
}
.la-teamspeak::before {
  content: "\f4f9";
}
.la-teeth::before {
  content: "\f62e";
}
.la-teeth-open::before {
  content: "\f62f";
}
.la-telegram::before {
  content: "\f2c6";
}
.la-telegram-plane::before {
  content: "\f3fe";
}
.la-temperature-high::before {
  content: "\f769";
}
.la-temperature-low::before {
  content: "\f76b";
}
.la-tencent-weibo::before {
  content: "\f1d5";
}
.la-tenge::before {
  content: "\f7d7";
}
.la-terminal::before {
  content: "\f120";
}
.la-text-height::before {
  content: "\f034";
}
.la-text-width::before {
  content: "\f035";
}
.la-th::before {
  content: "\f00a";
}
.la-th-large::before {
  content: "\f009";
}
.la-th-list::before {
  content: "\f00b";
}
.la-the-red-yeti::before {
  content: "\f69d";
}
.la-theater-masks::before {
  content: "\f630";
}
.la-themeco::before {
  content: "\f5c6";
}
.la-themeisle::before {
  content: "\f2b2";
}
.la-thermometer::before {
  content: "\f491";
}
.la-thermometer-empty::before {
  content: "\f2cb";
}
.la-thermometer-full::before {
  content: "\f2c7";
}
.la-thermometer-half::before {
  content: "\f2c9";
}
.la-thermometer-quarter::before {
  content: "\f2ca";
}
.la-thermometer-three-quarters::before {
  content: "\f2c8";
}
.la-think-peaks::before {
  content: "\f731";
}
.la-thumbs-down::before {
  content: "\f165";
}
.la-thumbs-up::before {
  content: "\f164";
}
.la-thumbtack::before {
  content: "\f08d";
}
.la-ticket-alt::before {
  content: "\f3ff";
}
.la-times::before {
  content: "\f00d";
}
.la-times-circle::before {
  content: "\f057";
}
.la-tint::before {
  content: "\f043";
}
.la-tint-slash::before {
  content: "\f5c7";
}
.la-tired::before {
  content: "\f5c8";
}
.la-toggle-off::before {
  content: "\f204";
}
.la-toggle-on::before {
  content: "\f205";
}
.la-toilet::before {
  content: "\f7d8";
}
.la-toilet-paper::before {
  content: "\f71e";
}
.la-toolbox::before {
  content: "\f552";
}
.la-tools::before {
  content: "\f7d9";
}
.la-tooth::before {
  content: "\f5c9";
}
.la-torah::before {
  content: "\f6a0";
}
.la-torii-gate::before {
  content: "\f6a1";
}
.la-tractor::before {
  content: "\f722";
}
.la-trade-federation::before {
  content: "\f513";
}
.la-trademark::before {
  content: "\f25c";
}
.la-traffic-light::before {
  content: "\f637";
}
.la-train::before {
  content: "\f238";
}
.la-tram::before {
  content: "\f7da";
}
.la-transgender::before {
  content: "\f224";
}
.la-transgender-alt::before {
  content: "\f225";
}
.la-trash::before {
  content: "\f1f8";
}
.la-trash-alt::before {
  content: "\f2ed";
}
.la-trash-restore::before {
  content: "\f829";
}
.la-trash-restore-alt::before {
  content: "\f82a";
}
.la-tree::before {
  content: "\f1bb";
}
.la-trello::before {
  content: "\f181";
}
.la-tripadvisor::before {
  content: "\f262";
}
.la-trophy::before {
  content: "\f091";
}
.la-truck::before {
  content: "\f0d1";
}
.la-truck-loading::before {
  content: "\f4de";
}
.la-truck-monster::before {
  content: "\f63b";
}
.la-truck-moving::before {
  content: "\f4df";
}
.la-truck-pickup::before {
  content: "\f63c";
}
.la-tshirt::before {
  content: "\f553";
}
.la-tty::before {
  content: "\f1e4";
}
.la-tumblr::before {
  content: "\f173";
}
.la-tumblr-square::before {
  content: "\f174";
}
.la-tv::before {
  content: "\f26c";
}
.la-twitch::before {
  content: "\f1e8";
}
.la-twitter::before {
  content: "\f099";
}
.la-twitter-square::before {
  content: "\f081";
}
.la-typo3::before {
  content: "\f42b";
}
.la-uber::before {
  content: "\f402";
}
.la-ubuntu::before {
  content: "\f7df";
}
.la-uikit::before {
  content: "\f403";
}
.la-umbraco::before {
  content: "\f8e8";
}
.la-umbrella::before {
  content: "\f0e9";
}
.la-umbrella-beach::before {
  content: "\f5ca";
}
.la-underline::before {
  content: "\f0cd";
}
.la-undo::before {
  content: "\f0e2";
}
.la-undo-alt::before {
  content: "\f2ea";
}
.la-uniregistry::before {
  content: "\f404";
}
.la-universal-access::before {
  content: "\f29a";
}
.la-university::before {
  content: "\f19c";
}
.la-unlink::before {
  content: "\f127";
}
.la-unlock::before {
  content: "\f09c";
}
.la-unlock-alt::before {
  content: "\f13e";
}
.la-untappd::before {
  content: "\f405";
}
.la-upload::before {
  content: "\f093";
}
.la-ups::before {
  content: "\f7e0";
}
.la-usb::before {
  content: "\f287";
}
.la-user::before {
  content: "\f007";
}
.la-user-alt::before {
  content: "\f406";
}
.la-user-alt-slash::before {
  content: "\f4fa";
}
.la-user-astronaut::before {
  content: "\f4fb";
}
.la-user-check::before {
  content: "\f4fc";
}
.la-user-circle::before {
  content: "\f2bd";
}
.la-user-clock::before {
  content: "\f4fd";
}
.la-user-cog::before {
  content: "\f4fe";
}
.la-user-edit::before {
  content: "\f4ff";
}
.la-user-friends::before {
  content: "\f500";
}
.la-user-graduate::before {
  content: "\f501";
}
.la-user-injured::before {
  content: "\f728";
}
.la-user-lock::before {
  content: "\f502";
}
.la-user-md::before {
  content: "\f0f0";
}
.la-user-minus::before {
  content: "\f503";
}
.la-user-ninja::before {
  content: "\f504";
}
.la-user-nurse::before {
  content: "\f82f";
}
.la-user-plus::before {
  content: "\f234";
}
.la-user-secret::before {
  content: "\f21b";
}
.la-user-shield::before {
  content: "\f505";
}
.la-user-slash::before {
  content: "\f506";
}
.la-user-tag::before {
  content: "\f507";
}
.la-user-tie::before {
  content: "\f508";
}
.la-user-times::before {
  content: "\f235";
}
.la-users::before {
  content: "\f0c0";
}
.la-users-cog::before {
  content: "\f509";
}
.la-usps::before {
  content: "\f7e1";
}
.la-ussunnah::before {
  content: "\f407";
}
.la-utensil-spoon::before {
  content: "\f2e5";
}
.la-utensils::before {
  content: "\f2e7";
}
.la-vaadin::before {
  content: "\f408";
}
.la-vector-square::before {
  content: "\f5cb";
}
.la-venus::before {
  content: "\f221";
}
.la-venus-double::before {
  content: "\f226";
}
.la-venus-mars::before {
  content: "\f228";
}
.la-viacoin::before {
  content: "\f237";
}
.la-viadeo::before {
  content: "\f2a9";
}
.la-viadeo-square::before {
  content: "\f2aa";
}
.la-vial::before {
  content: "\f492";
}
.la-vials::before {
  content: "\f493";
}
.la-viber::before {
  content: "\f409";
}
.la-video::before {
  content: "\f03d";
}
.la-video-slash::before {
  content: "\f4e2";
}
.la-vihara::before {
  content: "\f6a7";
}
.la-vimeo::before {
  content: "\f40a";
}
.la-vimeo-square::before {
  content: "\f194";
}
.la-vimeo-v::before {
  content: "\f27d";
}
.la-vine::before {
  content: "\f1ca";
}
.la-vk::before {
  content: "\f189";
}
.la-vnv::before {
  content: "\f40b";
}
.la-voicemail::before {
  content: "\f897";
}
.la-volleyball-ball::before {
  content: "\f45f";
}
.la-volume-down::before {
  content: "\f027";
}
.la-volume-mute::before {
  content: "\f6a9";
}
.la-volume-off::before {
  content: "\f026";
}
.la-volume-up::before {
  content: "\f028";
}
.la-vote-yea::before {
  content: "\f772";
}
.la-vr-cardboard::before {
  content: "\f729";
}
.la-vuejs::before {
  content: "\f41f";
}
.la-walking::before {
  content: "\f554";
}
.la-wallet::before {
  content: "\f555";
}
.la-warehouse::before {
  content: "\f494";
}
.la-water::before {
  content: "\f773";
}
.la-wave-square::before {
  content: "\f83e";
}
.la-waze::before {
  content: "\f83f";
}
.la-weebly::before {
  content: "\f5cc";
}
.la-weibo::before {
  content: "\f18a";
}
.la-weight::before {
  content: "\f496";
}
.la-weight-hanging::before {
  content: "\f5cd";
}
.la-weixin::before {
  content: "\f1d7";
}
.la-whatsapp::before {
  content: "\f232";
}
.la-whatsapp-square::before {
  content: "\f40c";
}
.la-wheelchair::before {
  content: "\f193";
}
.la-whmcs::before {
  content: "\f40d";
}
.la-wifi::before {
  content: "\f1eb";
}
.la-wikipedia-w::before {
  content: "\f266";
}
.la-wind::before {
  content: "\f72e";
}
.la-window-close::before {
  content: "\f410";
}
.la-window-maximize::before {
  content: "\f2d0";
}
.la-window-minimize::before {
  content: "\f2d1";
}
.la-window-restore::before {
  content: "\f2d2";
}
.la-windows::before {
  content: "\f17a";
}
.la-wine-bottle::before {
  content: "\f72f";
}
.la-wine-glass::before {
  content: "\f4e3";
}
.la-wine-glass-alt::before {
  content: "\f5ce";
}
.la-wix::before {
  content: "\f5cf";
}
.la-wizards-of-the-coast::before {
  content: "\f730";
}
.la-wolf-pack-battalion::before {
  content: "\f514";
}
.la-won-sign::before {
  content: "\f159";
}
.la-wordpress::before {
  content: "\f19a";
}
.la-wordpress-simple::before {
  content: "\f411";
}
.la-wpbeginner::before {
  content: "\f297";
}
.la-wpexplorer::before {
  content: "\f2de";
}
.la-wpforms::before {
  content: "\f298";
}
.la-wpressr::before {
  content: "\f3e4";
}
.la-wrench::before {
  content: "\f0ad";
}
.la-x-ray::before {
  content: "\f497";
}
.la-xbox::before {
  content: "\f412";
}
.la-xing::before {
  content: "\f168";
}
.la-xing-square::before {
  content: "\f169";
}
.la-y-combinator::before {
  content: "\f23b";
}
.la-yahoo::before {
  content: "\f19e";
}
.la-yammer::before {
  content: "\f840";
}
.la-yandex::before {
  content: "\f413";
}
.la-yandex-international::before {
  content: "\f414";
}
.la-yarn::before {
  content: "\f7e3";
}
.la-yelp::before {
  content: "\f1e9";
}
.la-yen-sign::before {
  content: "\f157";
}
.la-yin-yang::before {
  content: "\f6ad";
}
.la-yoast::before {
  content: "\f2b1";
}
.la-youtube::before {
  content: "\f167";
}
.la-youtube-square::before {
  content: "\f431";
}
.la-zhihu::before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/la-brands-400-JDUJSY44.eot");
  src:
    url("./media/la-brands-400-JDUJSY44.eot?#iefix") format("embedded-opentype"),
    url("./media/la-brands-400-CIWECNZM.woff2") format("woff2"),
    url("./media/la-brands-400-D3A7B5PJ.woff") format("woff"),
    url("./media/la-brands-400-INB5BQB2.ttf") format("truetype"),
    url("./media/la-brands-400-O3J3RJOS.svg#lineawesome") format("svg");
}
.lab {
  font-family: "Line Awesome Brands";
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/la-regular-400-PNT4KM2T.eot");
  src:
    url("./media/la-regular-400-PNT4KM2T.eot?#iefix") format("embedded-opentype"),
    url("./media/la-regular-400-X6VKWRSW.woff2") format("woff2"),
    url("./media/la-regular-400-6RPJSTIW.woff") format("woff"),
    url("./media/la-regular-400-34F2J7YZ.ttf") format("truetype"),
    url("./media/la-regular-400-LYMOBRDA.svg#lineawesome") format("svg");
}
.lar {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./media/la-solid-900-QVUSAB64.eot");
  src:
    url("./media/la-solid-900-QVUSAB64.eot?#iefix") format("embedded-opentype"),
    url("./media/la-solid-900-RZOHS333.woff2") format("woff2"),
    url("./media/la-solid-900-PXMBKEUD.woff") format("woff"),
    url("./media/la-solid-900-LAWDUD4I.ttf") format("truetype"),
    url("./media/la-solid-900-K3G53YR3.svg#lineawesome") format("svg");
}
.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.la.la-glass::before {
  content: "\f000";
}
.la.la-meetup {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-star-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-o::before {
  content: "\f005";
}
.la.la-remove::before {
  content: "\f00d";
}
.la.la-close::before {
  content: "\f00d";
}
.la.la-gear::before {
  content: "\f013";
}
.la.la-trash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-trash-o::before {
  content: "\f2ed";
}
.la.la-file-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-o::before {
  content: "\f15b";
}
.la.la-clock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-clock-o::before {
  content: "\f017";
}
.la.la-arrow-circle-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-down::before {
  content: "\f358";
}
.la.la-arrow-circle-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-up::before {
  content: "\f35b";
}
.la.la-play-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-play-circle-o::before {
  content: "\f144";
}
.la.la-repeat::before {
  content: "\f01e";
}
.la.la-rotate-right::before {
  content: "\f01e";
}
.la.la-refresh::before {
  content: "\f021";
}
.la.la-list-alt {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dedent::before {
  content: "\f03b";
}
.la.la-video-camera::before {
  content: "\f03d";
}
.la.la-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-picture-o::before {
  content: "\f03e";
}
.la.la-photo {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-photo::before {
  content: "\f03e";
}
.la.la-image {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-image::before {
  content: "\f03e";
}
.la.la-pencil::before {
  content: "\f303";
}
.la.la-map-marker::before {
  content: "\f3c5";
}
.la.la-pencil-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pencil-square-o::before {
  content: "\f044";
}
.la.la-share-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-share-square-o::before {
  content: "\f14d";
}
.la.la-check-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-square-o::before {
  content: "\f14a";
}
.la.la-arrows::before {
  content: "\f0b2";
}
.la.la-times-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-circle-o::before {
  content: "\f057";
}
.la.la-check-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-circle-o::before {
  content: "\f058";
}
.la.la-mail-forward::before {
  content: "\f064";
}
.la.la-eye {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eye-slash {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-warning::before {
  content: "\f071";
}
.la.la-calendar::before {
  content: "\f073";
}
.la.la-arrows-v::before {
  content: "\f338";
}
.la.la-arrows-h::before {
  content: "\f337";
}
.la.la-bar-chart {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart::before {
  content: "\f080";
}
.la.la-bar-chart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart-o::before {
  content: "\f080";
}
.la.la-twitter-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gears::before {
  content: "\f085";
}
.la.la-thumbs-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-up::before {
  content: "\f164";
}
.la.la-thumbs-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-down::before {
  content: "\f165";
}
.la.la-heart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-heart-o::before {
  content: "\f004";
}
.la.la-sign-out::before {
  content: "\f2f5";
}
.la.la-linkedin-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin-square::before {
  content: "\f08c";
}
.la.la-thumb-tack::before {
  content: "\f08d";
}
.la.la-external-link::before {
  content: "\f35d";
}
.la.la-sign-in::before {
  content: "\f2f6";
}
.la.la-github-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lemon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lemon-o::before {
  content: "\f094";
}
.la.la-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-square-o::before {
  content: "\f0c8";
}
.la.la-bookmark-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bookmark-o::before {
  content: "\f02e";
}
.la.la-twitter {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook::before {
  content: "\f39e";
}
.la.la-facebook-f {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-f::before {
  content: "\f39e";
}
.la.la-github {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-feed::before {
  content: "\f09e";
}
.la.la-hdd-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hdd-o::before {
  content: "\f0a0";
}
.la.la-hand-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-right::before {
  content: "\f0a4";
}
.la.la-hand-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-left::before {
  content: "\f0a5";
}
.la.la-hand-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-up::before {
  content: "\f0a6";
}
.la.la-hand-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-down::before {
  content: "\f0a7";
}
.la.la-arrows-alt::before {
  content: "\f31e";
}
.la.la-group::before {
  content: "\f0c0";
}
.la.la-chain::before {
  content: "\f0c1";
}
.la.la-scissors::before {
  content: "\f0c4";
}
.la.la-files-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-files-o::before {
  content: "\f0c5";
}
.la.la-floppy-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-floppy-o::before {
  content: "\f0c7";
}
.la.la-navicon::before {
  content: "\f0c9";
}
.la.la-reorder::before {
  content: "\f0c9";
}
.la.la-pinterest {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pinterest-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus::before {
  content: "\f0d5";
}
.la.la-money {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-money::before {
  content: "\f3d1";
}
.la.la-unsorted::before {
  content: "\f0dc";
}
.la.la-sort-desc::before {
  content: "\f0dd";
}
.la.la-sort-asc::before {
  content: "\f0de";
}
.la.la-linkedin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin::before {
  content: "\f0e1";
}
.la.la-rotate-left::before {
  content: "\f0e2";
}
.la.la-legal::before {
  content: "\f0e3";
}
.la.la-tachometer::before {
  content: "\f3fd";
}
.la.la-dashboard::before {
  content: "\f3fd";
}
.la.la-comment-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comment-o::before {
  content: "\f075";
}
.la.la-comments-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comments-o::before {
  content: "\f086";
}
.la.la-flash::before {
  content: "\f0e7";
}
.la.la-clipboard {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste::before {
  content: "\f328";
}
.la.la-lightbulb-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lightbulb-o::before {
  content: "\f0eb";
}
.la.la-exchange::before {
  content: "\f362";
}
.la.la-cloud-download::before {
  content: "\f381";
}
.la.la-cloud-upload::before {
  content: "\f382";
}
.la.la-bell-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-o::before {
  content: "\f0f3";
}
.la.la-cutlery::before {
  content: "\f2e7";
}
.la.la-file-text-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-text-o::before {
  content: "\f15c";
}
.la.la-building-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-building-o::before {
  content: "\f1ad";
}
.la.la-hospital-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hospital-o::before {
  content: "\f0f8";
}
.la.la-tablet::before {
  content: "\f3fa";
}
.la.la-mobile::before {
  content: "\f3cd";
}
.la.la-mobile-phone::before {
  content: "\f3cd";
}
.la.la-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-o::before {
  content: "\f111";
}
.la.la-mail-reply::before {
  content: "\f3e5";
}
.la.la-github-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-folder-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-o::before {
  content: "\f07b";
}
.la.la-folder-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-open-o::before {
  content: "\f07c";
}
.la.la-smile-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-smile-o::before {
  content: "\f118";
}
.la.la-frown-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-frown-o::before {
  content: "\f119";
}
.la.la-meh-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-meh-o::before {
  content: "\f11a";
}
.la.la-keyboard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-keyboard-o::before {
  content: "\f11c";
}
.la.la-flag-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-flag-o::before {
  content: "\f024";
}
.la.la-mail-reply-all::before {
  content: "\f122";
}
.la.la-star-half-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-o::before {
  content: "\f089";
}
.la.la-star-half-empty {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-empty::before {
  content: "\f089";
}
.la.la-star-half-full {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-full::before {
  content: "\f089";
}
.la.la-code-fork::before {
  content: "\f126";
}
.la.la-chain-broken::before {
  content: "\f127";
}
.la.la-shield::before {
  content: "\f3ed";
}
.la.la-calendar-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-o::before {
  content: "\f133";
}
.la.la-maxcdn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-html5 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-css3 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ticket::before {
  content: "\f3ff";
}
.la.la-minus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-minus-square-o::before {
  content: "\f146";
}
.la.la-level-up::before {
  content: "\f3bf";
}
.la.la-level-down::before {
  content: "\f3be";
}
.la.la-pencil-square::before {
  content: "\f14b";
}
.la.la-external-link-square::before {
  content: "\f360";
}
.la.la-compass {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down::before {
  content: "\f150";
}
.la.la-toggle-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-down::before {
  content: "\f150";
}
.la.la-caret-square-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-up::before {
  content: "\f151";
}
.la.la-toggle-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-up::before {
  content: "\f151";
}
.la.la-caret-square-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-right::before {
  content: "\f152";
}
.la.la-toggle-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-right::before {
  content: "\f152";
}
.la.la-eur::before {
  content: "\f153";
}
.la.la-euro::before {
  content: "\f153";
}
.la.la-gbp::before {
  content: "\f154";
}
.la.la-usd::before {
  content: "\f155";
}
.la.la-dollar::before {
  content: "\f155";
}
.la.la-inr::before {
  content: "\f156";
}
.la.la-rupee::before {
  content: "\f156";
}
.la.la-jpy::before {
  content: "\f157";
}
.la.la-cny::before {
  content: "\f157";
}
.la.la-rmb::before {
  content: "\f157";
}
.la.la-yen::before {
  content: "\f157";
}
.la.la-rub::before {
  content: "\f158";
}
.la.la-ruble::before {
  content: "\f158";
}
.la.la-rouble::before {
  content: "\f158";
}
.la.la-krw::before {
  content: "\f159";
}
.la.la-won::before {
  content: "\f159";
}
.la.la-btc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin::before {
  content: "\f15a";
}
.la.la-file-text::before {
  content: "\f15c";
}
.la.la-sort-alpha-asc::before {
  content: "\f15d";
}
.la.la-sort-alpha-desc::before {
  content: "\f881";
}
.la.la-sort-amount-asc::before {
  content: "\f160";
}
.la.la-sort-amount-desc::before {
  content: "\f884";
}
.la.la-sort-numeric-asc::before {
  content: "\f162";
}
.la.la-sort-numeric-desc::before {
  content: "\f886";
}
.la.la-youtube-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play::before {
  content: "\f167";
}
.la.la-dropbox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-overflow {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-instagram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-flickr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-adn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square::before {
  content: "\f171";
}
.la.la-tumblr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tumblr-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-long-arrow-down::before {
  content: "\f309";
}
.la.la-long-arrow-up::before {
  content: "\f30c";
}
.la.la-long-arrow-left::before {
  content: "\f30a";
}
.la.la-long-arrow-right::before {
  content: "\f30b";
}
.la.la-apple {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-windows {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-android {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linux {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dribbble {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skype {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-foursquare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-trello {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gratipay {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip::before {
  content: "\f184";
}
.la.la-sun-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sun-o::before {
  content: "\f185";
}
.la.la-moon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-moon-o::before {
  content: "\f186";
}
.la.la-vk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-renren {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pagelines {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-exchange {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-arrow-circle-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-right::before {
  content: "\f35a";
}
.la.la-arrow-circle-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-left::before {
  content: "\f359";
}
.la.la-caret-square-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-left::before {
  content: "\f191";
}
.la.la-toggle-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-left::before {
  content: "\f191";
}
.la.la-dot-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dot-circle-o::before {
  content: "\f192";
}
.la.la-vimeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-try::before {
  content: "\f195";
}
.la.la-turkish-lira::before {
  content: "\f195";
}
.la.la-plus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-plus-square-o::before {
  content: "\f0fe";
}
.la.la-slack {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wordpress {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-openid {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-institution::before {
  content: "\f19c";
}
.la.la-bank::before {
  content: "\f19c";
}
.la.la-mortar-board::before {
  content: "\f19d";
}
.la.la-yahoo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-delicious {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-digg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-pp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-drupal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-joomla {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spoon::before {
  content: "\f2e5";
}
.la.la-behance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-behance-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-automobile::before {
  content: "\f1b9";
}
.la.la-cab::before {
  content: "\f1ba";
}
.la.la-envelope-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-o::before {
  content: "\f0e0";
}
.la.la-deviantart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-soundcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-file-pdf-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-pdf-o::before {
  content: "\f1c1";
}
.la.la-file-word-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-word-o::before {
  content: "\f1c2";
}
.la.la-file-excel-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-excel-o::before {
  content: "\f1c3";
}
.la.la-file-powerpoint-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-powerpoint-o::before {
  content: "\f1c4";
}
.la.la-file-image-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-image-o::before {
  content: "\f1c5";
}
.la.la-file-photo-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-photo-o::before {
  content: "\f1c5";
}
.la.la-file-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-picture-o::before {
  content: "\f1c5";
}
.la.la-file-archive-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-archive-o::before {
  content: "\f1c6";
}
.la.la-file-zip-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-zip-o::before {
  content: "\f1c6";
}
.la.la-file-audio-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-audio-o::before {
  content: "\f1c7";
}
.la.la-file-sound-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-sound-o::before {
  content: "\f1c7";
}
.la.la-file-video-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-video-o::before {
  content: "\f1c8";
}
.la.la-file-movie-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-movie-o::before {
  content: "\f1c8";
}
.la.la-file-code-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-code-o::before {
  content: "\f1c9";
}
.la.la-vine {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-codepen {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-jsfiddle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-life-ring {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy::before {
  content: "\f1cd";
}
.la.la-life-buoy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-buoy::before {
  content: "\f1cd";
}
.la.la-life-saver {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-saver::before {
  content: "\f1cd";
}
.la.la-support {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-support::before {
  content: "\f1cd";
}
.la.la-circle-o-notch::before {
  content: "\f1ce";
}
.la.la-rebel {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra::before {
  content: "\f1d0";
}
.la.la-resistance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-resistance::before {
  content: "\f1d0";
}
.la.la-empire {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge::before {
  content: "\f1d1";
}
.la.la-git-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-git {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hacker-news {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square::before {
  content: "\f1d4";
}
.la.la-yc-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc-square::before {
  content: "\f1d4";
}
.la.la-tencent-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-qq {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weixin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat::before {
  content: "\f1d7";
}
.la.la-send::before {
  content: "\f1d8";
}
.la.la-paper-plane-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paper-plane-o::before {
  content: "\f1d8";
}
.la.la-send-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-send-o::before {
  content: "\f1d8";
}
.la.la-circle-thin {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-thin::before {
  content: "\f111";
}
.la.la-header::before {
  content: "\f1dc";
}
.la.la-sliders::before {
  content: "\f1de";
}
.la.la-futbol-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-futbol-o::before {
  content: "\f1e3";
}
.la.la-soccer-ball-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-soccer-ball-o::before {
  content: "\f1e3";
}
.la.la-slideshare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-twitch {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yelp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-newspaper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-newspaper-o::before {
  content: "\f1ea";
}
.la.la-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-wallet {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-visa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-mastercard {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-discover {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-amex {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-stripe {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bell-slash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-slash-o::before {
  content: "\f1f6";
}
.la.la-trash::before {
  content: "\f2ed";
}
.la.la-copyright {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eyedropper::before {
  content: "\f1fb";
}
.la.la-area-chart::before {
  content: "\f1fe";
}
.la.la-pie-chart::before {
  content: "\f200";
}
.la.la-line-chart::before {
  content: "\f201";
}
.la.la-lastfm {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lastfm-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ioxhost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-angellist {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-cc::before {
  content: "\f20a";
}
.la.la-ils::before {
  content: "\f20b";
}
.la.la-shekel::before {
  content: "\f20b";
}
.la.la-sheqel::before {
  content: "\f20b";
}
.la.la-meanpath {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-meanpath::before {
  content: "\f2b4";
}
.la.la-buysellads {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-connectdevelop {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dashcube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-forumbee {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-leanpub {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-sellsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-shirtsinbulk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-simplybuilt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skyatlas {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-diamond {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-diamond::before {
  content: "\f3a5";
}
.la.la-intersex::before {
  content: "\f224";
}
.la.la-facebook-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-official::before {
  content: "\f09a";
}
.la.la-pinterest-p {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-whatsapp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hotel::before {
  content: "\f236";
}
.la.la-viacoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-medium {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc::before {
  content: "\f23b";
}
.la.la-optin-monster {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opencart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-expeditedssl {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-battery-4::before {
  content: "\f240";
}
.la.la-battery::before {
  content: "\f240";
}
.la.la-battery-3::before {
  content: "\f241";
}
.la.la-battery-2::before {
  content: "\f242";
}
.la.la-battery-1::before {
  content: "\f243";
}
.la.la-battery-0::before {
  content: "\f244";
}
.la.la-object-group {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-object-ungroup {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o::before {
  content: "\f249";
}
.la.la-cc-jcb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-diners-club {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-clone {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o::before {
  content: "\f254";
}
.la.la-hourglass-1::before {
  content: "\f251";
}
.la.la-hourglass-2::before {
  content: "\f252";
}
.la.la-hourglass-3::before {
  content: "\f253";
}
.la.la-hand-rock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-rock-o::before {
  content: "\f255";
}
.la.la-hand-grab-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-grab-o::before {
  content: "\f255";
}
.la.la-hand-paper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-paper-o::before {
  content: "\f256";
}
.la.la-hand-stop-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-stop-o::before {
  content: "\f256";
}
.la.la-hand-scissors-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-scissors-o::before {
  content: "\f257";
}
.la.la-hand-lizard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-lizard-o::before {
  content: "\f258";
}
.la.la-hand-spock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-spock-o::before {
  content: "\f259";
}
.la.la-hand-pointer-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-pointer-o::before {
  content: "\f25a";
}
.la.la-hand-peace-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-peace-o::before {
  content: "\f25b";
}
.la.la-registered {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-creative-commons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tripadvisor {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-get-pocket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wikipedia-w {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-safari {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-chrome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-firefox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opera {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-internet-explorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-television::before {
  content: "\f26c";
}
.la.la-contao {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-500px {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-amazon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-calendar-plus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-plus-o::before {
  content: "\f271";
}
.la.la-calendar-minus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-minus-o::before {
  content: "\f272";
}
.la.la-calendar-times-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-times-o::before {
  content: "\f273";
}
.la.la-calendar-check-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-check-o::before {
  content: "\f274";
}
.la.la-map-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-map-o::before {
  content: "\f279";
}
.la.la-commenting::before {
  content: "\f4ad";
}
.la.la-commenting-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-commenting-o::before {
  content: "\f4ad";
}
.la.la-houzz {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo::before {
  content: "\f27d";
}
.la.la-black-tie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fonticons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-alien {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-edge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card-alt::before {
  content: "\f09d";
}
.la.la-codiepie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-modx {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fort-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-usb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-product-hunt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-mixcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-scribd {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pause-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pause-circle-o::before {
  content: "\f28b";
}
.la.la-stop-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-stop-circle-o::before {
  content: "\f28d";
}
.la.la-bluetooth {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bluetooth-b {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gitlab {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpbeginner {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpforms {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-envira {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt::before {
  content: "\f368";
}
.la.la-question-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-question-circle-o::before {
  content: "\f059";
}
.la.la-volume-control-phone::before {
  content: "\f2a0";
}
.la.la-asl-interpreting::before {
  content: "\f2a3";
}
.la.la-deafness::before {
  content: "\f2a4";
}
.la.la-hard-of-hearing::before {
  content: "\f2a4";
}
.la.la-glide {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-glide-g {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-signing::before {
  content: "\f2a7";
}
.la.la-viadeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-viadeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-ghost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-first-order {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yoast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-themeisle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official::before {
  content: "\f2b3";
}
.la.la-google-plus-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-circle::before {
  content: "\f2b3";
}
.la.la-font-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa::before {
  content: "\f2b4";
}
.la.la-handshake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-handshake-o::before {
  content: "\f2b5";
}
.la.la-envelope-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-open-o::before {
  content: "\f2b6";
}
.la.la-linode {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-address-book-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-book-o::before {
  content: "\f2b9";
}
.la.la-vcard::before {
  content: "\f2bb";
}
.la.la-address-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-card-o::before {
  content: "\f2bb";
}
.la.la-vcard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-vcard-o::before {
  content: "\f2bb";
}
.la.la-user-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-circle-o::before {
  content: "\f2bd";
}
.la.la-user-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-o::before {
  content: "\f007";
}
.la.la-id-badge {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license::before {
  content: "\f2c2";
}
.la.la-id-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-id-card-o::before {
  content: "\f2c2";
}
.la.la-drivers-license-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license-o::before {
  content: "\f2c2";
}
.la.la-quora {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-free-code-camp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-telegram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-thermometer-4::before {
  content: "\f2c7";
}
.la.la-thermometer::before {
  content: "\f2c7";
}
.la.la-thermometer-3::before {
  content: "\f2c8";
}
.la.la-thermometer-2::before {
  content: "\f2c9";
}
.la.la-thermometer-1::before {
  content: "\f2ca";
}
.la.la-thermometer-0::before {
  content: "\f2cb";
}
.la.la-bathtub::before {
  content: "\f2cd";
}
.la.la-s15::before {
  content: "\f2cd";
}
.la.la-window-maximize {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-restore {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle::before {
  content: "\f410";
}
.la.la-window-close-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-close-o::before {
  content: "\f410";
}
.la.la-times-rectangle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle-o::before {
  content: "\f410";
}
.la.la-bandcamp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-grav {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-etsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-imdb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ravelry {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast::before {
  content: "\f2da";
}
.la.la-snowflake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-snowflake-o::before {
  content: "\f2dc";
}
.la.la-superpowers {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpexplorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spotify {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* public/assets/icons/avasta/css/style.css */
@font-face {
  font-family: avasta;
  src: url("./media/avasta-LDHMDIUX.eot");
  src:
    url("./media/avasta-LDHMDIUX.eot") format("embedded-opentype"),
    url("./media/avasta-VMCB2NMJ.woff2") format("woff2"),
    url("./media/avasta-IFMPVJW4.woff") format("woff"),
    url("./media/avasta-Y4RDS4S2.ttf") format("truetype"),
    url("./media/avasta-PR6IUDKJ.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 avasta;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
.icon-is-spinning {
  animation: icon-spin 2s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}
.icon-cloud-download-95::before {
  content: "\ea02";
}
.icon-home-minimal::before {
  content: "\ea03";
}
.icon-single-04::before {
  content: "\ea04";
}
.icon-users-mm::before {
  content: "\ea05";
}
.icon-webpage::before {
  content: "\ea06";
}
.icon-layout-25::before {
  content: "\ea07";
}
.icon-analytics::before {
  content: "\ea08";
}
.icon-chart-pie-36::before {
  content: "\ea09";
}
.icon-chart-bar-33::before {
  content: "\ea0a";
}
.icon-single-copy-06::before {
  content: "\ea0b";
}
.icon-home::before {
  content: "\ea0c";
}
.icon-single-content-03::before {
  content: "\ea0d";
}
.icon-bell-53::before {
  content: "\ea0e";
}
.icon-email-84::before {
  content: "\ea0f";
}
.icon-send::before {
  content: "\ea10";
}
.icon-at-sign::before {
  content: "\ea11";
}
.icon-attach-87::before {
  content: "\ea12";
}
.icon-edit-72::before {
  content: "\ea13";
}
.icon-tail-right::before {
  content: "\ea14";
}
.icon-minimal-right::before {
  content: "\ea15";
}
.icon-tail-left::before {
  content: "\ea16";
}
.icon-minimal-left::before {
  content: "\ea17";
}
.icon-tail-up::before {
  content: "\ea18";
}
.icon-minimal-up::before {
  content: "\ea19";
}
.icon-minimal-down::before {
  content: "\ea1a";
}
.icon-tail-down::before {
  content: "\ea1b";
}
.icon-settings-gear-64::before {
  content: "\ea1c";
}
.icon-settings::before {
  content: "\ea1d";
}
.icon-menu-dots::before {
  content: "\ea1e";
}
.icon-menu-left::before {
  content: "\ea1f";
}
.icon-funnel-40::before {
  content: "\ea20";
}
.icon-filter::before {
  content: "\ea21";
}
.icon-preferences-circle::before {
  content: "\ea22";
}
.icon-check-2::before {
  content: "\ea23";
}
.icon-cart-simple::before {
  content: "\ea24";
}
.icon-cart-9::before {
  content: "\ea25";
}
.icon-card-update::before {
  content: "\ea26";
}
.icon-basket::before {
  content: "\ea27";
}
.icon-check-circle-07::before {
  content: "\ea28";
}
.icon-simple-remove::before {
  content: "\ea29";
}
.icon-circle-remove::before {
  content: "\ea2a";
}
.icon-alert-circle-exc::before {
  content: "\ea2b";
}
.icon-bug::before {
  content: "\ea2c";
}
.icon-share-66::before {
  content: "\ea2d";
}
.icon-time-3::before {
  content: "\ea2e";
}
.icon-time::before {
  content: "\ea2f";
}
.icon-coffee::before {
  content: "\ea30";
}
.icon-smile::before {
  content: "\ea31";
}
.icon-sad::before {
  content: "\ea32";
}
.icon-broken-heart::before {
  content: "\ea33";
}
.icon-heart-2::before {
  content: "\ea34";
}
.icon-pin-3::before {
  content: "\ea35";
}
.icon-marker-3::before {
  content: "\ea36";
}
.icon-globe-2::before {
  content: "\ea37";
}
.icon-world-2::before {
  content: "\ea38";
}
.icon-phone-2::before {
  content: "\ea39";
}
.icon-check-square-11::before {
  content: "\ea3a";
}
.icon-wallet-90::before {
  content: "\ea3b";
}
.icon-credit-card::before {
  content: "\ea3c";
}
.icon-payment::before {
  content: "\ea3d";
}
.icon-tag::before {
  content: "\ea3e";
}
.icon-tag-cut::before {
  content: "\ea3f";
}
.icon-tag-content::before {
  content: "\ea40";
}
.icon-flag-diagonal-33::before {
  content: "\ea41";
}
.icon-triangle-right-17::before {
  content: "\ea47";
}
.icon-puzzle-10::before {
  content: "\ea48";
}
.icon-triangle-right-17-2::before {
  content: "\ea49";
}
.icon-btn-play::before {
  content: "\ea4a";
}
.icon-btn-play-2::before {
  content: "\ea4b";
}
.icon-menu-34::before {
  content: "\ea4c";
}
.icon-menu-left-2::before {
  content: "\ea4d";
}
.icon-heart-2-2::before {
  content: "\ea4e";
}
.icon-single-04-2::before {
  content: "\ea4f";
}
.icon-users-mm-2::before {
  content: "\ea50";
}
.icon-l-settings::before {
  content: "\ea51";
}
.icon-book-open-2::before {
  content: "\ea52";
}
.icon-layers-3::before {
  content: "\ea53";
}
.icon-logo-fb-simple::before {
  content: "\ea55";
}
.icon-logo-twitter::before {
  content: "\ea56";
}
.icon-google::before {
  content: "\ea57";
}
.icon-logo-pinterest::before {
  content: "\ea58";
}
.icon-logo-instagram::before {
  content: "\ea59";
}
.icon-logo-dribbble::before {
  content: "\ea5a";
}
.icon-tablet-mobile::before {
  content: "\ea5b";
}
.icon-house-search-engine::before {
  content: "\ea5c";
}
.icon-house-pricing::before {
  content: "\ea5d";
}
.icon-pulse-chart::before {
  content: "\ea5e";
}
.icon-plug::before {
  content: "\ea5f";
}
.icon-app-store::before {
  content: "\ea60";
}
.icon-power-level::before {
  content: "\ea61";
}
.icon-window-add::before {
  content: "\ea62";
}
.icon-form::before {
  content: "\ea63";
}
.icon-folder-15::before {
  content: "\ea64";
}
.icon-lock::before {
  content: "\ea65";
}
.icon-unlocked::before {
  content: "\ea66";
}
.icon-e-reader::before {
  content: "\ea67";
}
.icon-layout-grid::before {
  content: "\ea68";
}
.icon-single-copies::before {
  content: "\ea69";
}

/* public/assets/icons/flaticon/flaticon.css */
@font-face {
  font-family: Flaticon;
  src: url("./media/Flaticon-XTJEPOET.eot");
  src:
    url("./media/Flaticon-XTJEPOET.eot?#iefix") format("embedded-opentype"),
    url("./media/Flaticon-MG5QG6JE.woff") format("woff"),
    url("./media/Flaticon-VH2COQO7.ttf") format("truetype"),
    url("./media/Flaticon-4C2HKHEW.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-device-pixel-ratio:0) {
  @font-face {
    font-family: Flaticon;
    src: url("./media/Flaticon-4C2HKHEW.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]::before,
[class*=" flaticon-"]::before,
[class^=flaticon-]::after,
[class*=" flaticon-"]::after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-381-add::before {
  content: "\f100";
}
.flaticon-381-add-1::before {
  content: "\f101";
}
.flaticon-381-add-2::before {
  content: "\f102";
}
.flaticon-381-add-3::before {
  content: "\f103";
}
.flaticon-381-alarm-clock::before {
  content: "\f104";
}
.flaticon-381-alarm-clock-1::before {
  content: "\f105";
}
.flaticon-381-album::before {
  content: "\f106";
}
.flaticon-381-album-1::before {
  content: "\f107";
}
.flaticon-381-album-2::before {
  content: "\f108";
}
.flaticon-381-album-3::before {
  content: "\f109";
}
.flaticon-381-app::before {
  content: "\f10a";
}
.flaticon-381-archive::before {
  content: "\f10b";
}
.flaticon-381-back::before {
  content: "\f10c";
}
.flaticon-381-back-1::before {
  content: "\f10d";
}
.flaticon-381-back-2::before {
  content: "\f10e";
}
.flaticon-381-background::before {
  content: "\f10f";
}
.flaticon-381-background-1::before {
  content: "\f110";
}
.flaticon-381-battery::before {
  content: "\f111";
}
.flaticon-381-battery-1::before {
  content: "\f112";
}
.flaticon-381-battery-2::before {
  content: "\f113";
}
.flaticon-381-battery-3::before {
  content: "\f114";
}
.flaticon-381-battery-4::before {
  content: "\f115";
}
.flaticon-381-battery-5::before {
  content: "\f116";
}
.flaticon-381-battery-6::before {
  content: "\f117";
}
.flaticon-381-battery-7::before {
  content: "\f118";
}
.flaticon-381-battery-8::before {
  content: "\f119";
}
.flaticon-381-battery-9::before {
  content: "\f11a";
}
.flaticon-381-binoculars::before {
  content: "\f11b";
}
.flaticon-381-blueprint::before {
  content: "\f11c";
}
.flaticon-381-bluetooth::before {
  content: "\f11d";
}
.flaticon-381-bluetooth-1::before {
  content: "\f11e";
}
.flaticon-381-book::before {
  content: "\f11f";
}
.flaticon-381-bookmark::before {
  content: "\f120";
}
.flaticon-381-bookmark-1::before {
  content: "\f121";
}
.flaticon-381-box::before {
  content: "\f122";
}
.flaticon-381-box-1::before {
  content: "\f123";
}
.flaticon-381-box-2::before {
  content: "\f124";
}
.flaticon-381-briefcase::before {
  content: "\f125";
}
.flaticon-381-broken-heart::before {
  content: "\f126";
}
.flaticon-381-broken-link::before {
  content: "\f127";
}
.flaticon-381-calculator::before {
  content: "\f128";
}
.flaticon-381-calculator-1::before {
  content: "\f129";
}
.flaticon-381-calendar::before {
  content: "\f12a";
}
.flaticon-381-calendar-1::before {
  content: "\f12b";
}
.flaticon-381-calendar-2::before {
  content: "\f12c";
}
.flaticon-381-calendar-3::before {
  content: "\f12d";
}
.flaticon-381-calendar-4::before {
  content: "\f12e";
}
.flaticon-381-calendar-5::before {
  content: "\f12f";
}
.flaticon-381-calendar-6::before {
  content: "\f130";
}
.flaticon-381-calendar-7::before {
  content: "\f131";
}
.flaticon-381-clock::before {
  content: "\f132";
}
.flaticon-381-clock-1::before {
  content: "\f133";
}
.flaticon-381-clock-2::before {
  content: "\f134";
}
.flaticon-381-close::before {
  content: "\f135";
}
.flaticon-381-cloud::before {
  content: "\f136";
}
.flaticon-381-cloud-computing::before {
  content: "\f137";
}
.flaticon-381-command::before {
  content: "\f138";
}
.flaticon-381-compact-disc::before {
  content: "\f139";
}
.flaticon-381-compact-disc-1::before {
  content: "\f13a";
}
.flaticon-381-compact-disc-2::before {
  content: "\f13b";
}
.flaticon-381-compass::before {
  content: "\f13c";
}
.flaticon-381-compass-1::before {
  content: "\f13d";
}
.flaticon-381-compass-2::before {
  content: "\f13e";
}
.flaticon-381-controls::before {
  content: "\f13f";
}
.flaticon-381-controls-1::before {
  content: "\f140";
}
.flaticon-381-controls-2::before {
  content: "\f141";
}
.flaticon-381-controls-3::before {
  content: "\f142";
}
.flaticon-381-controls-4::before {
  content: "\f143";
}
.flaticon-381-controls-5::before {
  content: "\f144";
}
.flaticon-381-controls-6::before {
  content: "\f145";
}
.flaticon-381-controls-7::before {
  content: "\f146";
}
.flaticon-381-controls-8::before {
  content: "\f147";
}
.flaticon-381-controls-9::before {
  content: "\f148";
}
.flaticon-381-database::before {
  content: "\f149";
}
.flaticon-381-database-1::before {
  content: "\f14a";
}
.flaticon-381-database-2::before {
  content: "\f14b";
}
.flaticon-381-diamond::before {
  content: "\f14c";
}
.flaticon-381-diploma::before {
  content: "\f14d";
}
.flaticon-381-dislike::before {
  content: "\f14e";
}
.flaticon-381-divide::before {
  content: "\f14f";
}
.flaticon-381-division::before {
  content: "\f150";
}
.flaticon-381-division-1::before {
  content: "\f151";
}
.flaticon-381-download::before {
  content: "\f152";
}
.flaticon-381-earth-globe::before {
  content: "\f153";
}
.flaticon-381-earth-globe-1::before {
  content: "\f154";
}
.flaticon-381-edit::before {
  content: "\f155";
}
.flaticon-381-edit-1::before {
  content: "\f156";
}
.flaticon-381-eject::before {
  content: "\f157";
}
.flaticon-381-eject-1::before {
  content: "\f158";
}
.flaticon-381-enter::before {
  content: "\f159";
}
.flaticon-381-equal::before {
  content: "\f15a";
}
.flaticon-381-equal-1::before {
  content: "\f15b";
}
.flaticon-381-equal-2::before {
  content: "\f15c";
}
.flaticon-381-error::before {
  content: "\f15d";
}
.flaticon-381-exit::before {
  content: "\f15e";
}
.flaticon-381-exit-1::before {
  content: "\f15f";
}
.flaticon-381-exit-2::before {
  content: "\f160";
}
.flaticon-381-fast-forward::before {
  content: "\f161";
}
.flaticon-381-fast-forward-1::before {
  content: "\f162";
}
.flaticon-381-file::before {
  content: "\f163";
}
.flaticon-381-file-1::before {
  content: "\f164";
}
.flaticon-381-file-2::before {
  content: "\f165";
}
.flaticon-381-film-strip::before {
  content: "\f166";
}
.flaticon-381-film-strip-1::before {
  content: "\f167";
}
.flaticon-381-fingerprint::before {
  content: "\f168";
}
.flaticon-381-flag::before {
  content: "\f169";
}
.flaticon-381-flag-1::before {
  content: "\f16a";
}
.flaticon-381-flag-2::before {
  content: "\f16b";
}
.flaticon-381-flag-3::before {
  content: "\f16c";
}
.flaticon-381-flag-4::before {
  content: "\f16d";
}
.flaticon-381-focus::before {
  content: "\f16e";
}
.flaticon-381-folder::before {
  content: "\f16f";
}
.flaticon-381-folder-1::before {
  content: "\f170";
}
.flaticon-381-folder-10::before {
  content: "\f171";
}
.flaticon-381-folder-11::before {
  content: "\f172";
}
.flaticon-381-folder-12::before {
  content: "\f173";
}
.flaticon-381-folder-13::before {
  content: "\f174";
}
.flaticon-381-folder-14::before {
  content: "\f175";
}
.flaticon-381-folder-15::before {
  content: "\f176";
}
.flaticon-381-folder-16::before {
  content: "\f177";
}
.flaticon-381-folder-17::before {
  content: "\f178";
}
.flaticon-381-folder-18::before {
  content: "\f179";
}
.flaticon-381-folder-19::before {
  content: "\f17a";
}
.flaticon-381-folder-2::before {
  content: "\f17b";
}
.flaticon-381-folder-3::before {
  content: "\f17c";
}
.flaticon-381-folder-4::before {
  content: "\f17d";
}
.flaticon-381-folder-5::before {
  content: "\f17e";
}
.flaticon-381-folder-6::before {
  content: "\f17f";
}
.flaticon-381-folder-7::before {
  content: "\f180";
}
.flaticon-381-folder-8::before {
  content: "\f181";
}
.flaticon-381-folder-9::before {
  content: "\f182";
}
.flaticon-381-forbidden::before {
  content: "\f183";
}
.flaticon-381-funnel::before {
  content: "\f184";
}
.flaticon-381-gift::before {
  content: "\f185";
}
.flaticon-381-heart::before {
  content: "\f186";
}
.flaticon-381-heart-1::before {
  content: "\f187";
}
.flaticon-381-help::before {
  content: "\f188";
}
.flaticon-381-help-1::before {
  content: "\f189";
}
.flaticon-381-hide::before {
  content: "\f18a";
}
.flaticon-381-high-volume::before {
  content: "\f18b";
}
.flaticon-381-home::before {
  content: "\f18c";
}
.flaticon-381-home-1::before {
  content: "\f18d";
}
.flaticon-381-home-2::before {
  content: "\f18e";
}
.flaticon-381-home-3::before {
  content: "\f18f";
}
.flaticon-381-hourglass::before {
  content: "\f190";
}
.flaticon-381-hourglass-1::before {
  content: "\f191";
}
.flaticon-381-hourglass-2::before {
  content: "\f192";
}
.flaticon-381-id-card::before {
  content: "\f193";
}
.flaticon-381-id-card-1::before {
  content: "\f194";
}
.flaticon-381-id-card-2::before {
  content: "\f195";
}
.flaticon-381-id-card-3::before {
  content: "\f196";
}
.flaticon-381-id-card-4::before {
  content: "\f197";
}
.flaticon-381-id-card-5::before {
  content: "\f198";
}
.flaticon-381-idea::before {
  content: "\f199";
}
.flaticon-381-incoming-call::before {
  content: "\f19a";
}
.flaticon-381-infinity::before {
  content: "\f19b";
}
.flaticon-381-internet::before {
  content: "\f19c";
}
.flaticon-381-key::before {
  content: "\f19d";
}
.flaticon-381-knob::before {
  content: "\f19e";
}
.flaticon-381-knob-1::before {
  content: "\f19f";
}
.flaticon-381-layer::before {
  content: "\f1a0";
}
.flaticon-381-layer-1::before {
  content: "\f1a1";
}
.flaticon-381-like::before {
  content: "\f1a2";
}
.flaticon-381-link::before {
  content: "\f1a3";
}
.flaticon-381-link-1::before {
  content: "\f1a4";
}
.flaticon-381-list::before {
  content: "\f1a5";
}
.flaticon-381-list-1::before {
  content: "\f1a6";
}
.flaticon-381-location::before {
  content: "\f1a7";
}
.flaticon-381-location-1::before {
  content: "\f1a8";
}
.flaticon-381-location-2::before {
  content: "\f1a9";
}
.flaticon-381-location-3::before {
  content: "\f1aa";
}
.flaticon-381-location-4::before {
  content: "\f1ab";
}
.flaticon-381-locations::before {
  content: "\f1ac";
}
.flaticon-381-lock::before {
  content: "\f1ad";
}
.flaticon-381-lock-1::before {
  content: "\f1ae";
}
.flaticon-381-lock-2::before {
  content: "\f1af";
}
.flaticon-381-lock-3::before {
  content: "\f1b0";
}
.flaticon-381-low-volume::before {
  content: "\f1b1";
}
.flaticon-381-low-volume-1::before {
  content: "\f1b2";
}
.flaticon-381-low-volume-2::before {
  content: "\f1b3";
}
.flaticon-381-low-volume-3::before {
  content: "\f1b4";
}
.flaticon-381-magic-wand::before {
  content: "\f1b5";
}
.flaticon-381-magnet::before {
  content: "\f1b6";
}
.flaticon-381-magnet-1::before {
  content: "\f1b7";
}
.flaticon-381-magnet-2::before {
  content: "\f1b8";
}
.flaticon-381-map::before {
  content: "\f1b9";
}
.flaticon-381-map-1::before {
  content: "\f1ba";
}
.flaticon-381-map-2::before {
  content: "\f1bb";
}
.flaticon-381-menu::before {
  content: "\f1bc";
}
.flaticon-381-menu-1::before {
  content: "\f1bd";
}
.flaticon-381-menu-2::before {
  content: "\f1be";
}
.flaticon-381-menu-3::before {
  content: "\f1bf";
}
.flaticon-381-microphone::before {
  content: "\f1c0";
}
.flaticon-381-microphone-1::before {
  content: "\f1c1";
}
.flaticon-381-more::before {
  content: "\f1c2";
}
.flaticon-381-more-1::before {
  content: "\f1c3";
}
.flaticon-381-more-2::before {
  content: "\f1c4";
}
.flaticon-381-multiply::before {
  content: "\f1c5";
}
.flaticon-381-multiply-1::before {
  content: "\f1c6";
}
.flaticon-381-music-album::before {
  content: "\f1c7";
}
.flaticon-381-mute::before {
  content: "\f1c8";
}
.flaticon-381-mute-1::before {
  content: "\f1c9";
}
.flaticon-381-mute-2::before {
  content: "\f1ca";
}
.flaticon-381-network::before {
  content: "\f1cb";
}
.flaticon-381-network-1::before {
  content: "\f1cc";
}
.flaticon-381-network-2::before {
  content: "\f1cd";
}
.flaticon-381-network-3::before {
  content: "\f1ce";
}
.flaticon-381-networking::before {
  content: "\f1cf";
}
.flaticon-381-networking-1::before {
  content: "\f1d0";
}
.flaticon-381-news::before {
  content: "\f1d1";
}
.flaticon-381-newspaper::before {
  content: "\f1d2";
}
.flaticon-381-next::before {
  content: "\f1d3";
}
.flaticon-381-next-1::before {
  content: "\f1d4";
}
.flaticon-381-note::before {
  content: "\f1d5";
}
.flaticon-381-notebook::before {
  content: "\f1d6";
}
.flaticon-381-notebook-1::before {
  content: "\f1d7";
}
.flaticon-381-notebook-2::before {
  content: "\f1d8";
}
.flaticon-381-notebook-3::before {
  content: "\f1d9";
}
.flaticon-381-notebook-4::before {
  content: "\f1da";
}
.flaticon-381-notebook-5::before {
  content: "\f1db";
}
.flaticon-381-notepad::before {
  content: "\f1dc";
}
.flaticon-381-notepad-1::before {
  content: "\f1dd";
}
.flaticon-381-notepad-2::before {
  content: "\f1de";
}
.flaticon-381-notification::before {
  content: "\f1df";
}
.flaticon-381-off::before {
  content: "\f1e0";
}
.flaticon-381-on::before {
  content: "\f1e1";
}
.flaticon-381-pad::before {
  content: "\f1e2";
}
.flaticon-381-padlock::before {
  content: "\f1e3";
}
.flaticon-381-padlock-1::before {
  content: "\f1e4";
}
.flaticon-381-padlock-2::before {
  content: "\f1e5";
}
.flaticon-381-panel::before {
  content: "\f1e6";
}
.flaticon-381-panel-1::before {
  content: "\f1e7";
}
.flaticon-381-panel-2::before {
  content: "\f1e8";
}
.flaticon-381-panel-3::before {
  content: "\f1e9";
}
.flaticon-381-paperclip::before {
  content: "\f1ea";
}
.flaticon-381-pause::before {
  content: "\f1eb";
}
.flaticon-381-pause-1::before {
  content: "\f1ec";
}
.flaticon-381-pencil::before {
  content: "\f1ed";
}
.flaticon-381-percentage::before {
  content: "\f1ee";
}
.flaticon-381-percentage-1::before {
  content: "\f1ef";
}
.flaticon-381-perspective::before {
  content: "\f1f0";
}
.flaticon-381-phone-call::before {
  content: "\f1f1";
}
.flaticon-381-photo::before {
  content: "\f1f2";
}
.flaticon-381-photo-camera::before {
  content: "\f1f3";
}
.flaticon-381-photo-camera-1::before {
  content: "\f1f4";
}
.flaticon-381-picture::before {
  content: "\f1f5";
}
.flaticon-381-picture-1::before {
  content: "\f1f6";
}
.flaticon-381-picture-2::before {
  content: "\f1f7";
}
.flaticon-381-pin::before {
  content: "\f1f8";
}
.flaticon-381-play-button::before {
  content: "\f1f9";
}
.flaticon-381-play-button-1::before {
  content: "\f1fa";
}
.flaticon-381-plus::before {
  content: "\f1fb";
}
.flaticon-381-presentation::before {
  content: "\f1fc";
}
.flaticon-381-price-tag::before {
  content: "\f1fd";
}
.flaticon-381-print::before {
  content: "\f1fe";
}
.flaticon-381-print-1::before {
  content: "\f1ff";
}
.flaticon-381-privacy::before {
  content: "\f200";
}
.flaticon-381-promotion::before {
  content: "\f201";
}
.flaticon-381-promotion-1::before {
  content: "\f202";
}
.flaticon-381-push-pin::before {
  content: "\f203";
}
.flaticon-381-quaver::before {
  content: "\f204";
}
.flaticon-381-quaver-1::before {
  content: "\f205";
}
.flaticon-381-radar::before {
  content: "\f206";
}
.flaticon-381-reading::before {
  content: "\f207";
}
.flaticon-381-receive::before {
  content: "\f208";
}
.flaticon-381-record::before {
  content: "\f209";
}
.flaticon-381-repeat::before {
  content: "\f20a";
}
.flaticon-381-repeat-1::before {
  content: "\f20b";
}
.flaticon-381-resume::before {
  content: "\f20c";
}
.flaticon-381-rewind::before {
  content: "\f20d";
}
.flaticon-381-rewind-1::before {
  content: "\f20e";
}
.flaticon-381-ring::before {
  content: "\f20f";
}
.flaticon-381-ring-1::before {
  content: "\f210";
}
.flaticon-381-rotate::before {
  content: "\f211";
}
.flaticon-381-rotate-1::before {
  content: "\f212";
}
.flaticon-381-route::before {
  content: "\f213";
}
.flaticon-381-save::before {
  content: "\f214";
}
.flaticon-381-search::before {
  content: "\f215";
}
.flaticon-381-search-1::before {
  content: "\f216";
}
.flaticon-381-search-2::before {
  content: "\f217";
}
.flaticon-381-search-3::before {
  content: "\f218";
}
.flaticon-381-send::before {
  content: "\f219";
}
.flaticon-381-send-1::before {
  content: "\f21a";
}
.flaticon-381-send-2::before {
  content: "\f21b";
}
.flaticon-381-settings::before {
  content: "\f21c";
}
.flaticon-381-settings-1::before {
  content: "\f21d";
}
.flaticon-381-settings-2::before {
  content: "\f21e";
}
.flaticon-381-settings-3::before {
  content: "\f21f";
}
.flaticon-381-settings-4::before {
  content: "\f220";
}
.flaticon-381-settings-5::before {
  content: "\f221";
}
.flaticon-381-settings-6::before {
  content: "\f222";
}
.flaticon-381-settings-7::before {
  content: "\f223";
}
.flaticon-381-settings-8::before {
  content: "\f224";
}
.flaticon-381-settings-9::before {
  content: "\f225";
}
.flaticon-381-share::before {
  content: "\f226";
}
.flaticon-381-share-1::before {
  content: "\f227";
}
.flaticon-381-share-2::before {
  content: "\f228";
}
.flaticon-381-shuffle::before {
  content: "\f229";
}
.flaticon-381-shuffle-1::before {
  content: "\f22a";
}
.flaticon-381-shut-down::before {
  content: "\f22b";
}
.flaticon-381-silence::before {
  content: "\f22c";
}
.flaticon-381-silent::before {
  content: "\f22d";
}
.flaticon-381-smartphone::before {
  content: "\f22e";
}
.flaticon-381-smartphone-1::before {
  content: "\f22f";
}
.flaticon-381-smartphone-2::before {
  content: "\f230";
}
.flaticon-381-smartphone-3::before {
  content: "\f231";
}
.flaticon-381-smartphone-4::before {
  content: "\f232";
}
.flaticon-381-smartphone-5::before {
  content: "\f233";
}
.flaticon-381-smartphone-6::before {
  content: "\f234";
}
.flaticon-381-smartphone-7::before {
  content: "\f235";
}
.flaticon-381-speaker::before {
  content: "\f236";
}
.flaticon-381-speedometer::before {
  content: "\f237";
}
.flaticon-381-spotlight::before {
  content: "\f238";
}
.flaticon-381-star::before {
  content: "\f239";
}
.flaticon-381-star-1::before {
  content: "\f23a";
}
.flaticon-381-stop::before {
  content: "\f23b";
}
.flaticon-381-stop-1::before {
  content: "\f23c";
}
.flaticon-381-stopclock::before {
  content: "\f23d";
}
.flaticon-381-stopwatch::before {
  content: "\f23e";
}
.flaticon-381-stopwatch-1::before {
  content: "\f23f";
}
.flaticon-381-stopwatch-2::before {
  content: "\f240";
}
.flaticon-381-substract::before {
  content: "\f241";
}
.flaticon-381-substract-1::before {
  content: "\f242";
}
.flaticon-381-substract-2::before {
  content: "\f243";
}
.flaticon-381-success::before {
  content: "\f244";
}
.flaticon-381-success-1::before {
  content: "\f245";
}
.flaticon-381-success-2::before {
  content: "\f246";
}
.flaticon-381-sunglasses::before {
  content: "\f247";
}
.flaticon-381-switch::before {
  content: "\f248";
}
.flaticon-381-switch-1::before {
  content: "\f249";
}
.flaticon-381-switch-2::before {
  content: "\f24a";
}
.flaticon-381-switch-3::before {
  content: "\f24b";
}
.flaticon-381-switch-4::before {
  content: "\f24c";
}
.flaticon-381-switch-5::before {
  content: "\f24d";
}
.flaticon-381-sync::before {
  content: "\f24e";
}
.flaticon-381-tab::before {
  content: "\f24f";
}
.flaticon-381-target::before {
  content: "\f250";
}
.flaticon-381-television::before {
  content: "\f251";
}
.flaticon-381-time::before {
  content: "\f252";
}
.flaticon-381-transfer::before {
  content: "\f253";
}
.flaticon-381-trash::before {
  content: "\f254";
}
.flaticon-381-trash-1::before {
  content: "\f255";
}
.flaticon-381-trash-2::before {
  content: "\f256";
}
.flaticon-381-trash-3::before {
  content: "\f257";
}
.flaticon-381-turn-off::before {
  content: "\f258";
}
.flaticon-381-umbrella::before {
  content: "\f259";
}
.flaticon-381-unlocked::before {
  content: "\f25a";
}
.flaticon-381-unlocked-1::before {
  content: "\f25b";
}
.flaticon-381-unlocked-2::before {
  content: "\f25c";
}
.flaticon-381-unlocked-3::before {
  content: "\f25d";
}
.flaticon-381-unlocked-4::before {
  content: "\f25e";
}
.flaticon-381-upload::before {
  content: "\f25f";
}
.flaticon-381-upload-1::before {
  content: "\f260";
}
.flaticon-381-user::before {
  content: "\f261";
}
.flaticon-381-user-1::before {
  content: "\f262";
}
.flaticon-381-user-2::before {
  content: "\f263";
}
.flaticon-381-user-3::before {
  content: "\f264";
}
.flaticon-381-user-4::before {
  content: "\f265";
}
.flaticon-381-user-5::before {
  content: "\f266";
}
.flaticon-381-user-6::before {
  content: "\f267";
}
.flaticon-381-user-7::before {
  content: "\f268";
}
.flaticon-381-user-8::before {
  content: "\f269";
}
.flaticon-381-user-9::before {
  content: "\f26a";
}
.flaticon-381-video-camera::before {
  content: "\f26b";
}
.flaticon-381-video-clip::before {
  content: "\f26c";
}
.flaticon-381-video-player::before {
  content: "\f26d";
}
.flaticon-381-video-player-1::before {
  content: "\f26e";
}
.flaticon-381-view::before {
  content: "\f26f";
}
.flaticon-381-view-1::before {
  content: "\f270";
}
.flaticon-381-view-2::before {
  content: "\f271";
}
.flaticon-381-volume::before {
  content: "\f272";
}
.flaticon-381-warning::before {
  content: "\f273";
}
.flaticon-381-warning-1::before {
  content: "\f274";
}
.flaticon-381-wifi::before {
  content: "\f275";
}
.flaticon-381-wifi-1::before {
  content: "\f276";
}
.flaticon-381-wifi-2::before {
  content: "\f277";
}
.flaticon-381-windows::before {
  content: "\f278";
}
.flaticon-381-windows-1::before {
  content: "\f279";
}
.flaticon-381-zoom-in::before {
  content: "\f27a";
}
.flaticon-381-zoom-out::before {
  content: "\f27b";
}

/* public/assets/icons/icomoon/icomoon.css */
@font-face {
  font-family: icomoon;
  src: url("./media/icomoon-RG5CQIZW.eot");
  src:
    url("./media/icomoon-RG5CQIZW.eot") format("embedded-opentype"),
    url("./media/icomoon-JBLUR2RK.ttf") format("truetype"),
    url("./media/icomoon-LJ6TPBKK.woff") format("woff"),
    url("./media/icomoon-5WNHAJHL.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Angle-Grinder .path1::before {
  content: "\e900";
  opacity: 0.3;
}
.icon-Angle-Grinder .path2::before {
  content: "\e901";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-Grinder .path3::before {
  content: "\e902";
  margin-left: -1em;
}
.icon-Axe .path1::before {
  content: "\e903";
  opacity: 0.3;
}
.icon-Axe .path2::before {
  content: "\e904";
  margin-left: -1em;
}
.icon-Brush .path1::before {
  content: "\e905";
  opacity: 0.3;
}
.icon-Brush .path2::before {
  content: "\e906";
  margin-left: -1em;
}
.icon-Compass .path1::before {
  content: "\e907";
  opacity: 0.3;
}
.icon-Compass .path2::before {
  content: "\e908";
  margin-left: -1em;
}
.icon-Hummer .path1::before {
  content: "\e909";
  opacity: 0.3;
}
.icon-Hummer .path2::before {
  content: "\e90a";
  margin-left: -1em;
}
.icon-Hummer .path3::before {
  content: "\e90b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Hummer1 .path1::before {
  content: "\e90c";
  opacity: 0.3;
}
.icon-Hummer1 .path2::before {
  content: "\e90d";
  margin-left: -1em;
}
.icon-Pantone .path1::before {
  content: "\e90e";
  opacity: 0.3;
}
.icon-Pantone .path2::before {
  content: "\e90f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pantone .path3::before {
  content: "\e910";
  margin-left: -1em;
}
.icon-Road-Cone .path1::before {
  content: "\e911";
}
.icon-Road-Cone .path2::before {
  content: "\e912";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Roller .path1::before {
  content: "\e913";
}
.icon-Roller .path2::before {
  content: "\e914";
  margin-left: -1em;
}
.icon-Roller .path3::before {
  content: "\e915";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Roulette .path1::before {
  content: "\e916";
}
.icon-Roulette .path2::before {
  content: "\e917";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Screwdriver .path1::before {
  content: "\e918";
  opacity: 0.3;
}
.icon-Screwdriver .path2::before {
  content: "\e919";
  margin-left: -1em;
}
.icon-Shovel1 .path1::before {
  content: "\e91a";
  opacity: 0.3;
}
.icon-Shovel1 .path2::before {
  content: "\e91b";
  margin-left: -1em;
}
.icon-Spatula .path1::before {
  content: "\e91c";
  opacity: 0.3;
}
.icon-Spatula .path2::before {
  content: "\e91d";
  margin-left: -1em;
}
.icon-Swiss-knife .path1::before {
  content: "\e91e";
  opacity: 0.3;
}
.icon-Swiss-knife .path2::before {
  content: "\e91f";
  margin-left: -1em;
}
.icon-Tools .path1::before {
  content: "\e920";
}
.icon-Tools .path2::before {
  content: "\e921";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Align-auto .path1::before {
  content: "\e922";
  opacity: 0.3;
}
.icon-Align-auto .path2::before {
  content: "\e923";
  margin-left: -1em;
}
.icon-Align-center .path1::before {
  content: "\e924";
  opacity: 0.3;
}
.icon-Align-center .path2::before {
  content: "\e925";
  margin-left: -1em;
}
.icon-Align-justify .path1::before {
  content: "\e926";
  opacity: 0.3;
}
.icon-Align-justify .path2::before {
  content: "\e927";
  margin-left: -1em;
}
.icon-Align-left .path1::before {
  content: "\e928";
  opacity: 0.3;
}
.icon-Align-left .path2::before {
  content: "\e929";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Align-left .path3::before {
  content: "\e92a";
  margin-left: -1em;
}
.icon-Align-right .path1::before {
  content: "\e92b";
  opacity: 0.3;
}
.icon-Align-right .path2::before {
  content: "\e92c";
  margin-left: -1em;
}
.icon-Article .path1::before {
  content: "\e92d";
}
.icon-Article .path2::before {
  content: "\e92e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bold::before {
  content: "\e92f";
}
.icon-Bullet-list .path1::before {
  content: "\e930";
}
.icon-Bullet-list .path2::before {
  content: "\e931";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Code::before {
  content: "\e932";
}
.icon-Edit-text .path1::before {
  content: "\e933";
  opacity: 0.3;
}
.icon-Edit-text .path2::before {
  content: "\e934";
  margin-left: -1em;
}
.icon-Filter::before {
  content: "\e935";
}
.icon-Font .path1::before {
  content: "\e936";
}
.icon-Font .path2::before {
  content: "\e937";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-H1 .path1::before {
  content: "\e938";
}
.icon-H1 .path2::before {
  content: "\e939";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-H2 .path1::before {
  content: "\e93a";
}
.icon-H2 .path2::before {
  content: "\e93b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Itallic::before {
  content: "\e93c";
}
.icon-Menu .path1::before {
  content: "\e93d";
}
.icon-Menu .path2::before {
  content: "\e93e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Paragraph::before {
  content: "\e93f";
}
.icon-Quote .path1::before {
  content: "\e940";
}
.icon-Quote .path2::before {
  content: "\e941";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Quote1 .path1::before {
  content: "\e942";
}
.icon-Quote1 .path2::before {
  content: "\e943";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Redo::before {
  content: "\e944";
}
.icon-Strikethrough .path1::before {
  content: "\e945";
  opacity: 0.3;
}
.icon-Strikethrough .path2::before {
  content: "\e946";
  margin-left: -1em;
}
.icon-Text::before {
  content: "\e947";
}
.icon-Text-height .path1::before {
  content: "\e948";
  opacity: 0.3;
}
.icon-Text-height .path2::before {
  content: "\e949";
  margin-left: -1em;
}
.icon-Text-width .path1::before {
  content: "\e94a";
  opacity: 0.3;
}
.icon-Text-width .path2::before {
  content: "\e94b";
  margin-left: -1em;
}
.icon-Underline .path1::before {
  content: "\e94c";
}
.icon-Underline .path2::before {
  content: "\e94d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Undo::before {
  content: "\e94e";
}
.icon-ATM .path1::before {
  content: "\e94f";
  opacity: 0.3;
}
.icon-ATM .path2::before {
  content: "\e950";
  margin-left: -1em;
}
.icon-Bag .path1::before {
  content: "\e951";
  opacity: 0.3;
}
.icon-Bag .path2::before {
  content: "\e952";
  margin-left: -1em;
}
.icon-Bag1 .path1::before {
  content: "\e953";
  opacity: 0.3;
}
.icon-Bag1 .path2::before {
  content: "\e954";
  margin-left: -1em;
}
.icon-Barcode .path1::before {
  content: "\e955";
}
.icon-Barcode .path2::before {
  content: "\e956";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Barcode-read .path1::before {
  content: "\e957";
  opacity: 0.3;
}
.icon-Barcode-read .path2::before {
  content: "\e958";
  margin-left: -1em;
}
.icon-Barcode-scan .path1::before {
  content: "\e959";
}
.icon-Barcode-scan .path2::before {
  content: "\e95a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Barcode-scan .path3::before {
  content: "\e95b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bitcoin .path1::before {
  content: "\e95c";
  opacity: 0.3;
}
.icon-Bitcoin .path2::before {
  content: "\e95d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bitcoin .path3::before {
  content: "\e95e";
  margin-left: -1em;
}
.icon-Box1 .path1::before {
  content: "\e95f";
  opacity: 0.3;
}
.icon-Box1 .path2::before {
  content: "\e960";
  margin-left: -1em;
}
.icon-Box2 .path1::before {
  content: "\e961";
}
.icon-Box2 .path2::before {
  content: "\e962";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Box3 .path1::before {
  content: "\e963";
  opacity: 0.3;
}
.icon-Box3 .path2::before {
  content: "\e964";
  margin-left: -1em;
}
.icon-Calculator .path1::before {
  content: "\e965";
  opacity: 0.3;
}
.icon-Calculator .path2::before {
  content: "\e966";
  margin-left: -1em;
}
.icon-Cart1 .path1::before {
  content: "\e967";
  opacity: 0.3;
}
.icon-Cart1 .path2::before {
  content: "\e968";
  margin-left: -1em;
}
.icon-Cart2 .path1::before {
  content: "\e969";
  opacity: 0.3;
}
.icon-Cart2 .path2::before {
  content: "\e96a";
  margin-left: -1em;
}
.icon-Cart .path1::before {
  content: "\e96b";
  opacity: 0.3;
}
.icon-Cart .path2::before {
  content: "\e96c";
  margin-left: -1em;
}
.icon-Chart-bar .path1::before {
  content: "\e96d";
  opacity: 0.3;
}
.icon-Chart-bar .path2::before {
  content: "\e96e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar .path3::before {
  content: "\e96f";
  margin-left: -1em;
}
.icon-Chart-bar .path4::before {
  content: "\e970";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar1 .path1::before {
  content: "\e971";
  opacity: 0.3;
}
.icon-Chart-bar1 .path2::before {
  content: "\e972";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar1 .path3::before {
  content: "\e973";
  margin-left: -1em;
}
.icon-Chart-bar1 .path4::before {
  content: "\e974";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar2 .path1::before {
  content: "\e975";
  opacity: 0.3;
}
.icon-Chart-bar2 .path2::before {
  content: "\e976";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar2 .path3::before {
  content: "\e977";
  margin-left: -1em;
}
.icon-Chart-bar2 .path4::before {
  content: "\e978";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-line .path1::before {
  content: "\e979";
}
.icon-Chart-line .path2::before {
  content: "\e97a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-line1 .path1::before {
  content: "\e97b";
}
.icon-Chart-line1 .path2::before {
  content: "\e97c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-pie .path1::before {
  content: "\e97d";
  opacity: 0.3;
}
.icon-Chart-pie .path2::before {
  content: "\e97e";
  margin-left: -1em;
}
.icon-Credit-card .path1::before {
  content: "\e97f";
  opacity: 0.3;
}
.icon-Credit-card .path2::before {
  content: "\e980";
  margin-left: -1em;
}
.icon-Credit-card .path3::before {
  content: "\e981";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dollar .path1::before {
  content: "\e982";
  opacity: 0.3;
}
.icon-Dollar .path2::before {
  content: "\e983";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dollar .path3::before {
  content: "\e984";
  margin-left: -1em;
}
.icon-Euro .path1::before {
  content: "\e985";
  opacity: 0.3;
}
.icon-Euro .path2::before {
  content: "\e986";
  margin-left: -1em;
}
.icon-Gift .path1::before {
  content: "\e987";
}
.icon-Gift .path2::before {
  content: "\e988";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Loader .path1::before {
  content: "\e989";
  opacity: 0.3;
}
.icon-Loader .path2::before {
  content: "\e98a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Loader .path3::before {
  content: "\e98b";
  margin-left: -1em;
}
.icon-MC .path1::before {
  content: "\e98c";
  opacity: 0.3;
}
.icon-MC .path2::before {
  content: "\e98d";
  margin-left: -1em;
}
.icon-Money .path1::before {
  content: "\e98e";
  opacity: 0.3;
}
.icon-Money .path2::before {
  content: "\e98f";
  margin-left: -1em;
}
.icon-Pound .path1::before {
  content: "\e990";
}
.icon-Pound .path2::before {
  content: "\e991";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Price::before {
  content: "\e992";
}
.icon-145::before {
  content: "\e992";
}
.icon-Price1::before {
  content: "\e993";
}
.icon-245::before {
  content: "\e993";
}
.icon-Rouble .path1::before {
  content: "\e994";
  opacity: 0.3;
}
.icon-Rouble .path2::before {
  content: "\e995";
  margin-left: -1em;
}
.icon-Safe .path1::before {
  content: "\e996";
  opacity: 0.3;
}
.icon-Safe .path2::before {
  content: "\e997";
  margin-left: -1em;
}
.icon-Sale .path1::before {
  content: "\e998";
}
.icon-Sale .path2::before {
  content: "\e999";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sale1 .path1::before {
  content: "\e99a";
  opacity: 0.3;
}
.icon-Sale1 .path2::before {
  content: "\e99b";
  margin-left: -1em;
}
.icon-Sale1 .path3::before {
  content: "\e99c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sale1 .path4::before {
  content: "\e99d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Settings .path1::before {
  content: "\e99e";
  opacity: 0.3;
}
.icon-Settings .path2::before {
  content: "\e99f";
  margin-left: -1em;
}
.icon-Sort .path1::before {
  content: "\e9a0";
}
.icon-Sort .path2::before {
  content: "\e9a1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sort1::before {
  content: "\e9a2";
}
.icon-25::before {
  content: "\e9a2";
}
.icon-Sort2::before {
  content: "\e9a3";
}
.icon-32::before {
  content: "\e9a3";
}
.icon-Ticket::before {
  content: "\e9a4";
}
.icon-Wallet .path1::before {
  content: "\e9a5";
  opacity: 0.3;
}
.icon-Wallet .path2::before {
  content: "\e9a6";
  margin-left: -1em;
}
.icon-Wallet1 .path1::before {
  content: "\e9a7";
  opacity: 0.3;
}
.icon-Wallet1 .path2::before {
  content: "\e9a8";
  margin-left: -1em;
}
.icon-Wallet1 .path3::before {
  content: "\e9a9";
  margin-left: -1em;
}
.icon-Wallet2 .path1::before {
  content: "\e9aa";
  opacity: 0.3;
}
.icon-Wallet2 .path2::before {
  content: "\e9ab";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Wallet2 .path3::before {
  content: "\e9ac";
  margin-left: -1em;
}
.icon-Angle-up::before {
  content: "\e9ad";
}
.icon-Angle-double-down .path1::before {
  content: "\e9ae";
}
.icon-Angle-double-down .path2::before {
  content: "\e9af";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-double-left .path1::before {
  content: "\e9b0";
}
.icon-Angle-double-left .path2::before {
  content: "\e9b1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-double-right .path1::before {
  content: "\e9b2";
}
.icon-Angle-double-right .path2::before {
  content: "\e9b3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-double-up .path1::before {
  content: "\e9b4";
}
.icon-Angle-double-up .path2::before {
  content: "\e9b5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-down::before {
  content: "\e9b6";
}
.icon-Angle-left::before {
  content: "\e9b7";
}
.icon-Angle-right::before {
  content: "\e9b8";
}
.icon-Arrow-down .path1::before {
  content: "\e9b9";
  opacity: 0.3;
}
.icon-Arrow-down .path2::before {
  content: "\e9ba";
  margin-left: -1em;
}
.icon-Arrow-from-bottom .path1::before {
  content: "\e9bb";
  opacity: 0.3;
}
.icon-Arrow-from-bottom .path2::before {
  content: "\e9bc";
  margin-left: -1em;
}
.icon-Arrow-from-bottom .path3::before {
  content: "\e9bd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-from-left .path1::before {
  content: "\e9be";
  opacity: 0.3;
}
.icon-Arrow-from-left .path2::before {
  content: "\e9bf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-from-left .path3::before {
  content: "\e9c0";
  margin-left: -1em;
}
.icon-Arrow-from-right .path1::before {
  content: "\e9c1";
  opacity: 0.3;
}
.icon-Arrow-from-right .path2::before {
  content: "\e9c2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-from-right .path3::before {
  content: "\e9c3";
  margin-left: -1em;
}
.icon-Arrow-from-top .path1::before {
  content: "\e9c4";
  opacity: 0.3;
}
.icon-Arrow-from-top .path2::before {
  content: "\e9c5";
  margin-left: -1em;
}
.icon-Arrow-from-top .path3::before {
  content: "\e9c6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-left .path1::before {
  content: "\e9c7";
  opacity: 0.3;
}
.icon-Arrow-left .path2::before {
  content: "\e9c8";
  margin-left: -1em;
}
.icon-Arrow-right .path1::before {
  content: "\e9c9";
  opacity: 0.3;
}
.icon-Arrow-right .path2::before {
  content: "\e9ca";
  margin-left: -1em;
}
.icon-Arrows-h .path1::before {
  content: "\e9cb";
  opacity: 0.3;
}
.icon-Arrows-h .path2::before {
  content: "\e9cc";
  margin-left: -1em;
}
.icon-Arrows-h .path3::before {
  content: "\e9cd";
  margin-left: -1em;
}
.icon-Arrows-v .path1::before {
  content: "\e9ce";
  opacity: 0.3;
}
.icon-Arrows-v .path2::before {
  content: "\e9cf";
  margin-left: -1em;
}
.icon-Arrows-v .path3::before {
  content: "\e9d0";
  margin-left: -1em;
}
.icon-Arrow-to-bottom .path1::before {
  content: "\e9d1";
  opacity: 0.3;
}
.icon-Arrow-to-bottom .path2::before {
  content: "\e9d2";
  margin-left: -1em;
}
.icon-Arrow-to-bottom .path3::before {
  content: "\e9d3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-to-left .path1::before {
  content: "\e9d4";
  opacity: 0.3;
}
.icon-Arrow-to-left .path2::before {
  content: "\e9d5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-to-left .path3::before {
  content: "\e9d6";
  margin-left: -1em;
}
.icon-Arrow-to-right .path1::before {
  content: "\e9d7";
  opacity: 0.3;
}
.icon-Arrow-to-right .path2::before {
  content: "\e9d8";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-to-right .path3::before {
  content: "\e9d9";
  margin-left: -1em;
}
.icon-Arrow-to-up .path1::before {
  content: "\e9da";
  opacity: 0.3;
}
.icon-Arrow-to-up .path2::before {
  content: "\e9db";
  margin-left: -1em;
}
.icon-Arrow-to-up .path3::before {
  content: "\e9dc";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-up .path1::before {
  content: "\e9dd";
  opacity: 0.3;
}
.icon-Arrow-up .path2::before {
  content: "\e9de";
  margin-left: -1em;
}
.icon-Check::before {
  content: "\e9df";
}
.icon-Close .path1::before {
  content: "\e9e0";
}
.icon-Close .path2::before {
  content: "\e9e1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Double-check .path1::before {
  content: "\e9e2";
  opacity: 0.3;
}
.icon-Double-check .path2::before {
  content: "\e9e3";
  margin-left: -1em;
}
.icon-Down-2 .path1::before {
  content: "\e9e4";
  opacity: 0.3;
}
.icon-Down-2 .path2::before {
  content: "\e9e5";
  margin-left: -1em;
}
.icon-Down-left .path1::before {
  content: "\e9e6";
  opacity: 0.3;
}
.icon-Down-left .path2::before {
  content: "\e9e7";
  margin-left: -1em;
}
.icon-Down-right .path1::before {
  content: "\e9e8";
  opacity: 0.3;
}
.icon-Down-right .path2::before {
  content: "\e9e9";
  margin-left: -1em;
}
.icon-Exchange .path1::before {
  content: "\e9ea";
  opacity: 0.3;
}
.icon-Exchange .path2::before {
  content: "\e9eb";
  margin-left: -1em;
}
.icon-Exchange .path3::before {
  content: "\e9ec";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Exchange .path4::before {
  content: "\e9ed";
  margin-left: -1em;
}
.icon-Left-3 .path1::before {
  content: "\e9ee";
}
.icon-Left-3 .path2::before {
  content: "\e9ef";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Left-2 .path1::before {
  content: "\e9f0";
  opacity: 0.3;
}
.icon-Left-2 .path2::before {
  content: "\e9f1";
  margin-left: -1em;
}
.icon-Minus1::before {
  content: "\e9f2";
}
.icon-Plus1 .path1::before {
  content: "\e9f3";
}
.icon-Plus1 .path2::before {
  content: "\e9f4";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Right-3 .path1::before {
  content: "\e9f5";
}
.icon-Right-3 .path2::before {
  content: "\e9f6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Right-2 .path1::before {
  content: "\e9f7";
  opacity: 0.3;
}
.icon-Right-2 .path2::before {
  content: "\e9f8";
  margin-left: -1em;
}
.icon-Route .path1::before {
  content: "\e9f9";
  opacity: 0.3;
}
.icon-Route .path2::before {
  content: "\e9fa";
  margin-left: -1em;
}
.icon-Route .path3::before {
  content: "\e9fb";
  margin-left: -1em;
}
.icon-Sign-in .path1::before {
  content: "\e9fc";
  opacity: 0.3;
}
.icon-Sign-in .path2::before {
  content: "\e9fd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sign-in .path3::before {
  content: "\e9fe";
  margin-left: -1em;
}
.icon-Sign-out .path1::before {
  content: "\e9ff";
  opacity: 0.3;
}
.icon-Sign-out .path2::before {
  content: "\ea00";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sign-out .path3::before {
  content: "\ea01";
  margin-left: -1em;
}
.icon-Up-2 .path1::before {
  content: "\ea02";
  opacity: 0.3;
}
.icon-Up-2 .path2::before {
  content: "\ea03";
  margin-left: -1em;
}
.icon-Up-down .path1::before {
  content: "\ea04";
  opacity: 0.3;
}
.icon-Up-down .path2::before {
  content: "\ea05";
  margin-left: -1em;
}
.icon-Up-down .path3::before {
  content: "\ea06";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Up-down .path4::before {
  content: "\ea07";
  margin-left: -1em;
}
.icon-Up-left .path1::before {
  content: "\ea08";
  opacity: 0.3;
}
.icon-Up-left .path2::before {
  content: "\ea09";
  margin-left: -1em;
}
.icon-Up-right .path1::before {
  content: "\ea0a";
  opacity: 0.3;
}
.icon-Up-right .path2::before {
  content: "\ea0b";
  margin-left: -1em;
}
.icon-Waiting::before {
  content: "\ea0c";
}
.icon-Add-music .path1::before {
  content: "\ea0d";
}
.icon-Add-music .path2::before {
  content: "\ea0e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Airplay .path1::before {
  content: "\ea0f";
  opacity: 0.3;
}
.icon-Airplay .path2::before {
  content: "\ea10";
  margin-left: -1em;
}
.icon-Airplay-video .path1::before {
  content: "\ea11";
}
.icon-Airplay-video .path2::before {
  content: "\ea12";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Back .path1::before {
  content: "\ea13";
}
.icon-Back .path2::before {
  content: "\ea14";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Backward .path1::before {
  content: "\ea15";
  opacity: 0.3;
}
.icon-Backward .path2::before {
  content: "\ea16";
  margin-left: -1em;
}
.icon-CD .path1::before {
  content: "\ea17";
}
.icon-CD .path2::before {
  content: "\ea18";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-DVD .path1::before {
  content: "\ea19";
  opacity: 0.3;
}
.icon-DVD .path2::before {
  content: "\ea1a";
  margin-left: -1em;
}
.icon-Eject .path1::before {
  content: "\ea1b";
}
.icon-Eject .path2::before {
  content: "\ea1c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Equalizer .path1::before {
  content: "\ea1d";
  opacity: 0.3;
}
.icon-Equalizer .path2::before {
  content: "\ea1e";
  margin-left: -1em;
}
.icon-Equalizer .path3::before {
  content: "\ea1f";
  margin-left: -1em;
}
.icon-Equalizer .path4::before {
  content: "\ea20";
  margin-left: -1em;
}
.icon-Forward .path1::before {
  content: "\ea21";
  opacity: 0.3;
}
.icon-Forward .path2::before {
  content: "\ea22";
  margin-left: -1em;
}
.icon-Media-library .path1::before {
  content: "\ea23";
  opacity: 0.3;
}
.icon-Media-library .path2::before {
  content: "\ea24";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Media-library .path3::before {
  content: "\ea25";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Media-library .path4::before {
  content: "\ea26";
  margin-left: -1em;
}
.icon-Media-library1 .path1::before {
  content: "\ea27";
  opacity: 0.3;
}
.icon-Media-library1 .path2::before {
  content: "\ea28";
  margin-left: -1em;
}
.icon-Media-library2 .path1::before {
  content: "\ea29";
  opacity: 0.0900;
}
.icon-Media-library2 .path2::before {
  content: "\ea2a";
  margin-left: -1em;
}
.icon-Movie-Lane .path1::before {
  content: "\ea2b";
  opacity: 0.3;
}
.icon-Movie-Lane .path2::before {
  content: "\ea2c";
  margin-left: -1em;
}
.icon-Movie-lane .path1::before {
  content: "\ea2d";
  opacity: 0.3;
}
.icon-Movie-lane .path2::before {
  content: "\ea2e";
  margin-left: -1em;
}
.icon-Music1::before {
  content: "\ea2f";
}
.icon-Music-cloud .path1::before {
  content: "\ea30";
  opacity: 0.3;
}
.icon-Music-cloud .path2::before {
  content: "\ea31";
  margin-left: -1em;
}
.icon-Music-note::before {
  content: "\ea32";
}
.icon-Mute .path1::before {
  content: "\ea33";
  opacity: 0.3;
}
.icon-Mute .path2::before {
  content: "\ea34";
  margin-left: -1em;
}
.icon-Next .path1::before {
  content: "\ea35";
}
.icon-Next .path2::before {
  content: "\ea36";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pause::before {
  content: "\ea37";
}
.icon-Play::before {
  content: "\ea38";
}
.icon-Playlist .path1::before {
  content: "\ea39";
}
.icon-Playlist .path2::before {
  content: "\ea3a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Playlist1 .path1::before {
  content: "\ea3b";
  opacity: 0.3;
}
.icon-Playlist1 .path2::before {
  content: "\ea3c";
  margin-left: -1em;
}
.icon-Rec::before {
  content: "\ea3d";
}
.icon-Repeat .path1::before {
  content: "\ea3e";
}
.icon-Repeat .path2::before {
  content: "\ea3f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Repeat-one .path1::before {
  content: "\ea40";
  opacity: 0.3;
}
.icon-Repeat-one .path2::before {
  content: "\ea41";
  margin-left: -1em;
}
.icon-Shuffle .path1::before {
  content: "\ea42";
  opacity: 0.3;
}
.icon-Shuffle .path2::before {
  content: "\ea43";
  margin-left: -1em;
}
.icon-Volume-down .path1::before {
  content: "\ea44";
  opacity: 0.3;
}
.icon-Volume-down .path2::before {
  content: "\ea45";
  margin-left: -1em;
}
.icon-Volume-full .path1::before {
  content: "\ea46";
  opacity: 0.3;
}
.icon-Volume-full .path2::before {
  content: "\ea47";
  margin-left: -1em;
}
.icon-Volume-half .path1::before {
  content: "\ea48";
  opacity: 0.3;
}
.icon-Volume-half .path2::before {
  content: "\ea49";
  margin-left: -1em;
}
.icon-Volume-up .path1::before {
  content: "\ea4a";
  opacity: 0.3;
}
.icon-Volume-up .path2::before {
  content: "\ea4b";
  margin-left: -1em;
}
.icon-Vynil .path1::before {
  content: "\ea4c";
}
.icon-Vynil .path2::before {
  content: "\ea4d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Youtube .path1::before {
  content: "\ea4e";
  opacity: 0.3;
}
.icon-Youtube .path2::before {
  content: "\ea4f";
  margin-left: -1em;
}
.icon-Compass1::before {
  content: "\ea50";
}
.icon-Direction1::before {
  content: "\ea51";
}
.icon-136::before {
  content: "\ea51";
}
.icon-Direction::before {
  content: "\ea52";
}
.icon-228::before {
  content: "\ea52";
}
.icon-Location-arrow::before {
  content: "\ea53";
}
.icon-Marker::before {
  content: "\ea54";
}
.icon-128::before {
  content: "\ea54";
}
.icon-Marker1::before {
  content: "\ea55";
}
.icon-229::before {
  content: "\ea55";
}
.icon-Position1 .path1::before {
  content: "\ea56";
  opacity: 0.3;
}
.icon-Position1 .path2::before {
  content: "\ea57";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Position1 .path3::before {
  content: "\ea58";
  margin-left: -1em;
}
.icon-Layout-3d .path1::before {
  content: "\ea59";
}
.icon-Layout-3d .path2::before {
  content: "\ea5a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-4-blocks .path1::before {
  content: "\ea5b";
}
.icon-Layout-4-blocks .path2::before {
  content: "\ea5c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-arrange .path1::before {
  content: "\ea5d";
}
.icon-Layout-arrange .path2::before {
  content: "\ea5e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-grid .path1::before {
  content: "\ea5f";
  opacity: 0.3;
}
.icon-Layout-grid .path2::before {
  content: "\ea60";
  margin-left: -1em;
}
.icon-Layout-horizontal .path1::before {
  content: "\ea61";
  opacity: 0.3;
}
.icon-Layout-horizontal .path2::before {
  content: "\ea62";
  margin-left: -1em;
}
.icon-Layout-left-panel-1 .path1::before {
  content: "\ea63";
}
.icon-Layout-left-panel-1 .path2::before {
  content: "\ea64";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-left-panel-2 .path1::before {
  content: "\ea65";
}
.icon-Layout-left-panel-2 .path2::before {
  content: "\ea66";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-right-panel-1 .path1::before {
  content: "\ea67";
}
.icon-Layout-right-panel-1 .path2::before {
  content: "\ea68";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-right-panel-2 .path1::before {
  content: "\ea69";
}
.icon-Layout-right-panel-2 .path2::before {
  content: "\ea6a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-1 .path1::before {
  content: "\ea6b";
}
.icon-Layout-top-panel-1 .path2::before {
  content: "\ea6c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-2 .path1::before {
  content: "\ea6d";
}
.icon-Layout-top-panel-2 .path2::before {
  content: "\ea6e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-3 .path1::before {
  content: "\ea6f";
}
.icon-Layout-top-panel-3 .path2::before {
  content: "\ea70";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-4 .path1::before {
  content: "\ea71";
}
.icon-Layout-top-panel-4 .path2::before {
  content: "\ea72";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-5 .path1::before {
  content: "\ea73";
}
.icon-Layout-top-panel-5 .path2::before {
  content: "\ea74";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-6 .path1::before {
  content: "\ea75";
}
.icon-Layout-top-panel-6 .path2::before {
  content: "\ea76";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-vertical .path1::before {
  content: "\ea77";
}
.icon-Layout-vertical .path2::before {
  content: "\ea78";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Air-ballon .path1::before {
  content: "\ea79";
}
.icon-Air-ballon .path2::before {
  content: "\ea7a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Alarm-clock .path1::before {
  content: "\ea7b";
}
.icon-Alarm-clock .path2::before {
  content: "\ea7c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Alarm-clock .path3::before {
  content: "\ea7d";
  margin-left: -1em;
}
.icon-Armchair .path1::before {
  content: "\ea7e";
  opacity: 0.3;
}
.icon-Armchair .path2::before {
  content: "\ea7f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Armchair .path3::before {
  content: "\ea80";
  margin-left: -1em;
}
.icon-Bag-chair::before {
  content: "\ea81";
}
.icon-Bath .path1::before {
  content: "\ea82";
  opacity: 0.3;
}
.icon-Bath .path2::before {
  content: "\ea83";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bath .path3::before {
  content: "\ea84";
  margin-left: -1em;
}
.icon-Bed .path1::before {
  content: "\ea85";
  opacity: 0.3;
}
.icon-Bed .path2::before {
  content: "\ea86";
  margin-left: -1em;
}
.icon-Bed .path3::before {
  content: "\ea87";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Book::before {
  content: "\ea88";
}
.icon-Book-open .path1::before {
  content: "\ea89";
}
.icon-Book-open .path2::before {
  content: "\ea8a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Box .path1::before {
  content: "\ea8b";
}
.icon-Box .path2::before {
  content: "\ea8c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Broom .path1::before {
  content: "\ea8d";
  opacity: 0.3;
}
.icon-Broom .path2::before {
  content: "\ea8e";
  margin-left: -1em;
}
.icon-Building .path1::before {
  content: "\ea8f";
}
.icon-Building .path2::before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(255 255 255);
}
.icon-Building .path3::before {
  content: "\ea91";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb .path1::before {
  content: "\ea92";
  opacity: 0.3;
}
.icon-Bulb .path2::before {
  content: "\ea93";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb .path3::before {
  content: "\ea94";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb .path4::before {
  content: "\ea95";
  margin-left: -1em;
}
.icon-Bulb1 .path1::before {
  content: "\ea96";
  opacity: 0.3;
}
.icon-Bulb1 .path2::before {
  content: "\ea97";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb1 .path3::before {
  content: "\ea98";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb1 .path4::before {
  content: "\ea99";
  margin-left: -1em;
}
.icon-Chair .path1::before {
  content: "\ea9a";
}
.icon-Chair .path2::before {
  content: "\ea9b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chair1 .path1::before {
  content: "\ea9c";
  opacity: 0.3;
}
.icon-Chair1 .path2::before {
  content: "\ea9d";
  margin-left: -1em;
}
.icon-Clock .path1::before {
  content: "\ea9e";
  opacity: 0.3;
}
.icon-Clock .path2::before {
  content: "\ea9f";
  margin-left: -1em;
}
.icon-Commode .path1::before {
  content: "\eaa0";
  opacity: 0.3;
}
.icon-Commode .path2::before {
  content: "\eaa1";
  margin-left: -1em;
}
.icon-Commode1 .path1::before {
  content: "\eaa2";
  opacity: 0.3;
}
.icon-Commode1 .path2::before {
  content: "\eaa3";
  margin-left: -1em;
}
.icon-Couch .path1::before {
  content: "\eaa4";
  opacity: 0.3;
}
.icon-Couch .path2::before {
  content: "\eaa5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Couch .path3::before {
  content: "\eaa6";
  margin-left: -1em;
}
.icon-Cupboard .path1::before {
  content: "\eaa7";
  opacity: 0.3;
}
.icon-Cupboard .path2::before {
  content: "\eaa8";
  margin-left: -1em;
}
.icon-Curtains .path1::before {
  content: "\eaa9";
  opacity: 0.3;
}
.icon-Curtains .path2::before {
  content: "\eaaa";
  margin-left: -1em;
}
.icon-Deer .path1::before {
  content: "\eaab";
  opacity: 0.3;
}
.icon-Deer .path2::before {
  content: "\eaac";
  margin-left: -1em;
}
.icon-Door-open .path1::before {
  content: "\eaad";
  opacity: 0.3;
}
.icon-Door-open .path2::before {
  content: "\eaae";
  margin-left: -1em;
}
.icon-Earth::before {
  content: "\eaaf";
}
.icon-Fireplace .path1::before {
  content: "\eab0";
  opacity: 0.3;
}
.icon-Fireplace .path2::before {
  content: "\eab1";
  margin-left: -1em;
}
.icon-Flashlight .path1::before {
  content: "\eab2";
}
.icon-Flashlight .path2::before {
  content: "\eab3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flower .path1::before {
  content: "\eab4";
  opacity: 0.3;
}
.icon-Flower .path2::before {
  content: "\eab5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flower .path3::before {
  content: "\eab6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flower .path4::before {
  content: "\eab7";
  margin-left: -1em;
}
.icon-Flower1::before {
  content: "\eab8";
}
.icon-239::before {
  content: "\eab8";
}
.icon-Flower2::before {
  content: "\eab9";
}
.icon-38::before {
  content: "\eab9";
}
.icon-Globe .path1::before {
  content: "\eaba";
}
.icon-Globe .path2::before {
  content: "\eabb";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Home::before {
  content: "\eabc";
}
.icon-Home-heart::before {
  content: "\eabd";
}
.icon-Key .path1::before {
  content: "\eabe";
  opacity: 0.3;
}
.icon-Key .path2::before {
  content: "\eabf";
  margin-left: -1em;
}
.icon-Ladder .path1::before {
  content: "\eac0";
  opacity: 0.3;
}
.icon-Ladder .path2::before {
  content: "\eac1";
  margin-left: -1em;
}
.icon-Lamp .path1::before {
  content: "\eac2";
}
.icon-Lamp .path2::before {
  content: "\eac3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Lamp .path3::before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(255 255 255);
}
.icon-Lamp .path4::before {
  content: "\eac5";
  margin-left: -1em;
}
.icon-Lamp1 .path1::before {
  content: "\eac6";
  opacity: 0.3;
}
.icon-Lamp1 .path2::before {
  content: "\eac7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Lamp1 .path3::before {
  content: "\eac8";
  margin-left: -1em;
}
.icon-Library .path1::before {
  content: "\eac9";
}
.icon-Library .path2::before {
  content: "\eaca";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mailbox .path1::before {
  content: "\eacb";
}
.icon-Mailbox .path2::before {
  content: "\eacc";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mirror .path1::before {
  content: "\eacd";
}
.icon-Mirror .path2::before {
  content: "\eace";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Picture .path1::before {
  content: "\eacf";
  opacity: 0.3;
}
.icon-Picture .path2::before {
  content: "\ead0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Picture .path3::before {
  content: "\ead1";
  margin-left: -1em;
}
.icon-Picture .path4::before {
  content: "\ead2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Ruller::before {
  content: "\ead3";
}
.icon-Stairs::before {
  content: "\ead4";
}
.icon-Timer .path1::before {
  content: "\ead5";
  opacity: 0.3;
}
.icon-Timer .path2::before {
  content: "\ead6";
  margin-left: -1em;
}
.icon-Timer .path3::before {
  content: "\ead7";
  margin-left: -1em;
}
.icon-Timer .path4::before {
  content: "\ead8";
  margin-left: -1em;
}
.icon-Toilet .path1::before {
  content: "\ead9";
  opacity: 0.3;
}
.icon-Toilet .path2::before {
  content: "\eada";
  margin-left: -1em;
}
.icon-Toilet .path3::before {
  content: "\eadb";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Towel::before {
  content: "\eadc";
}
.icon-Trash1 .path1::before {
  content: "\eadd";
}
.icon-Trash1 .path2::before {
  content: "\eade";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Water-mixer .path1::before {
  content: "\eadf";
  opacity: 0.3;
}
.icon-Water-mixer .path2::before {
  content: "\eae0";
  margin-left: -1em;
}
.icon-Water-mixer .path3::before {
  content: "\eae1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Weight .path1::before {
  content: "\eae2";
}
.icon-Weight .path2::before {
  content: "\eae3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Weight1 .path1::before {
  content: "\eae4";
  opacity: 0.3;
}
.icon-Weight1 .path2::before {
  content: "\eae5";
  margin-left: -1em;
}
.icon-Wood .path1::before {
  content: "\eae6";
  opacity: 0.3;
}
.icon-Wood .path2::before {
  content: "\eae7";
  margin-left: -1em;
}
.icon-Wood1 .path1::before {
  content: "\eae8";
  opacity: 0.3;
}
.icon-Wood1 .path2::before {
  content: "\eae9";
  margin-left: -1em;
}
.icon-Wood-horse::before {
  content: "\eaea";
}
.icon-Attachment .path1::before {
  content: "\eaeb";
  opacity: 0.3;
}
.icon-Attachment .path2::before {
  content: "\eaec";
  margin-left: -1em;
}
.icon-Attachment1 .path1::before {
  content: "\eaed";
  opacity: 0.3;
}
.icon-Attachment1 .path2::before {
  content: "\eaee";
  margin-left: -1em;
}
.icon-Attachment1 .path3::before {
  content: "\eaef";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Attachment1 .path4::before {
  content: "\eaf0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Binocular::before {
  content: "\eaf1";
}
.icon-Bookmark::before {
  content: "\eaf2";
}
.icon-Clip::before {
  content: "\eaf3";
}
.icon-Clipboard .path1::before {
  content: "\eaf4";
  opacity: 0.3;
}
.icon-Clipboard .path2::before {
  content: "\eaf5";
  margin-left: -1em;
}
.icon-Clipboard .path3::before {
  content: "\eaf6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard .path4::before {
  content: "\eaf7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cursor::before {
  content: "\eaf8";
}
.icon-Dislike .path1::before {
  content: "\eaf9";
}
.icon-Dislike .path2::before {
  content: "\eafa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Duplicate .path1::before {
  content: "\eafb";
  opacity: 0.3;
}
.icon-Duplicate .path2::before {
  content: "\eafc";
  margin-left: -1em;
}
.icon-Edit1::before {
  content: "\eafd";
}
.icon-Expand-arrows .path1::before {
  content: "\eafe";
  opacity: 0.3;
}
.icon-Expand-arrows .path2::before {
  content: "\eaff";
  margin-left: -1em;
}
.icon-Fire::before {
  content: "\eb00";
}
.icon-Folder1::before {
  content: "\eb01";
}
.icon-Half-heart .path1::before {
  content: "\eb02";
  opacity: 0.3;
}
.icon-Half-heart .path2::before {
  content: "\eb03";
  margin-left: -1em;
}
.icon-Half-star .path1::before {
  content: "\eb04";
  opacity: 0.3;
}
.icon-Half-star .path2::before {
  content: "\eb05";
  margin-left: -1em;
}
.icon-Heart::before {
  content: "\eb06";
}
.icon-Hidden .path1::before {
  content: "\eb07";
}
.icon-Hidden .path2::before {
  content: "\eb08";
  margin-left: -1em;
}
.icon-Hidden .path3::before {
  content: "\eb09";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Like .path1::before {
  content: "\eb0a";
}
.icon-Like .path2::before {
  content: "\eb0b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Lock::before {
  content: "\eb0c";
}
.icon-Notification .path1::before {
  content: "\eb0d";
}
.icon-Notification .path2::before {
  content: "\eb0e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Notifications .path1::before {
  content: "\eb0f";
}
.icon-Notifications .path2::before {
  content: "\eb10";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Other::before {
  content: "\eb11";
}
.icon-133::before {
  content: "\eb11";
}
.icon-Other1::before {
  content: "\eb12";
}
.icon-234::before {
  content: "\eb12";
}
.icon-Sad .path1::before {
  content: "\eb13";
  opacity: 0.3;
}
.icon-Sad .path2::before {
  content: "\eb14";
  margin-left: -1em;
}
.icon-Save .path1::before {
  content: "\eb15";
}
.icon-Save .path2::before {
  content: "\eb16";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Scale .path1::before {
  content: "\eb17";
}
.icon-Scale .path2::before {
  content: "\eb18";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Scissors .path1::before {
  content: "\eb19";
  opacity: 0.3;
}
.icon-Scissors .path2::before {
  content: "\eb1a";
  margin-left: -1em;
}
.icon-Search .path1::before {
  content: "\eb1b";
  opacity: 0.3;
}
.icon-Search .path2::before {
  content: "\eb1c";
  margin-left: -1em;
}
.icon-Settings2 .path1::before {
  content: "\eb1d";
  opacity: 0.3;
}
.icon-Settings2 .path2::before {
  content: "\eb1e";
  margin-left: -1em;
}
.icon-Settings-1 .path1::before {
  content: "\eb1f";
}
.icon-Settings-1 .path2::before {
  content: "\eb20";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Settings-2::before {
  content: "\eb21";
}
.icon-Shield-check .path1::before {
  content: "\eb22";
  opacity: 0.3;
}
.icon-Shield-check .path2::before {
  content: "\eb23";
  margin-left: -1em;
}
.icon-Shield-disabled .path1::before {
  content: "\eb24";
  opacity: 0.3;
}
.icon-Shield-disabled .path2::before {
  content: "\eb25";
  margin-left: -1em;
}
.icon-Shield-protected .path1::before {
  content: "\eb26";
  opacity: 0.3;
}
.icon-Shield-protected .path2::before {
  content: "\eb27";
  margin-left: -1em;
}
.icon-Size .path1::before {
  content: "\eb28";
}
.icon-Size .path2::before {
  content: "\eb29";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Smile .path1::before {
  content: "\eb2a";
  opacity: 0.3;
}
.icon-Smile .path2::before {
  content: "\eb2b";
  margin-left: -1em;
}
.icon-Star::before {
  content: "\eb2c";
}
.icon-Thunder1::before {
  content: "\eb2d";
}
.icon-Thunder-move .path1::before {
  content: "\eb2e";
}
.icon-Thunder-move .path2::before {
  content: "\eb2f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Trash .path1::before {
  content: "\eb30";
}
.icon-Trash .path2::before {
  content: "\eb31";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Unlock::before {
  content: "\eb32";
}
.icon-Update::before {
  content: "\eb33";
}
.icon-User .path1::before {
  content: "\eb34";
  opacity: 0.3;
}
.icon-User .path2::before {
  content: "\eb35";
  margin-left: -1em;
}
.icon-Visible::before {
  content: "\eb36";
}
.icon-Beer .path1::before {
  content: "\eb37";
  opacity: 0.3;
}
.icon-Beer .path2::before {
  content: "\eb38";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Beer .path3::before {
  content: "\eb39";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Beer .path4::before {
  content: "\eb3a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Beer .path5::before {
  content: "\eb3b";
  margin-left: -1em;
}
.icon-Bottle .path1::before {
  content: "\eb3c";
}
.icon-Bottle .path2::before {
  content: "\eb3d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bottle1 .path1::before {
  content: "\eb3e";
}
.icon-Bottle1 .path2::before {
  content: "\eb3f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bread .path1::before {
  content: "\eb40";
  opacity: 0.3;
}
.icon-Bread .path2::before {
  content: "\eb41";
  margin-left: -1em;
}
.icon-Bucket1 .path1::before {
  content: "\eb42";
  opacity: 0.3;
}
.icon-Bucket1 .path2::before {
  content: "\eb43";
  margin-left: -1em;
}
.icon-Burger .path1::before {
  content: "\eb44";
}
.icon-Burger .path2::before {
  content: "\eb45";
  margin-left: -1em;
}
.icon-Burger .path3::before {
  content: "\eb46";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cake .path1::before {
  content: "\eb47";
}
.icon-Cake .path2::before {
  content: "\eb48";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cake .path3::before {
  content: "\eb49";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Carrot .path1::before {
  content: "\eb4a";
  opacity: 0.3;
}
.icon-Carrot .path2::before {
  content: "\eb4b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Carrot .path3::before {
  content: "\eb4c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Carrot .path4::before {
  content: "\eb4d";
  margin-left: -1em;
}
.icon-Cheese .path1::before {
  content: "\eb4e";
}
.icon-Cheese .path2::before {
  content: "\eb4f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chicken .path1::before {
  content: "\eb50";
}
.icon-Chicken .path2::before {
  content: "\eb51";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee .path1::before {
  content: "\eb52";
}
.icon-Coffee .path2::before {
  content: "\eb53";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee .path3::before {
  content: "\eb54";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee .path4::before {
  content: "\eb55";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee .path5::before {
  content: "\eb56";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee1 .path1::before {
  content: "\eb57";
  opacity: 0.3;
}
.icon-Coffee1 .path2::before {
  content: "\eb58";
  margin-left: -1em;
}
.icon-Coffee1 .path3::before {
  content: "\eb59";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cookie::before {
  content: "\eb5a";
}
.icon-Dinner1 .path1::before {
  content: "\eb5b";
  opacity: 0.3;
}
.icon-Dinner1 .path2::before {
  content: "\eb5c";
  margin-left: -1em;
}
.icon-Fish .path1::before {
  content: "\eb5d";
  opacity: 0.3;
}
.icon-Fish .path2::before {
  content: "\eb5e";
  margin-left: -1em;
}
.icon-French-Bread::before {
  content: "\eb5f";
}
.icon-Glass-martini .path1::before {
  content: "\eb60";
  opacity: 0.3;
}
.icon-Glass-martini .path2::before {
  content: "\eb61";
  margin-left: -1em;
}
.icon-Ice-cream1 .path1::before {
  content: "\eb62";
  opacity: 0.3;
}
.icon-Ice-cream1 .path2::before {
  content: "\eb63";
  margin-left: -1em;
}
.icon-Ice-cream .path1::before {
  content: "\eb64";
}
.icon-Ice-cream .path2::before {
  content: "\eb65";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Miso-soup .path1::before {
  content: "\eb66";
}
.icon-Miso-soup .path2::before {
  content: "\eb67";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Orange .path1::before {
  content: "\eb68";
}
.icon-Orange .path2::before {
  content: "\eb69";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pizza::before {
  content: "\eb6a";
}
.icon-Sushi .path1::before {
  content: "\eb6b";
}
.icon-Sushi .path2::before {
  content: "\eb6c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Two-bottles .path1::before {
  content: "\eb6d";
}
.icon-Two-bottles .path2::before {
  content: "\eb6e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Wine .path1::before {
  content: "\eb6f";
  opacity: 0.3;
}
.icon-Wine .path2::before {
  content: "\eb70";
  margin-left: -1em;
}
.icon-Cloud-download .path1::before {
  content: "\eb71";
  opacity: 0.3;
}
.icon-Cloud-download .path2::before {
  content: "\eb72";
  margin-left: -1em;
}
.icon-Cloud-upload .path1::before {
  content: "\eb73";
  opacity: 0.3;
}
.icon-Cloud-upload .path2::before {
  content: "\eb74";
  margin-left: -1em;
}
.icon-Compilation .path1::before {
  content: "\eb75";
  opacity: 0.3;
}
.icon-Compilation .path2::before {
  content: "\eb76";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Compilation .path3::before {
  content: "\eb77";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Compilation .path4::before {
  content: "\eb78";
  margin-left: -1em;
}
.icon-Compilation .path5::before {
  content: "\eb79";
  margin-left: -1em;
}
.icon-Compiled-file .path1::before {
  content: "\eb7a";
  opacity: 0.3;
}
.icon-Compiled-file .path2::before {
  content: "\eb7b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Compiled-file .path3::before {
  content: "\eb7c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Compiled-file .path4::before {
  content: "\eb7d";
  margin-left: -1em;
}
.icon-Compiled-file .path5::before {
  content: "\eb7e";
  margin-left: -1em;
}
.icon-Deleted-file .path1::before {
  content: "\eb7f";
  opacity: 0.3;
}
.icon-Deleted-file .path2::before {
  content: "\eb80";
  margin-left: -1em;
}
.icon-Deleted-folder .path1::before {
  content: "\eb81";
  opacity: 0.3;
}
.icon-Deleted-folder .path2::before {
  content: "\eb82";
  margin-left: -1em;
}
.icon-Download .path1::before {
  content: "\eb83";
  opacity: 0.3;
}
.icon-Download .path2::before {
  content: "\eb84";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Download .path3::before {
  content: "\eb85";
  margin-left: -1em;
}
.icon-Downloaded-file .path1::before {
  content: "\eb86";
  opacity: 0.3;
}
.icon-Downloaded-file .path2::before {
  content: "\eb87";
  margin-left: -1em;
}
.icon-Downloads-folder .path1::before {
  content: "\eb88";
  opacity: 0.3;
}
.icon-Downloads-folder .path2::before {
  content: "\eb89";
  margin-left: -1em;
}
.icon-Export .path1::before {
  content: "\eb8a";
  opacity: 0.3;
}
.icon-Export .path2::before {
  content: "\eb8b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Export .path3::before {
  content: "\eb8c";
  margin-left: -1em;
}
.icon-File .path1::before {
  content: "\eb8d";
  opacity: 0.3;
}
.icon-File .path2::before {
  content: "\eb8e";
  margin-left: -1em;
}
.icon-File .path3::before {
  content: "\eb8f";
  margin-left: -1em;
}
.icon-File-cloud .path1::before {
  content: "\eb90";
  opacity: 0.3;
}
.icon-File-cloud .path2::before {
  content: "\eb91";
  margin-left: -1em;
}
.icon-File-done .path1::before {
  content: "\eb92";
  opacity: 0.3;
}
.icon-File-done .path2::before {
  content: "\eb93";
  margin-left: -1em;
}
.icon-File-minus .path1::before {
  content: "\eb94";
  opacity: 0.3;
}
.icon-File-minus .path2::before {
  content: "\eb95";
  margin-left: -1em;
}
.icon-File-plus .path1::before {
  content: "\eb96";
  opacity: 0.3;
}
.icon-File-plus .path2::before {
  content: "\eb97";
  margin-left: -1em;
}
.icon-Folder::before {
  content: "\eb98";
}
.icon-Folder-check .path1::before {
  content: "\eb99";
  opacity: 0.3;
}
.icon-Folder-check .path2::before {
  content: "\eb9a";
  margin-left: -1em;
}
.icon-Folder-cloud .path1::before {
  content: "\eb9b";
  opacity: 0.3;
}
.icon-Folder-cloud .path2::before {
  content: "\eb9c";
  margin-left: -1em;
}
.icon-Folder-error .path1::before {
  content: "\eb9d";
}
.icon-Folder-error .path2::before {
  content: "\eb9e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Folder-heart::before {
  content: "\eb9f";
}
.icon-Folder-minus .path1::before {
  content: "\eba0";
  opacity: 0.3;
}
.icon-Folder-minus .path2::before {
  content: "\eba1";
  margin-left: -1em;
}
.icon-Folder-plus .path1::before {
  content: "\eba2";
  opacity: 0.3;
}
.icon-Folder-plus .path2::before {
  content: "\eba3";
  margin-left: -1em;
}
.icon-Folder-solid::before {
  content: "\eba4";
}
.icon-Folder-star::before {
  content: "\eba5";
}
.icon-Folder-thunder::before {
  content: "\eba6";
}
.icon-Group-folders .path1::before {
  content: "\eba7";
  opacity: 0.3;
}
.icon-Group-folders .path2::before {
  content: "\eba8";
  margin-left: -1em;
}
.icon-Import .path1::before {
  content: "\eba9";
  opacity: 0.3;
}
.icon-Import .path2::before {
  content: "\ebaa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Import .path3::before {
  content: "\ebab";
  margin-left: -1em;
}
.icon-Locked-folder .path1::before {
  content: "\ebac";
  opacity: 0.3;
}
.icon-Locked-folder .path2::before {
  content: "\ebad";
  margin-left: -1em;
}
.icon-Media .path1::before {
  content: "\ebae";
  opacity: 0.3;
}
.icon-Media .path2::before {
  content: "\ebaf";
  margin-left: -1em;
}
.icon-Media-folder .path1::before {
  content: "\ebb0";
  opacity: 0.3;
}
.icon-Media-folder .path2::before {
  content: "\ebb1";
  margin-left: -1em;
}
.icon-Music .path1::before {
  content: "\ebb2";
  opacity: 0.3;
}
.icon-Music .path2::before {
  content: "\ebb3";
  margin-left: -1em;
}
.icon-Pictures .path1::before {
  content: "\ebb4";
  opacity: 0.3;
}
.icon-Pictures .path2::before {
  content: "\ebb5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pictures .path3::before {
  content: "\ebb6";
  margin-left: -1em;
}
.icon-Pictures .path4::before {
  content: "\ebb7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pictures1::before {
  content: "\ebb8";
}
.icon-221::before {
  content: "\ebb8";
}
.icon-Protected-file .path1::before {
  content: "\ebb9";
  opacity: 0.3;
}
.icon-Protected-file .path2::before {
  content: "\ebba";
  margin-left: -1em;
}
.icon-Selected-file .path1::before {
  content: "\ebbb";
  opacity: 0.3;
}
.icon-Selected-file .path2::before {
  content: "\ebbc";
  margin-left: -1em;
}
.icon-Share1 .path1::before {
  content: "\ebbd";
}
.icon-Share1 .path2::before {
  content: "\ebbe";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Share1 .path3::before {
  content: "\ebbf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Share1 .path4::before {
  content: "\ebc0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Upload .path1::before {
  content: "\ebc1";
  opacity: 0.3;
}
.icon-Upload .path2::before {
  content: "\ebc2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Upload .path3::before {
  content: "\ebc3";
  margin-left: -1em;
}
.icon-Uploaded-file .path1::before {
  content: "\ebc4";
  opacity: 0.3;
}
.icon-Uploaded-file .path2::before {
  content: "\ebc5";
  margin-left: -1em;
}
.icon-Upload-folder .path1::before {
  content: "\ebc6";
  opacity: 0.3;
}
.icon-Upload-folder .path2::before {
  content: "\ebc7";
  margin-left: -1em;
}
.icon-User-folder::before {
  content: "\ebc8";
}
.icon-Air-conditioning .path1::before {
  content: "\ebc9";
}
.icon-Air-conditioning .path2::before {
  content: "\ebca";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-air-dryer .path1::before {
  content: "\ebcb";
  opacity: 0.3;
}
.icon-air-dryer .path2::before {
  content: "\ebcc";
  margin-left: -1em;
}
.icon-Blender .path1::before {
  content: "\ebcd";
}
.icon-Blender .path2::before {
  content: "\ebce";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fan::before {
  content: "\ebcf";
}
.icon-Fridge::before {
  content: "\ebd0";
}
.icon-Gas-stove .path1::before {
  content: "\ebd1";
}
.icon-Gas-stove .path2::before {
  content: "\ebd2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Highvoltage::before {
  content: "\ebd3";
}
.icon-Iron .path1::before {
  content: "\ebd4";
  opacity: 0.3;
}
.icon-Iron .path2::before {
  content: "\ebd5";
  margin-left: -1em;
}
.icon-Kettle .path1::before {
  content: "\ebd6";
}
.icon-Kettle .path2::before {
  content: "\ebd7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mixer .path1::before {
  content: "\ebd8";
}
.icon-Mixer .path2::before {
  content: "\ebd9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Outlet .path1::before {
  content: "\ebda";
  opacity: 0.3;
}
.icon-Outlet .path2::before {
  content: "\ebdb";
  margin-left: -1em;
}
.icon-Range-hood .path1::before {
  content: "\ebdc";
}
.icon-Range-hood .path2::before {
  content: "\ebdd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Shutdown .path1::before {
  content: "\ebde";
}
.icon-Shutdown .path2::before {
  content: "\ebdf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Socket-eu::before {
  content: "\ebe0";
}
.icon-Socket-us::before {
  content: "\ebe1";
}
.icon-Washer .path1::before {
  content: "\ebe2";
}
.icon-Washer .path2::before {
  content: "\ebe3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Airpods .path1::before {
  content: "\ebe4";
  opacity: 0.3;
}
.icon-Airpods .path2::before {
  content: "\ebe5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Airpods .path3::before {
  content: "\ebe6";
  margin-left: -1em;
}
.icon-Airpods .path4::before {
  content: "\ebe7";
  margin-left: -1em;
}
.icon-Android .path1::before {
  content: "\ebe8";
}
.icon-Android .path2::before {
  content: "\ebe9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Apple-Watch .path1::before {
  content: "\ebea";
  opacity: 0.3;
}
.icon-Apple-Watch .path2::before {
  content: "\ebeb";
  margin-left: -1em;
}
.icon-Battery-charging .path1::before {
  content: "\ebec";
}
.icon-Battery-charging .path2::before {
  content: "\ebed";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Battery-charging .path3::before {
  content: "\ebee";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Battery-empty .path1::before {
  content: "\ebef";
}
.icon-Battery-empty .path2::before {
  content: "\ebf0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Battery-full .path1::before {
  content: "\ebf1";
}
.icon-Battery-full .path2::before {
  content: "\ebf2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Battery-half .path1::before {
  content: "\ebf3";
}
.icon-Battery-half .path2::before {
  content: "\ebf4";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bluetooth .path1::before {
  content: "\ebf5";
  opacity: 0.3;
}
.icon-Bluetooth .path2::before {
  content: "\ebf6";
  margin-left: -1em;
}
.icon-Camera .path1::before {
  content: "\ebf7";
}
.icon-Camera .path2::before {
  content: "\ebf8";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Camera .path3::before {
  content: "\ebf9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cardboard-vr .path1::before {
  content: "\ebfa";
  opacity: 0.3;
}
.icon-Cardboard-vr .path2::before {
  content: "\ebfb";
  margin-left: -1em;
}
.icon-Cassete .path1::before {
  content: "\ebfc";
  opacity: 0.3;
}
.icon-Cassete .path2::before {
  content: "\ebfd";
  margin-left: -1em;
}
.icon-Cassete .path3::before {
  content: "\ebfe";
  margin-left: -1em;
}
.icon-CPU .path1::before {
  content: "\ebff";
  opacity: 0.3;
}
.icon-CPU .path2::before {
  content: "\ec00";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-CPU .path3::before {
  content: "\ec01";
  margin-left: -1em;
}
.icon-CPU .path4::before {
  content: "\ec02";
  margin-left: -1em;
}
.icon-CPU .path5::before {
  content: "\ec03";
  margin-left: -1em;
}
.icon-CPU .path6::before {
  content: "\ec04";
  margin-left: -1em;
}
.icon-CPU .path7::before {
  content: "\ec05";
  margin-left: -1em;
}
.icon-CPU .path8::before {
  content: "\ec06";
  margin-left: -1em;
}
.icon-CPU1::before {
  content: "\ec07";
}
.icon-222::before {
  content: "\ec07";
}
.icon-Diagnostics .path1::before {
  content: "\ec08";
  opacity: 0.3;
}
.icon-Diagnostics .path2::before {
  content: "\ec09";
  margin-left: -1em;
}
.icon-Diagnostics .path3::before {
  content: "\ec0a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Display .path1::before {
  content: "\ec0b";
  opacity: 0.3;
}
.icon-Display .path2::before {
  content: "\ec0c";
  margin-left: -1em;
}
.icon-Display1 .path1::before {
  content: "\ec0d";
  opacity: 0.3;
}
.icon-Display1 .path2::before {
  content: "\ec0e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Display1 .path3::before {
  content: "\ec0f";
  margin-left: -1em;
}
.icon-Display2 .path1::before {
  content: "\ec10";
  opacity: 0.3;
}
.icon-Display2 .path2::before {
  content: "\ec11";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Display2 .path3::before {
  content: "\ec12";
  margin-left: -1em;
}
.icon-Gameboy .path1::before {
  content: "\ec13";
  opacity: 0.3;
}
.icon-Gameboy .path2::before {
  content: "\ec14";
  margin-left: -1em;
}
.icon-Gamepad .path1::before {
  content: "\ec15";
  opacity: 0.3;
}
.icon-Gamepad .path2::before {
  content: "\ec16";
  margin-left: -1em;
}
.icon-Gamepad1 .path1::before {
  content: "\ec17";
  opacity: 0.3;
}
.icon-Gamepad1 .path2::before {
  content: "\ec18";
  margin-left: -1em;
}
.icon-Generator .path1::before {
  content: "\ec19";
  opacity: 0.3;
}
.icon-Generator .path2::before {
  content: "\ec1a";
  margin-left: -1em;
}
.icon-Generator .path3::before {
  content: "\ec1b";
  margin-left: -1em;
}
.icon-Generator .path4::before {
  content: "\ec1c";
  margin-left: -1em;
}
.icon-Hard-drive .path1::before {
  content: "\ec1d";
}
.icon-Hard-drive .path2::before {
  content: "\ec1e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Headphones .path1::before {
  content: "\ec1f";
  opacity: 0.3;
}
.icon-Headphones .path2::before {
  content: "\ec20";
  margin-left: -1em;
}
.icon-Homepod .path1::before {
  content: "\ec21";
  opacity: 0.3;
}
.icon-Homepod .path2::before {
  content: "\ec22";
  margin-left: -1em;
}
.icon-iMac .path1::before {
  content: "\ec23";
}
.icon-iMac .path2::before {
  content: "\ec24";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-iMac .path3::before {
  content: "\ec25";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-iPhone-back::before {
  content: "\ec26";
}
.icon-iPhone-X .path1::before {
  content: "\ec27";
  opacity: 0.3;
}
.icon-iPhone-X .path2::before {
  content: "\ec28";
  margin-left: -1em;
}
.icon-iPhone-x-back::before {
  content: "\ec29";
}
.icon-Keyboard .path1::before {
  content: "\ec2a";
  opacity: 0.3;
}
.icon-Keyboard .path2::before {
  content: "\ec2b";
  margin-left: -1em;
}
.icon-Laptop .path1::before {
  content: "\ec2c";
}
.icon-Laptop .path2::before {
  content: "\ec2d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Laptop-macbook .path1::before {
  content: "\ec2e";
}
.icon-Laptop-macbook .path2::before {
  content: "\ec2f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-LTE .path1::before {
  content: "\ec30";
  opacity: 0.3;
}
.icon-LTE .path2::before {
  content: "\ec31";
  margin-left: -1em;
}
.icon-LTE1 .path1::before {
  content: "\ec32";
  opacity: 0.3;
}
.icon-LTE1 .path2::before {
  content: "\ec33";
  margin-left: -1em;
}
.icon-Mic .path1::before {
  content: "\ec34";
}
.icon-Mic .path2::before {
  content: "\ec35";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Midi .path1::before {
  content: "\ec36";
  opacity: 0.3;
}
.icon-Midi .path2::before {
  content: "\ec37";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Midi .path3::before {
  content: "\ec38";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Midi .path4::before {
  content: "\ec39";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Midi .path5::before {
  content: "\ec3a";
  margin-left: -1em;
}
.icon-Midi .path6::before {
  content: "\ec3b";
  margin-left: -1em;
}
.icon-Midi .path7::before {
  content: "\ec3c";
  margin-left: -1em;
}
.icon-Mouse .path1::before {
  content: "\ec3d";
  opacity: 0.3;
}
.icon-Mouse .path2::before {
  content: "\ec3e";
  margin-left: -1em;
}
.icon-Mouse .path3::before {
  content: "\ec3f";
  margin-left: -1em;
}
.icon-Phone .path1::before {
  content: "\ec40";
}
.icon-Phone .path2::before {
  content: "\ec41";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Phone .path3::before {
  content: "\ec42";
  margin-left: -1em;
}
.icon-Printer .path1::before {
  content: "\ec43";
}
.icon-Printer .path2::before {
  content: "\ec44";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Radio .path1::before {
  content: "\ec45";
  opacity: 0.3;
}
.icon-Radio .path2::before {
  content: "\ec46";
  margin-left: -1em;
}
.icon-Radio .path3::before {
  content: "\ec47";
  margin-left: -1em;
}
.icon-Radio .path4::before {
  content: "\ec48";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Radio .path5::before {
  content: "\ec49";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Router .path1::before {
  content: "\ec4a";
}
.icon-Router .path2::before {
  content: "\ec4b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Router1 .path1::before {
  content: "\ec4c";
}
.icon-Router1 .path2::before {
  content: "\ec4d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-SD-card::before {
  content: "\ec4e";
}
.icon-Server .path1::before {
  content: "\ec4f";
  opacity: 0.3;
}
.icon-Server .path2::before {
  content: "\ec50";
  margin-left: -1em;
}
.icon-Server .path3::before {
  content: "\ec51";
  margin-left: -1em;
}
.icon-Speaker .path1::before {
  content: "\ec52";
}
.icon-Speaker .path2::before {
  content: "\ec53";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Tablet .path1::before {
  content: "\ec54";
}
.icon-Tablet .path2::before {
  content: "\ec55";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-TV .path1::before {
  content: "\ec56";
}
.icon-TV .path2::before {
  content: "\ec57";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-TV .path3::before {
  content: "\ec58";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-TV1 .path1::before {
  content: "\ec59";
}
.icon-TV1 .path2::before {
  content: "\ec5a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-USB .path1::before {
  content: "\ec5b";
}
.icon-USB .path2::before {
  content: "\ec5c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-USB .path3::before {
  content: "\ec5d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Usb-storage .path1::before {
  content: "\ec5e";
}
.icon-Usb-storage .path2::before {
  content: "\ec5f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Video-camera .path1::before {
  content: "\ec60";
}
.icon-Video-camera .path2::before {
  content: "\ec61";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch .path1::before {
  content: "\ec62";
}
.icon-Watch .path2::before {
  content: "\ec63";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch .path3::before {
  content: "\ec64";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch .path4::before {
  content: "\ec65";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch1 .path1::before {
  content: "\ec66";
  opacity: 0.3;
}
.icon-Watch1 .path2::before {
  content: "\ec67";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch1 .path3::before {
  content: "\ec68";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch1 .path4::before {
  content: "\ec69";
  margin-left: -1em;
}
.icon-Wi-fi .path1::before {
  content: "\ec6a";
  opacity: 0.3;
}
.icon-Wi-fi .path2::before {
  content: "\ec6b";
  margin-left: -1em;
}
.icon-Adjust::before {
  content: "\ec6c";
}
.icon-Anchor-center .path1::before {
  content: "\ec6d";
}
.icon-Anchor-center .path2::before {
  content: "\ec6e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Anchor-center-down .path1::before {
  content: "\ec6f";
  opacity: 0.3;
}
.icon-Anchor-center-down .path2::before {
  content: "\ec70";
  margin-left: -1em;
}
.icon-Anchor-center-up .path1::before {
  content: "\ec71";
  opacity: 0.3;
}
.icon-Anchor-center-up .path2::before {
  content: "\ec72";
  margin-left: -1em;
}
.icon-Anchor-left .path1::before {
  content: "\ec73";
  opacity: 0.3;
}
.icon-Anchor-left .path2::before {
  content: "\ec74";
  margin-left: -1em;
}
.icon-Anchor-left-down .path1::before {
  content: "\ec75";
  opacity: 0.3;
}
.icon-Anchor-left-down .path2::before {
  content: "\ec76";
  margin-left: -1em;
}
.icon-Anchor-left-up .path1::before {
  content: "\ec77";
  opacity: 0.3;
}
.icon-Anchor-left-up .path2::before {
  content: "\ec78";
  margin-left: -1em;
}
.icon-Anchor-right .path1::before {
  content: "\ec79";
  opacity: 0.3;
}
.icon-Anchor-right .path2::before {
  content: "\ec7a";
  margin-left: -1em;
}
.icon-Anchor-right-down .path1::before {
  content: "\ec7b";
  opacity: 0.3;
}
.icon-Anchor-right-down .path2::before {
  content: "\ec7c";
  margin-left: -1em;
}
.icon-Anchor-right-up .path1::before {
  content: "\ec7d";
  opacity: 0.3;
}
.icon-Anchor-right-up .path2::before {
  content: "\ec7e";
  margin-left: -1em;
}
.icon-Arrows .path1::before {
  content: "\ec7f";
  opacity: 0.3;
}
.icon-Arrows .path2::before {
  content: "\ec80";
  margin-left: -1em;
}
.icon-Bezier-curve .path1::before {
  content: "\ec81";
  opacity: 0.3;
}
.icon-Bezier-curve .path2::before {
  content: "\ec82";
  margin-left: -1em;
}
.icon-Border::before {
  content: "\ec83";
}
.icon-Brush1 .path1::before {
  content: "\ec84";
}
.icon-Brush1 .path2::before {
  content: "\ec85";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bucket .path1::before {
  content: "\ec86";
}
.icon-Bucket .path2::before {
  content: "\ec87";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cap-1 .path1::before {
  content: "\ec88";
}
.icon-Cap-1 .path2::before {
  content: "\ec89";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cap-2 .path1::before {
  content: "\ec8a";
  opacity: 0.3;
}
.icon-Cap-2 .path2::before {
  content: "\ec8b";
  margin-left: -1em;
}
.icon-Cap-3 .path1::before {
  content: "\ec8c";
}
.icon-Cap-3 .path2::before {
  content: "\ec8d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Circle::before {
  content: "\ec8e";
}
.icon-Color::before {
  content: "\ec8f";
}
.icon-Color-profile .path1::before {
  content: "\ec90";
  opacity: 0.3;
}
.icon-Color-profile .path2::before {
  content: "\ec91";
  margin-left: -1em;
}
.icon-Component::before {
  content: "\ec92";
}
.icon-Crop .path1::before {
  content: "\ec93";
  opacity: 0.3;
}
.icon-Crop .path2::before {
  content: "\ec94";
  margin-left: -1em;
}
.icon-Difference .path1::before {
  content: "\ec95";
}
.icon-Difference .path2::before {
  content: "\ec96";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Edit .path1::before {
  content: "\ec97";
}
.icon-Edit .path2::before {
  content: "\ec98";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Eraser::before {
  content: "\ec99";
}
.icon-Flatten .path1::before {
  content: "\ec9a";
}
.icon-Flatten .path2::before {
  content: "\ec9b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flip-horizontal .path1::before {
  content: "\ec9c";
  opacity: 0.3;
}
.icon-Flip-horizontal .path2::before {
  content: "\ec9d";
  margin-left: -1em;
}
.icon-Flip-horizontal .path3::before {
  content: "\ec9e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flip-vertical .path1::before {
  content: "\ec9f";
  opacity: 0.3;
}
.icon-Flip-vertical .path2::before {
  content: "\eca0";
  margin-left: -1em;
}
.icon-Flip-vertical .path3::before {
  content: "\eca1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Horizontal .path1::before {
  content: "\eca2";
}
.icon-Horizontal .path2::before {
  content: "\eca3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Image::before {
  content: "\eca4";
}
.icon-Interselect .path1::before {
  content: "\eca5";
  opacity: 0.3;
}
.icon-Interselect .path2::before {
  content: "\eca6";
  margin-left: -1em;
}
.icon-Join-1 .path1::before {
  content: "\eca7";
}
.icon-Join-1 .path2::before {
  content: "\eca8";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Join-2 .path1::before {
  content: "\eca9";
}
.icon-Join-2 .path2::before {
  content: "\ecaa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Join-3 .path1::before {
  content: "\ecab";
  opacity: 0.3;
}
.icon-Join-3 .path2::before {
  content: "\ecac";
  margin-left: -1em;
}
.icon-Layers .path1::before {
  content: "\ecad";
}
.icon-Layers .path2::before {
  content: "\ecae";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Line .path1::before {
  content: "\ecaf";
  opacity: 0.3;
}
.icon-Line .path2::before {
  content: "\ecb0";
  margin-left: -1em;
}
.icon-Line .path3::before {
  content: "\ecb1";
  margin-left: -1em;
}
.icon-Magic .path1::before {
  content: "\ecb2";
}
.icon-Magic .path2::before {
  content: "\ecb3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mask .path1::before {
  content: "\ecb4";
  opacity: 0.3;
}
.icon-Mask .path2::before {
  content: "\ecb5";
  margin-left: -1em;
}
.icon-Patch .path1::before {
  content: "\ecb6";
}
.icon-Patch .path2::before {
  content: "\ecb7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Patch .path3::before {
  content: "\ecb8";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Penruller .path1::before {
  content: "\ecb9";
  opacity: 0.3;
}
.icon-Penruller .path2::before {
  content: "\ecba";
  margin-left: -1em;
}
.icon-Pencil::before {
  content: "\ecbb";
}
.icon-Pen-tool-vector .path1::before {
  content: "\ecbc";
}
.icon-Pen-tool-vector .path2::before {
  content: "\ecbd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Picker .path1::before {
  content: "\ecbe";
}
.icon-Picker .path2::before {
  content: "\ecbf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pixels .path1::before {
  content: "\ecc0";
}
.icon-Pixels .path2::before {
  content: "\ecc1";
  margin-left: -1em;
}
.icon-Pixels .path3::before {
  content: "\ecc2";
  margin-left: -1em;
}
.icon-Pixels .path4::before {
  content: "\ecc3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pixels .path5::before {
  content: "\ecc4";
  margin-left: -1em;
}
.icon-Pixels .path6::before {
  content: "\ecc5";
  margin-left: -1em;
}
.icon-Polygon::before {
  content: "\ecc6";
}
.icon-Position::before {
  content: "\ecc7";
}
.icon-Rectangle::before {
  content: "\ecc8";
}
.icon-Saturation::before {
  content: "\ecc9";
}
.icon-Select .path1::before {
  content: "\ecca";
  opacity: 0.3;
}
.icon-Select .path2::before {
  content: "\eccb";
  margin-left: -1em;
}
.icon-Sketch .path1::before {
  content: "\eccc";
  opacity: 0.3;
}
.icon-Sketch .path2::before {
  content: "\eccd";
  margin-left: -1em;
}
.icon-Stamp .path1::before {
  content: "\ecce";
}
.icon-Stamp .path2::before {
  content: "\eccf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Substract .path1::before {
  content: "\ecd0";
}
.icon-Substract .path2::before {
  content: "\ecd1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Target .path1::before {
  content: "\ecd2";
  opacity: 0.3;
}
.icon-Target .path2::before {
  content: "\ecd3";
  margin-left: -1em;
}
.icon-Triangle::before {
  content: "\ecd4";
}
.icon-Union::before {
  content: "\ecd5";
}
.icon-Vertical .path1::before {
  content: "\ecd6";
}
.icon-Vertical .path2::before {
  content: "\ecd7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Zoom-minus .path1::before {
  content: "\ecd8";
  opacity: 0.3;
}
.icon-Zoom-minus .path2::before {
  content: "\ecd9";
  margin-left: -1em;
}
.icon-Zoom-minus .path3::before {
  content: "\ecda";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Zoom-plus .path1::before {
  content: "\ecdb";
  opacity: 0.3;
}
.icon-Zoom-plus .path2::before {
  content: "\ecdc";
  margin-left: -1em;
}
.icon-Zoom-plus .path3::before {
  content: "\ecdd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Baking-glove .path1::before {
  content: "\ecde";
}
.icon-Baking-glove .path2::before {
  content: "\ecdf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bowl .path1::before {
  content: "\ece0";
  opacity: 0.3;
}
.icon-Bowl .path2::before {
  content: "\ece1";
  margin-left: -1em;
}
.icon-Chef .path1::before {
  content: "\ece2";
  opacity: 0.3;
}
.icon-Chef .path2::before {
  content: "\ece3";
  margin-left: -1em;
}
.icon-Cooking-book .path1::before {
  content: "\ece4";
  opacity: 0.0900;
}
.icon-Cooking-book .path2::before {
  content: "\ece5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cooking-pot .path1::before {
  content: "\ece6";
  opacity: 0.3;
}
.icon-Cooking-pot .path2::before {
  content: "\ece7";
  margin-left: -1em;
}
.icon-Cutting-board .path1::before {
  content: "\ece8";
  opacity: 0.3;
}
.icon-Cutting-board .path2::before {
  content: "\ece9";
  margin-left: -1em;
}
.icon-Dinner .path1::before {
  content: "\ecea";
  opacity: 0.3;
}
.icon-Dinner .path2::before {
  content: "\eceb";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dinner .path3::before {
  content: "\ecec";
  margin-left: -1em;
}
.icon-Dinner .path4::before {
  content: "\eced";
  margin-left: -1em;
}
.icon-Dinner .path5::before {
  content: "\ecee";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dish .path1::before {
  content: "\ecef";
}
.icon-Dish .path2::before {
  content: "\ecf0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dishes .path1::before {
  content: "\ecf1";
}
.icon-Dishes .path2::before {
  content: "\ecf2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork .path1::before {
  content: "\ecf3";
  opacity: 0.3;
}
.icon-Fork .path2::before {
  content: "\ecf4";
  margin-left: -1em;
}
.icon-Fork-spoon .path1::before {
  content: "\ecf5";
}
.icon-Fork-spoon .path2::before {
  content: "\ecf6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon .path3::before {
  content: "\ecf7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon .path4::before {
  content: "\ecf8";
  margin-left: -1em;
}
.icon-Fork-spoon-knife .path1::before {
  content: "\ecf9";
}
.icon-Fork-spoon-knife .path2::before {
  content: "\ecfa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path3::before {
  content: "\ecfb";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path4::before {
  content: "\ecfc";
  margin-left: -1em;
}
.icon-Fork-spoon-knife .path5::before {
  content: "\ecfd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path6::before {
  content: "\ecfe";
  margin-left: -1em;
}
.icon-Frying-pan .path1::before {
  content: "\ecff";
  opacity: 0.3;
}
.icon-Frying-pan .path2::before {
  content: "\ed00";
  margin-left: -1em;
}
.icon-Grater .path1::before {
  content: "\ed01";
  opacity: 0.3;
}
.icon-Grater .path2::before {
  content: "\ed02";
  margin-left: -1em;
}
.icon-Kitchen-scale .path1::before {
  content: "\ed03";
}
.icon-Kitchen-scale .path2::before {
  content: "\ed04";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Knife .path1::before {
  content: "\ed05";
  opacity: 0.3;
}
.icon-Knife .path2::before {
  content: "\ed06";
  margin-left: -1em;
}
.icon-Knife1 .path1::before {
  content: "\ed07";
  opacity: 0.3;
}
.icon-Knife1 .path2::before {
  content: "\ed08";
  margin-left: -1em;
}
.icon-Knifefork .path1::before {
  content: "\ed09";
}
.icon-Knifefork .path2::before {
  content: "\ed0a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Knifefork .path3::before {
  content: "\ed0b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Knifefork .path4::before {
  content: "\ed0c";
  margin-left: -1em;
}
.icon-Knifefork1 .path1::before {
  content: "\ed0d";
}
.icon-Knifefork1 .path2::before {
  content: "\ed0e";
  margin-left: -1em;
}
.icon-Knifefork1 .path3::before {
  content: "\ed0f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Knifefork1 .path4::before {
  content: "\ed10";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Ladle .path1::before {
  content: "\ed11";
  opacity: 0.3;
}
.icon-Ladle .path2::before {
  content: "\ed12";
  margin-left: -1em;
}
.icon-Rolling-pin .path1::before {
  content: "\ed13";
}
.icon-Rolling-pin .path2::before {
  content: "\ed14";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Saucepan .path1::before {
  content: "\ed15";
}
.icon-Saucepan .path2::before {
  content: "\ed16";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Shovel .path1::before {
  content: "\ed17";
  opacity: 0.3;
}
.icon-Shovel .path2::before {
  content: "\ed18";
  margin-left: -1em;
}
.icon-Sieve .path1::before {
  content: "\ed19";
  opacity: 0.3;
}
.icon-Sieve .path2::before {
  content: "\ed1a";
  margin-left: -1em;
}
.icon-Spoon .path1::before {
  content: "\ed1b";
  opacity: 0.3;
}
.icon-Spoon .path2::before {
  content: "\ed1c";
  margin-left: -1em;
}
.icon-Spoon .path3::before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(255 255 255);
}
.icon-Active-call .path1::before {
  content: "\ed1e";
}
.icon-Active-call .path2::before {
  content: "\ed1f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Address-card::before {
  content: "\ed20";
}
.icon-Add-user .path1::before {
  content: "\ed21";
  opacity: 0.3;
}
.icon-Add-user .path2::before {
  content: "\ed22";
  margin-left: -1em;
}
.icon-Adress-book .path1::before {
  content: "\ed23";
  opacity: 0.3;
}
.icon-Adress-book .path2::before {
  content: "\ed24";
  margin-left: -1em;
}
.icon-Adress-book1 .path1::before {
  content: "\ed25";
  opacity: 0.3;
}
.icon-Adress-book1 .path2::before {
  content: "\ed26";
  margin-left: -1em;
}
.icon-Archive::before {
  content: "\ed27";
}
.icon-Call1::before {
  content: "\ed28";
}
.icon-118::before {
  content: "\ed28";
}
.icon-Call::before {
  content: "\ed29";
}
.icon-Chat .path1::before {
  content: "\ed2a";
  opacity: 0.3;
}
.icon-Chat .path2::before {
  content: "\ed2b";
  margin-left: -1em;
}
.icon-Chat1 .path1::before {
  content: "\ed2c";
  opacity: 0.3;
}
.icon-Chat1 .path2::before {
  content: "\ed2d";
  margin-left: -1em;
}
.icon-Chat2::before {
  content: "\ed2e";
}
.icon-41::before {
  content: "\ed2e";
}
.icon-Chat3::before {
  content: "\ed2f";
}
.icon-51::before {
  content: "\ed2f";
}
.icon-Chat4::before {
  content: "\ed30";
}
.icon-6::before {
  content: "\ed30";
}
.icon-Chat-check .path1::before {
  content: "\ed31";
  opacity: 0.3;
}
.icon-Chat-check .path2::before {
  content: "\ed32";
  margin-left: -1em;
}
.icon-Chat-error .path1::before {
  content: "\ed33";
}
.icon-Chat-error .path2::before {
  content: "\ed34";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chat-locked .path1::before {
  content: "\ed35";
  opacity: 0.3;
}
.icon-Chat-locked .path2::before {
  content: "\ed36";
  margin-left: -1em;
}
.icon-Chat-smile .path1::before {
  content: "\ed37";
  opacity: 0.3;
}
.icon-Chat-smile .path2::before {
  content: "\ed38";
  margin-left: -1em;
}
.icon-Clipboard-check .path1::before {
  content: "\ed39";
  opacity: 0.3;
}
.icon-Clipboard-check .path2::before {
  content: "\ed3a";
  margin-left: -1em;
}
.icon-Clipboard-check .path3::before {
  content: "\ed3b";
  margin-left: -1em;
}
.icon-Clipboard-list .path1::before {
  content: "\ed3c";
  opacity: 0.3;
}
.icon-Clipboard-list .path2::before {
  content: "\ed3d";
  margin-left: -1em;
}
.icon-Clipboard-list .path3::before {
  content: "\ed3e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path4::before {
  content: "\ed3f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path5::before {
  content: "\ed40";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path6::before {
  content: "\ed41";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path7::before {
  content: "\ed42";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path8::before {
  content: "\ed43";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Contact::before {
  content: "\ed44";
}
.icon-110::before {
  content: "\ed44";
}
.icon-Delete-user .path1::before {
  content: "\ed45";
  opacity: 0.3;
}
.icon-Delete-user .path2::before {
  content: "\ed46";
  margin-left: -1em;
}
.icon-Dial-numbers .path1::before {
  content: "\ed47";
  opacity: 0.3;
}
.icon-Dial-numbers .path2::before {
  content: "\ed48";
  margin-left: -1em;
}
.icon-Dial-numbers .path3::before {
  content: "\ed49";
  margin-left: -1em;
}
.icon-Dial-numbers .path4::before {
  content: "\ed4a";
  margin-left: -1em;
}
.icon-Dial-numbers .path5::before {
  content: "\ed4b";
  margin-left: -1em;
}
.icon-Dial-numbers .path6::before {
  content: "\ed4c";
  margin-left: -1em;
}
.icon-Dial-numbers .path7::before {
  content: "\ed4d";
  margin-left: -1em;
}
.icon-Dial-numbers .path8::before {
  content: "\ed4e";
  margin-left: -1em;
}
.icon-Dial-numbers .path9::before {
  content: "\ed4f";
  margin-left: -1em;
}
.icon-Flag .path1::before {
  content: "\ed50";
}
.icon-Flag .path2::before {
  content: "\ed51";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Forward1::before {
  content: "\ed52";
}
.icon-Group .path1::before {
  content: "\ed53";
  opacity: 0.3;
}
.icon-Group .path2::before {
  content: "\ed54";
  margin-left: -1em;
}
.icon-Group-chat .path1::before {
  content: "\ed55";
}
.icon-Group-chat .path2::before {
  content: "\ed56";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Incoming-box .path1::before {
  content: "\ed57";
}
.icon-Incoming-box .path2::before {
  content: "\ed58";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Incoming-box .path3::before {
  content: "\ed59";
  margin-left: -1em;
}
.icon-Incoming-call .path1::before {
  content: "\ed5a";
  opacity: 0.3;
}
.icon-Incoming-call .path2::before {
  content: "\ed5b";
  margin-left: -1em;
}
.icon-Incoming-mail .path1::before {
  content: "\ed5c";
}
.icon-Incoming-mail .path2::before {
  content: "\ed5d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail::before {
  content: "\ed5e";
}
.icon-Mail-::before {
  content: "\ed5f";
}
.icon-Mail-attachment .path1::before {
  content: "\ed60";
  opacity: 0.3;
}
.icon-Mail-attachment .path2::before {
  content: "\ed61";
  margin-left: -1em;
}
.icon-Mail-box .path1::before {
  content: "\ed62";
}
.icon-Mail-box .path2::before {
  content: "\ed63";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail-error .path1::before {
  content: "\ed64";
}
.icon-Mail-error .path2::before {
  content: "\ed65";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail-heart .path1::before {
  content: "\ed66";
  opacity: 0.3;
}
.icon-Mail-heart .path2::before {
  content: "\ed67";
  margin-left: -1em;
}
.icon-Mail-locked .path1::before {
  content: "\ed68";
}
.icon-Mail-locked .path2::before {
  content: "\ed69";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail-notification .path1::before {
  content: "\ed6a";
}
.icon-Mail-notification .path2::before {
  content: "\ed6b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail-opened .path1::before {
  content: "\ed6c";
  opacity: 0.3;
}
.icon-Mail-opened .path2::before {
  content: "\ed6d";
  margin-left: -1em;
}
.icon-Mail-unocked .path1::before {
  content: "\ed6e";
  opacity: 0.3;
}
.icon-Mail-unocked .path2::before {
  content: "\ed6f";
  margin-left: -1em;
}
.icon-Missed-call .path1::before {
  content: "\ed70";
  opacity: 0.3;
}
.icon-Missed-call .path2::before {
  content: "\ed71";
  margin-left: -1em;
}
.icon-Outgoing-box .path1::before {
  content: "\ed72";
}
.icon-Outgoing-box .path2::before {
  content: "\ed73";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Outgoing-box .path3::before {
  content: "\ed74";
  margin-left: -1em;
}
.icon-Outgoing-call .path1::before {
  content: "\ed75";
  opacity: 0.3;
}
.icon-Outgoing-call .path2::before {
  content: "\ed76";
  margin-left: -1em;
}
.icon-Outgoing-mail .path1::before {
  content: "\ed77";
}
.icon-Outgoing-mail .path2::before {
  content: "\ed78";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Readed-mail .path1::before {
  content: "\ed79";
  opacity: 0.3;
}
.icon-Readed-mail .path2::before {
  content: "\ed7a";
  margin-left: -1em;
}
.icon-Reply::before {
  content: "\ed7b";
}
.icon-Reply-all .path1::before {
  content: "\ed7c";
  opacity: 0.3;
}
.icon-Reply-all .path2::before {
  content: "\ed7d";
  margin-left: -1em;
}
.icon-Right::before {
  content: "\ed7e";
}
.icon-RSS .path1::before {
  content: "\ed7f";
}
.icon-RSS .path2::before {
  content: "\ed80";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-RSS .path3::before {
  content: "\ed81";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Safe-chat .path1::before {
  content: "\ed82";
  opacity: 0.3;
}
.icon-Safe-chat .path2::before {
  content: "\ed83";
  margin-left: -1em;
}
.icon-Send::before {
  content: "\ed84";
}
.icon-Sending-mail .path1::before {
  content: "\ed85";
  opacity: 0.3;
}
.icon-Sending-mail .path2::before {
  content: "\ed86";
  margin-left: -1em;
}
.icon-Sending .path1::before {
  content: "\ed87";
}
.icon-Sending .path2::before {
  content: "\ed88";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Share .path1::before {
  content: "\ed89";
  opacity: 0.3;
}
.icon-Share .path2::before {
  content: "\ed8a";
  margin-left: -1em;
}
.icon-Shield-thunder::before {
  content: "\ed8b";
}
.icon-Shield-user::before {
  content: "\ed8c";
}
.icon-Snoozed-mail .path1::before {
  content: "\ed8d";
}
.icon-Snoozed-mail .path2::before {
  content: "\ed8e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Spam::before {
  content: "\ed8f";
}
.icon-Thumbtack .path1::before {
  content: "\ed90";
}
.icon-Thumbtack .path2::before {
  content: "\ed91";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Urgent-mail .path1::before {
  content: "\ed92";
  opacity: 0.3;
}
.icon-Urgent-mail .path2::before {
  content: "\ed93";
  margin-left: -1em;
}
.icon-Write .path1::before {
  content: "\ed94";
}
.icon-Write .path2::before {
  content: "\ed95";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Backspace .path1::before {
  content: "\ed96";
  opacity: 0.3;
}
.icon-Backspace .path2::before {
  content: "\ed97";
  margin-left: -1em;
}
.icon-CMD::before {
  content: "\ed98";
}
.icon-Code1 .path1::before {
  content: "\ed99";
}
.icon-Code1 .path2::before {
  content: "\ed9a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Commit .path1::before {
  content: "\ed9b";
  opacity: 0.3;
}
.icon-Commit .path2::before {
  content: "\ed9c";
  margin-left: -1em;
}
.icon-Compiling .path1::before {
  content: "\ed9d";
  opacity: 0.3;
}
.icon-Compiling .path2::before {
  content: "\ed9e";
  margin-left: -1em;
}
.icon-Control::before {
  content: "\ed9f";
}
.icon-Done-circle .path1::before {
  content: "\eda0";
  opacity: 0.3;
}
.icon-Done-circle .path2::before {
  content: "\eda1";
  margin-left: -1em;
}
.icon-Error-circle .path1::before {
  content: "\eda2";
  opacity: 0.3;
}
.icon-Error-circle .path2::before {
  content: "\eda3";
  margin-left: -1em;
}
.icon-Git2 .path1::before {
  content: "\eda4";
  opacity: 0.3;
}
.icon-Git2 .path2::before {
  content: "\eda5";
  margin-left: -1em;
}
.icon-Git2 .path3::before {
  content: "\eda6";
  margin-left: -1em;
}
.icon-Git3 .path1::before {
  content: "\eda7";
  opacity: 0.3;
}
.icon-Git3 .path2::before {
  content: "\eda8";
  margin-left: -1em;
}
.icon-Git3 .path3::before {
  content: "\eda9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Git3 .path4::before {
  content: "\edaa";
  margin-left: -1em;
}
.icon-Git3 .path5::before {
  content: "\edab";
  margin-left: -1em;
}
.icon-Git3 .path6::before {
  content: "\edac";
  margin-left: -1em;
}
.icon-Git .path1::before {
  content: "\edad";
  opacity: 0.3;
}
.icon-Git .path2::before {
  content: "\edae";
  margin-left: -1em;
}
.icon-Git .path3::before {
  content: "\edaf";
  margin-left: -1em;
}
.icon-Git .path4::before {
  content: "\edb0";
  margin-left: -1em;
}
.icon-Git1 .path1::before {
  content: "\edb1";
}
.icon-Git1 .path2::before {
  content: "\edb2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Git1 .path3::before {
  content: "\edb3";
  margin-left: -1em;
}
.icon-Git1 .path4::before {
  content: "\edb4";
  margin-left: -1em;
}
.icon-Github .path1::before {
  content: "\edb5";
}
.icon-Github .path2::before {
  content: "\edb6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Info-circle .path1::before {
  content: "\edb7";
  opacity: 0.3;
}
.icon-Info-circle .path2::before {
  content: "\edb8";
  margin-left: -1em;
}
.icon-Info-circle .path3::before {
  content: "\edb9";
  margin-left: -1em;
}
.icon-Left-circle .path1::before {
  content: "\edba";
  opacity: 0.3;
}
.icon-Left-circle .path2::before {
  content: "\edbb";
  margin-left: -1em;
}
.icon-Loading::before {
  content: "\edbc";
}
.icon-Lock-circle .path1::before {
  content: "\edbd";
  opacity: 0.3;
}
.icon-Lock-circle .path2::before {
  content: "\edbe";
  margin-left: -1em;
}
.icon-Lock-overturning .path1::before {
  content: "\edbf";
  opacity: 0.3;
}
.icon-Lock-overturning .path2::before {
  content: "\edc0";
  margin-left: -1em;
}
.icon-Minus .path1::before {
  content: "\edc1";
  opacity: 0.3;
}
.icon-Minus .path2::before {
  content: "\edc2";
  margin-left: -1em;
}
.icon-Option .path1::before {
  content: "\edc3";
  opacity: 0.3;
}
.icon-Option .path2::before {
  content: "\edc4";
  margin-left: -1em;
}
.icon-Plus .path1::before {
  content: "\edc5";
  opacity: 0.3;
}
.icon-Plus .path2::before {
  content: "\edc6";
  margin-left: -1em;
}
.icon-Puzzle::before {
  content: "\edc7";
}
.icon-Question-circle .path1::before {
  content: "\edc8";
  opacity: 0.3;
}
.icon-Question-circle .path2::before {
  content: "\edc9";
  margin-left: -1em;
}
.icon-Right-circle .path1::before {
  content: "\edca";
  opacity: 0.3;
}
.icon-Right-circle .path2::before {
  content: "\edcb";
  margin-left: -1em;
}
.icon-Settings1 .path1::before {
  content: "\edcc";
  opacity: 0.3;
}
.icon-Settings1 .path2::before {
  content: "\edcd";
  margin-left: -1em;
}
.icon-Shift::before {
  content: "\edce";
}
.icon-Spy .path1::before {
  content: "\edcf";
}
.icon-Spy .path2::before {
  content: "\edd0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Stop::before {
  content: "\edd1";
}
.icon-Terminal .path1::before {
  content: "\edd2";
}
.icon-Terminal .path2::before {
  content: "\edd3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Thunder-circle .path1::before {
  content: "\edd4";
  opacity: 0.3;
}
.icon-Thunder-circle .path2::before {
  content: "\edd5";
  margin-left: -1em;
}
.icon-Time-schedule .path1::before {
  content: "\edd6";
}
.icon-Time-schedule .path2::before {
  content: "\edd7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Warning-1-circle .path1::before {
  content: "\edd8";
  opacity: 0.3;
}
.icon-Warning-1-circle .path2::before {
  content: "\edd9";
  margin-left: -1em;
}
.icon-Warning-1-circle .path3::before {
  content: "\edda";
  margin-left: -1em;
}
.icon-Warning-2 .path1::before {
  content: "\eddb";
  opacity: 0.3;
}
.icon-Warning-2 .path2::before {
  content: "\eddc";
  margin-left: -1em;
}
.icon-Warning-2 .path3::before {
  content: "\eddd";
  margin-left: -1em;
}
.icon-Brassiere::before {
  content: "\edde";
}
.icon-Briefcase .path1::before {
  content: "\eddf";
}
.icon-Briefcase .path2::before {
  content: "\ede0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cap .path1::before {
  content: "\ede1";
  opacity: 0.3;
}
.icon-Cap .path2::before {
  content: "\ede2";
  margin-left: -1em;
}
.icon-Crown .path1::before {
  content: "\ede3";
  opacity: 0.3;
}
.icon-Crown .path2::before {
  content: "\ede4";
  margin-left: -1em;
}
.icon-Dress .path1::before {
  content: "\ede5";
  opacity: 0.3;
}
.icon-Dress .path2::before {
  content: "\ede6";
  margin-left: -1em;
}
.icon-Hanger::before {
  content: "\ede7";
}
.icon-Hat .path1::before {
  content: "\ede8";
}
.icon-Hat .path2::before {
  content: "\ede9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Panties::before {
  content: "\edea";
}
.icon-Shirt .path1::before {
  content: "\edeb";
  opacity: 0.3;
}
.icon-Shirt .path2::before {
  content: "\edec";
  margin-left: -1em;
}
.icon-Shoes .path1::before {
  content: "\eded";
}
.icon-Shoes .path2::before {
  content: "\edee";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Shorts::before {
  content: "\edef";
}
.icon-Sneakers .path1::before {
  content: "\edf0";
  opacity: 0.3;
}
.icon-Sneakers .path2::before {
  content: "\edf1";
  margin-left: -1em;
}
.icon-Socks .path1::before {
  content: "\edf2";
  opacity: 0.3;
}
.icon-Socks .path2::before {
  content: "\edf3";
  margin-left: -1em;
}
.icon-Sun-glasses .path1::before {
  content: "\edf4";
  opacity: 0.3;
}
.icon-Sun-glasses .path2::before {
  content: "\edf5";
  margin-left: -1em;
}
.icon-Tie .path1::before {
  content: "\edf6";
}
.icon-Tie .path2::before {
  content: "\edf7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-T-Shirt::before {
  content: "\edf8";
}
.icon-Celcium .path1::before {
  content: "\edf9";
}
.icon-Celcium .path2::before {
  content: "\edfa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cloud::before {
  content: "\edfb";
}
.icon-18::before {
  content: "\edfb";
}
.icon-Cloud1 .path1::before {
  content: "\edfc";
  opacity: 0.3;
}
.icon-Cloud1 .path2::before {
  content: "\edfd";
  margin-left: -1em;
}
.icon-Cloud-fog .path1::before {
  content: "\edfe";
}
.icon-Cloud-fog .path2::before {
  content: "\edff";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cloud-sun .path1::before {
  content: "\ee00";
  opacity: 0.3;
}
.icon-Cloud-sun .path2::before {
  content: "\ee01";
  margin-left: -1em;
}
.icon-Cloud-wind .path1::before {
  content: "\ee02";
}
.icon-Cloud-wind .path2::before {
  content: "\ee03";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cloud-wind .path3::before {
  content: "\ee04";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cloudy .path1::before {
  content: "\ee05";
  opacity: 0.3;
}
.icon-Cloudy .path2::before {
  content: "\ee06";
  margin-left: -1em;
}
.icon-Cloudy-night .path1::before {
  content: "\ee07";
  opacity: 0.3;
}
.icon-Cloudy-night .path2::before {
  content: "\ee08";
  margin-left: -1em;
}
.icon-Day-rain .path1::before {
  content: "\ee09";
  opacity: 0.3;
}
.icon-Day-rain .path2::before {
  content: "\ee0a";
  margin-left: -1em;
}
.icon-Fahrenheit .path1::before {
  content: "\ee0b";
}
.icon-Fahrenheit .path2::before {
  content: "\ee0c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fog::before {
  content: "\ee0d";
}
.icon-Moon::before {
  content: "\ee0e";
}
.icon-Night-fog .path1::before {
  content: "\ee0f";
}
.icon-Night-fog .path2::before {
  content: "\ee10";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Night-rain .path1::before {
  content: "\ee11";
  opacity: 0.3;
}
.icon-Night-rain .path2::before {
  content: "\ee12";
  margin-left: -1em;
}
.icon-Rain .path1::before {
  content: "\ee13";
}
.icon-Rain .path2::before {
  content: "\ee14";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Rain1 .path1::before {
  content: "\ee15";
}
.icon-Rain1 .path2::before {
  content: "\ee16";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Rain2 .path1::before {
  content: "\ee17";
  opacity: 0.3;
}
.icon-Rain2 .path2::before {
  content: "\ee18";
  margin-left: -1em;
}
.icon-Rainbow .path1::before {
  content: "\ee19";
  opacity: 0.3;
}
.icon-Rainbow .path2::before {
  content: "\ee1a";
  margin-left: -1em;
}
.icon-Snow .path1::before {
  content: "\ee1b";
}
.icon-Snow .path2::before {
  content: "\ee1c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Snow1 .path1::before {
  content: "\ee1d";
}
.icon-Snow1 .path2::before {
  content: "\ee1e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Snow2 .path1::before {
  content: "\ee1f";
  opacity: 0.3;
}
.icon-Snow2 .path2::before {
  content: "\ee20";
  margin-left: -1em;
}
.icon-Snow3::before {
  content: "\ee21";
}
.icon-Storm .path1::before {
  content: "\ee22";
}
.icon-Storm .path2::before {
  content: "\ee23";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sun .path1::before {
  content: "\ee24";
}
.icon-Sun .path2::before {
  content: "\ee25";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sun-fog .path1::before {
  content: "\ee26";
}
.icon-Sun-fog .path2::before {
  content: "\ee27";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Suset .path1::before {
  content: "\ee28";
}
.icon-Suset .path2::before {
  content: "\ee29";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Suset1 .path1::before {
  content: "\ee2a";
}
.icon-Suset1 .path2::before {
  content: "\ee2b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Temperature-empty::before {
  content: "\ee2c";
}
.icon-Temperature-full::before {
  content: "\ee2d";
}
.icon-Temperature-half::before {
  content: "\ee2e";
}
.icon-Thunder .path1::before {
  content: "\ee2f";
  opacity: 0.3;
}
.icon-Thunder .path2::before {
  content: "\ee30";
  margin-left: -1em;
}
.icon-Thunder-night .path1::before {
  content: "\ee31";
  opacity: 0.3;
}
.icon-Thunder-night .path2::before {
  content: "\ee32";
  margin-left: -1em;
}
.icon-Umbrella .path1::before {
  content: "\ee33";
}
.icon-Umbrella .path2::before {
  content: "\ee34";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Wind .path1::before {
  content: "\ee35";
}
.icon-Wind .path2::before {
  content: "\ee36";
  margin-left: -1em;
  opacity: 0.3;
}

/* public/assets/icons/bootstrap-icons/bootstrap-icons.css */
@font-face {
  font-family: bootstrap-icons;
  src: url("./media/bootstrap-icons-P2FXBQGK.woff2") format("woff2"), url("./media/bootstrap-icons-P2FXBQGK.woff2") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-123::before {
  content: "\f67f";
}
.bi-alarm-fill::before {
  content: "\f101";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-align-bottom::before {
  content: "\f103";
}
.bi-align-center::before {
  content: "\f104";
}
.bi-align-end::before {
  content: "\f105";
}
.bi-align-middle::before {
  content: "\f106";
}
.bi-align-start::before {
  content: "\f107";
}
.bi-align-top::before {
  content: "\f108";
}
.bi-alt::before {
  content: "\f109";
}
.bi-app-indicator::before {
  content: "\f10a";
}
.bi-app::before {
  content: "\f10b";
}
.bi-archive-fill::before {
  content: "\f10c";
}
.bi-archive::before {
  content: "\f10d";
}
.bi-arrow-90deg-down::before {
  content: "\f10e";
}
.bi-arrow-90deg-left::before {
  content: "\f10f";
}
.bi-arrow-90deg-right::before {
  content: "\f110";
}
.bi-arrow-90deg-up::before {
  content: "\f111";
}
.bi-arrow-bar-down::before {
  content: "\f112";
}
.bi-arrow-bar-left::before {
  content: "\f113";
}
.bi-arrow-bar-right::before {
  content: "\f114";
}
.bi-arrow-bar-up::before {
  content: "\f115";
}
.bi-arrow-clockwise::before {
  content: "\f116";
}
.bi-arrow-counterclockwise::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.bi-arrow-down-circle::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.bi-arrow-down-left-square::before {
  content: "\f11d";
}
.bi-arrow-down-left::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.bi-arrow-down-right-square::before {
  content: "\f122";
}
.bi-arrow-down-right::before {
  content: "\f123";
}
.bi-arrow-down-short::before {
  content: "\f124";
}
.bi-arrow-down-square-fill::before {
  content: "\f125";
}
.bi-arrow-down-square::before {
  content: "\f126";
}
.bi-arrow-down-up::before {
  content: "\f127";
}
.bi-arrow-down::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-left-circle::before {
  content: "\f12a";
}
.bi-arrow-left-right::before {
  content: "\f12b";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.bi-arrow-left-square::before {
  content: "\f12e";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-arrow-repeat::before {
  content: "\f130";
}
.bi-arrow-return-left::before {
  content: "\f131";
}
.bi-arrow-return-right::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-arrow-right-circle::before {
  content: "\f134";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-right-square-fill::before {
  content: "\f136";
}
.bi-arrow-right-square::before {
  content: "\f137";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.bi-arrow-up-circle::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.bi-arrow-up-left-square::before {
  content: "\f13e";
}
.bi-arrow-up-left::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.bi-arrow-up-right-circle::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.bi-arrow-up-right-square::before {
  content: "\f143";
}
.bi-arrow-up-right::before {
  content: "\f144";
}
.bi-arrow-up-short::before {
  content: "\f145";
}
.bi-arrow-up-square-fill::before {
  content: "\f146";
}
.bi-arrow-up-square::before {
  content: "\f147";
}
.bi-arrow-up::before {
  content: "\f148";
}
.bi-arrows-angle-contract::before {
  content: "\f149";
}
.bi-arrows-angle-expand::before {
  content: "\f14a";
}
.bi-arrows-collapse::before {
  content: "\f14b";
}
.bi-arrows-expand::before {
  content: "\f14c";
}
.bi-arrows-fullscreen::before {
  content: "\f14d";
}
.bi-arrows-move::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.bi-aspect-ratio::before {
  content: "\f150";
}
.bi-asterisk::before {
  content: "\f151";
}
.bi-at::before {
  content: "\f152";
}
.bi-award-fill::before {
  content: "\f153";
}
.bi-award::before {
  content: "\f154";
}
.bi-back::before {
  content: "\f155";
}
.bi-backspace-fill::before {
  content: "\f156";
}
.bi-backspace-reverse-fill::before {
  content: "\f157";
}
.bi-backspace-reverse::before {
  content: "\f158";
}
.bi-backspace::before {
  content: "\f159";
}
.bi-badge-3d-fill::before {
  content: "\f15a";
}
.bi-badge-3d::before {
  content: "\f15b";
}
.bi-badge-4k-fill::before {
  content: "\f15c";
}
.bi-badge-4k::before {
  content: "\f15d";
}
.bi-badge-8k-fill::before {
  content: "\f15e";
}
.bi-badge-8k::before {
  content: "\f15f";
}
.bi-badge-ad-fill::before {
  content: "\f160";
}
.bi-badge-ad::before {
  content: "\f161";
}
.bi-badge-ar-fill::before {
  content: "\f162";
}
.bi-badge-ar::before {
  content: "\f163";
}
.bi-badge-cc-fill::before {
  content: "\f164";
}
.bi-badge-cc::before {
  content: "\f165";
}
.bi-badge-hd-fill::before {
  content: "\f166";
}
.bi-badge-hd::before {
  content: "\f167";
}
.bi-badge-tm-fill::before {
  content: "\f168";
}
.bi-badge-tm::before {
  content: "\f169";
}
.bi-badge-vo-fill::before {
  content: "\f16a";
}
.bi-badge-vo::before {
  content: "\f16b";
}
.bi-badge-vr-fill::before {
  content: "\f16c";
}
.bi-badge-vr::before {
  content: "\f16d";
}
.bi-badge-wc-fill::before {
  content: "\f16e";
}
.bi-badge-wc::before {
  content: "\f16f";
}
.bi-bag-check-fill::before {
  content: "\f170";
}
.bi-bag-check::before {
  content: "\f171";
}
.bi-bag-dash-fill::before {
  content: "\f172";
}
.bi-bag-dash::before {
  content: "\f173";
}
.bi-bag-fill::before {
  content: "\f174";
}
.bi-bag-plus-fill::before {
  content: "\f175";
}
.bi-bag-plus::before {
  content: "\f176";
}
.bi-bag-x-fill::before {
  content: "\f177";
}
.bi-bag-x::before {
  content: "\f178";
}
.bi-bag::before {
  content: "\f179";
}
.bi-bar-chart-fill::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.bi-bar-chart-line::before {
  content: "\f17c";
}
.bi-bar-chart-steps::before {
  content: "\f17d";
}
.bi-bar-chart::before {
  content: "\f17e";
}
.bi-basket-fill::before {
  content: "\f17f";
}
.bi-basket::before {
  content: "\f180";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-basket2::before {
  content: "\f182";
}
.bi-basket3-fill::before {
  content: "\f183";
}
.bi-basket3::before {
  content: "\f184";
}
.bi-battery-charging::before {
  content: "\f185";
}
.bi-battery-full::before {
  content: "\f186";
}
.bi-battery-half::before {
  content: "\f187";
}
.bi-battery::before {
  content: "\f188";
}
.bi-bell-fill::before {
  content: "\f189";
}
.bi-bell::before {
  content: "\f18a";
}
.bi-bezier::before {
  content: "\f18b";
}
.bi-bezier2::before {
  content: "\f18c";
}
.bi-bicycle::before {
  content: "\f18d";
}
.bi-binoculars-fill::before {
  content: "\f18e";
}
.bi-binoculars::before {
  content: "\f18f";
}
.bi-blockquote-left::before {
  content: "\f190";
}
.bi-blockquote-right::before {
  content: "\f191";
}
.bi-book-fill::before {
  content: "\f192";
}
.bi-book-half::before {
  content: "\f193";
}
.bi-book::before {
  content: "\f194";
}
.bi-bookmark-check-fill::before {
  content: "\f195";
}
.bi-bookmark-check::before {
  content: "\f196";
}
.bi-bookmark-dash-fill::before {
  content: "\f197";
}
.bi-bookmark-dash::before {
  content: "\f198";
}
.bi-bookmark-fill::before {
  content: "\f199";
}
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.bi-bookmark-heart::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.bi-bookmark-plus::before {
  content: "\f19d";
}
.bi-bookmark-star-fill::before {
  content: "\f19e";
}
.bi-bookmark-star::before {
  content: "\f19f";
}
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.bi-bookmark-x::before {
  content: "\f1a1";
}
.bi-bookmark::before {
  content: "\f1a2";
}
.bi-bookmarks-fill::before {
  content: "\f1a3";
}
.bi-bookmarks::before {
  content: "\f1a4";
}
.bi-bookshelf::before {
  content: "\f1a5";
}
.bi-bootstrap-fill::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.bi-bootstrap::before {
  content: "\f1a8";
}
.bi-border-all::before {
  content: "\f1a9";
}
.bi-border-bottom::before {
  content: "\f1aa";
}
.bi-border-center::before {
  content: "\f1ab";
}
.bi-border-inner::before {
  content: "\f1ac";
}
.bi-border-left::before {
  content: "\f1ad";
}
.bi-border-middle::before {
  content: "\f1ae";
}
.bi-border-outer::before {
  content: "\f1af";
}
.bi-border-right::before {
  content: "\f1b0";
}
.bi-border-style::before {
  content: "\f1b1";
}
.bi-border-top::before {
  content: "\f1b2";
}
.bi-border-width::before {
  content: "\f1b3";
}
.bi-border::before {
  content: "\f1b4";
}
.bi-bounding-box-circles::before {
  content: "\f1b5";
}
.bi-bounding-box::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.bi-box-arrow-down::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.bi-box-arrow-left::before {
  content: "\f1c2";
}
.bi-box-arrow-right::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-box-arrow-up::before {
  content: "\f1c6";
}
.bi-box-seam::before {
  content: "\f1c7";
}
.bi-box::before {
  content: "\f1c8";
}
.bi-braces::before {
  content: "\f1c9";
}
.bi-bricks::before {
  content: "\f1ca";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.bi-brightness-alt-high::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.bi-brightness-alt-low::before {
  content: "\f1d0";
}
.bi-brightness-high-fill::before {
  content: "\f1d1";
}
.bi-brightness-high::before {
  content: "\f1d2";
}
.bi-brightness-low-fill::before {
  content: "\f1d3";
}
.bi-brightness-low::before {
  content: "\f1d4";
}
.bi-broadcast-pin::before {
  content: "\f1d5";
}
.bi-broadcast::before {
  content: "\f1d6";
}
.bi-brush-fill::before {
  content: "\f1d7";
}
.bi-brush::before {
  content: "\f1d8";
}
.bi-bucket-fill::before {
  content: "\f1d9";
}
.bi-bucket::before {
  content: "\f1da";
}
.bi-bug-fill::before {
  content: "\f1db";
}
.bi-bug::before {
  content: "\f1dc";
}
.bi-building::before {
  content: "\f1dd";
}
.bi-bullseye::before {
  content: "\f1de";
}
.bi-calculator-fill::before {
  content: "\f1df";
}
.bi-calculator::before {
  content: "\f1e0";
}
.bi-calendar-check-fill::before {
  content: "\f1e1";
}
.bi-calendar-check::before {
  content: "\f1e2";
}
.bi-calendar-date-fill::before {
  content: "\f1e3";
}
.bi-calendar-date::before {
  content: "\f1e4";
}
.bi-calendar-day-fill::before {
  content: "\f1e5";
}
.bi-calendar-day::before {
  content: "\f1e6";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-calendar-event::before {
  content: "\f1e8";
}
.bi-calendar-fill::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.bi-calendar-minus::before {
  content: "\f1eb";
}
.bi-calendar-month-fill::before {
  content: "\f1ec";
}
.bi-calendar-month::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.bi-calendar-plus::before {
  content: "\f1ef";
}
.bi-calendar-range-fill::before {
  content: "\f1f0";
}
.bi-calendar-range::before {
  content: "\f1f1";
}
.bi-calendar-week-fill::before {
  content: "\f1f2";
}
.bi-calendar-week::before {
  content: "\f1f3";
}
.bi-calendar-x-fill::before {
  content: "\f1f4";
}
.bi-calendar-x::before {
  content: "\f1f5";
}
.bi-calendar::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.bi-calendar2-check::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.bi-calendar2-date::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.bi-calendar2-day::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.bi-calendar2-event::before {
  content: "\f1fe";
}
.bi-calendar2-fill::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
  content: "\f200";
}
.bi-calendar2-minus::before {
  content: "\f201";
}
.bi-calendar2-month-fill::before {
  content: "\f202";
}
.bi-calendar2-month::before {
  content: "\f203";
}
.bi-calendar2-plus-fill::before {
  content: "\f204";
}
.bi-calendar2-plus::before {
  content: "\f205";
}
.bi-calendar2-range-fill::before {
  content: "\f206";
}
.bi-calendar2-range::before {
  content: "\f207";
}
.bi-calendar2-week-fill::before {
  content: "\f208";
}
.bi-calendar2-week::before {
  content: "\f209";
}
.bi-calendar2-x-fill::before {
  content: "\f20a";
}
.bi-calendar2-x::before {
  content: "\f20b";
}
.bi-calendar2::before {
  content: "\f20c";
}
.bi-calendar3-event-fill::before {
  content: "\f20d";
}
.bi-calendar3-event::before {
  content: "\f20e";
}
.bi-calendar3-fill::before {
  content: "\f20f";
}
.bi-calendar3-range-fill::before {
  content: "\f210";
}
.bi-calendar3-range::before {
  content: "\f211";
}
.bi-calendar3-week-fill::before {
  content: "\f212";
}
.bi-calendar3-week::before {
  content: "\f213";
}
.bi-calendar3::before {
  content: "\f214";
}
.bi-calendar4-event::before {
  content: "\f215";
}
.bi-calendar4-range::before {
  content: "\f216";
}
.bi-calendar4-week::before {
  content: "\f217";
}
.bi-calendar4::before {
  content: "\f218";
}
.bi-camera-fill::before {
  content: "\f219";
}
.bi-camera-reels-fill::before {
  content: "\f21a";
}
.bi-camera-reels::before {
  content: "\f21b";
}
.bi-camera-video-fill::before {
  content: "\f21c";
}
.bi-camera-video-off-fill::before {
  content: "\f21d";
}
.bi-camera-video-off::before {
  content: "\f21e";
}
.bi-camera-video::before {
  content: "\f21f";
}
.bi-camera::before {
  content: "\f220";
}
.bi-camera2::before {
  content: "\f221";
}
.bi-capslock-fill::before {
  content: "\f222";
}
.bi-capslock::before {
  content: "\f223";
}
.bi-card-checklist::before {
  content: "\f224";
}
.bi-card-heading::before {
  content: "\f225";
}
.bi-card-image::before {
  content: "\f226";
}
.bi-card-list::before {
  content: "\f227";
}
.bi-card-text::before {
  content: "\f228";
}
.bi-caret-down-fill::before {
  content: "\f229";
}
.bi-caret-down-square-fill::before {
  content: "\f22a";
}
.bi-caret-down-square::before {
  content: "\f22b";
}
.bi-caret-down::before {
  content: "\f22c";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-left-square-fill::before {
  content: "\f22e";
}
.bi-caret-left-square::before {
  content: "\f22f";
}
.bi-caret-left::before {
  content: "\f230";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-caret-right-square-fill::before {
  content: "\f232";
}
.bi-caret-right-square::before {
  content: "\f233";
}
.bi-caret-right::before {
  content: "\f234";
}
.bi-caret-up-fill::before {
  content: "\f235";
}
.bi-caret-up-square-fill::before {
  content: "\f236";
}
.bi-caret-up-square::before {
  content: "\f237";
}
.bi-caret-up::before {
  content: "\f238";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-cart-fill::before {
  content: "\f23d";
}
.bi-cart-plus-fill::before {
  content: "\f23e";
}
.bi-cart-plus::before {
  content: "\f23f";
}
.bi-cart-x-fill::before {
  content: "\f240";
}
.bi-cart-x::before {
  content: "\f241";
}
.bi-cart::before {
  content: "\f242";
}
.bi-cart2::before {
  content: "\f243";
}
.bi-cart3::before {
  content: "\f244";
}
.bi-cart4::before {
  content: "\f245";
}
.bi-cash-stack::before {
  content: "\f246";
}
.bi-cash::before {
  content: "\f247";
}
.bi-cast::before {
  content: "\f248";
}
.bi-chat-dots-fill::before {
  content: "\f249";
}
.bi-chat-dots::before {
  content: "\f24a";
}
.bi-chat-fill::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.bi-chat-left-dots::before {
  content: "\f24d";
}
.bi-chat-left-fill::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.bi-chat-left-quote::before {
  content: "\f250";
}
.bi-chat-left-text-fill::before {
  content: "\f251";
}
.bi-chat-left-text::before {
  content: "\f252";
}
.bi-chat-left::before {
  content: "\f253";
}
.bi-chat-quote-fill::before {
  content: "\f254";
}
.bi-chat-quote::before {
  content: "\f255";
}
.bi-chat-right-dots-fill::before {
  content: "\f256";
}
.bi-chat-right-dots::before {
  content: "\f257";
}
.bi-chat-right-fill::before {
  content: "\f258";
}
.bi-chat-right-quote-fill::before {
  content: "\f259";
}
.bi-chat-right-quote::before {
  content: "\f25a";
}
.bi-chat-right-text-fill::before {
  content: "\f25b";
}
.bi-chat-right-text::before {
  content: "\f25c";
}
.bi-chat-right::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.bi-chat-square-dots::before {
  content: "\f25f";
}
.bi-chat-square-fill::before {
  content: "\f260";
}
.bi-chat-square-quote-fill::before {
  content: "\f261";
}
.bi-chat-square-quote::before {
  content: "\f262";
}
.bi-chat-square-text-fill::before {
  content: "\f263";
}
.bi-chat-square-text::before {
  content: "\f264";
}
.bi-chat-square::before {
  content: "\f265";
}
.bi-chat-text-fill::before {
  content: "\f266";
}
.bi-chat-text::before {
  content: "\f267";
}
.bi-chat::before {
  content: "\f268";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-check-circle-fill::before {
  content: "\f26a";
}
.bi-check-circle::before {
  content: "\f26b";
}
.bi-check-square-fill::before {
  content: "\f26c";
}
.bi-check-square::before {
  content: "\f26d";
}
.bi-check::before {
  content: "\f26e";
}
.bi-check2-all::before {
  content: "\f26f";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-check2-square::before {
  content: "\f271";
}
.bi-check2::before {
  content: "\f272";
}
.bi-chevron-bar-contract::before {
  content: "\f273";
}
.bi-chevron-bar-down::before {
  content: "\f274";
}
.bi-chevron-bar-expand::before {
  content: "\f275";
}
.bi-chevron-bar-left::before {
  content: "\f276";
}
.bi-chevron-bar-right::before {
  content: "\f277";
}
.bi-chevron-bar-up::before {
  content: "\f278";
}
.bi-chevron-compact-down::before {
  content: "\f279";
}
.bi-chevron-compact-left::before {
  content: "\f27a";
}
.bi-chevron-compact-right::before {
  content: "\f27b";
}
.bi-chevron-compact-up::before {
  content: "\f27c";
}
.bi-chevron-contract::before {
  content: "\f27d";
}
.bi-chevron-double-down::before {
  content: "\f27e";
}
.bi-chevron-double-left::before {
  content: "\f27f";
}
.bi-chevron-double-right::before {
  content: "\f280";
}
.bi-chevron-double-up::before {
  content: "\f281";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-circle-fill::before {
  content: "\f287";
}
.bi-circle-half::before {
  content: "\f288";
}
.bi-circle-square::before {
  content: "\f289";
}
.bi-circle::before {
  content: "\f28a";
}
.bi-clipboard-check::before {
  content: "\f28b";
}
.bi-clipboard-data::before {
  content: "\f28c";
}
.bi-clipboard-minus::before {
  content: "\f28d";
}
.bi-clipboard-plus::before {
  content: "\f28e";
}
.bi-clipboard-x::before {
  content: "\f28f";
}
.bi-clipboard::before {
  content: "\f290";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-clock-history::before {
  content: "\f292";
}
.bi-clock::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.bi-cloud-arrow-down::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.bi-cloud-arrow-up::before {
  content: "\f297";
}
.bi-cloud-check-fill::before {
  content: "\f298";
}
.bi-cloud-check::before {
  content: "\f299";
}
.bi-cloud-download-fill::before {
  content: "\f29a";
}
.bi-cloud-download::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.bi-cloud-drizzle::before {
  content: "\f29d";
}
.bi-cloud-fill::before {
  content: "\f29e";
}
.bi-cloud-fog-fill::before {
  content: "\f29f";
}
.bi-cloud-fog::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.bi-cloud-fog2::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.bi-cloud-hail::before {
  content: "\f2a4";
}
.bi-cloud-haze-1::before {
  content: "\f2a5";
}
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.bi-cloud-haze::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.bi-cloud-lightning::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.bi-cloud-minus::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill::before {
  content: "\f2af";
}
.bi-cloud-moon::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.bi-cloud-plus::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.bi-cloud-rain::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.bi-cloud-slash::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.bi-cloud-sleet::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.bi-cloud-snow::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.bi-cloud-sun::before {
  content: "\f2be";
}
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-cloud::before {
  content: "\f2c1";
}
.bi-clouds-fill::before {
  content: "\f2c2";
}
.bi-clouds::before {
  content: "\f2c3";
}
.bi-cloudy-fill::before {
  content: "\f2c4";
}
.bi-cloudy::before {
  content: "\f2c5";
}
.bi-code-slash::before {
  content: "\f2c6";
}
.bi-code-square::before {
  content: "\f2c7";
}
.bi-code::before {
  content: "\f2c8";
}
.bi-collection-fill::before {
  content: "\f2c9";
}
.bi-collection-play-fill::before {
  content: "\f2ca";
}
.bi-collection-play::before {
  content: "\f2cb";
}
.bi-collection::before {
  content: "\f2cc";
}
.bi-columns-gap::before {
  content: "\f2cd";
}
.bi-columns::before {
  content: "\f2ce";
}
.bi-command::before {
  content: "\f2cf";
}
.bi-compass-fill::before {
  content: "\f2d0";
}
.bi-compass::before {
  content: "\f2d1";
}
.bi-cone-striped::before {
  content: "\f2d2";
}
.bi-cone::before {
  content: "\f2d3";
}
.bi-controller::before {
  content: "\f2d4";
}
.bi-cpu-fill::before {
  content: "\f2d5";
}
.bi-cpu::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.bi-credit-card-2-back::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.bi-credit-card-2-front::before {
  content: "\f2da";
}
.bi-credit-card-fill::before {
  content: "\f2db";
}
.bi-credit-card::before {
  content: "\f2dc";
}
.bi-crop::before {
  content: "\f2dd";
}
.bi-cup-fill::before {
  content: "\f2de";
}
.bi-cup-straw::before {
  content: "\f2df";
}
.bi-cup::before {
  content: "\f2e0";
}
.bi-cursor-fill::before {
  content: "\f2e1";
}
.bi-cursor-text::before {
  content: "\f2e2";
}
.bi-cursor::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.bi-dash-circle-fill::before {
  content: "\f2e5";
}
.bi-dash-circle::before {
  content: "\f2e6";
}
.bi-dash-square-dotted::before {
  content: "\f2e7";
}
.bi-dash-square-fill::before {
  content: "\f2e8";
}
.bi-dash-square::before {
  content: "\f2e9";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-diagram-2-fill::before {
  content: "\f2eb";
}
.bi-diagram-2::before {
  content: "\f2ec";
}
.bi-diagram-3-fill::before {
  content: "\f2ed";
}
.bi-diagram-3::before {
  content: "\f2ee";
}
.bi-diamond-fill::before {
  content: "\f2ef";
}
.bi-diamond-half::before {
  content: "\f2f0";
}
.bi-diamond::before {
  content: "\f2f1";
}
.bi-dice-1-fill::before {
  content: "\f2f2";
}
.bi-dice-1::before {
  content: "\f2f3";
}
.bi-dice-2-fill::before {
  content: "\f2f4";
}
.bi-dice-2::before {
  content: "\f2f5";
}
.bi-dice-3-fill::before {
  content: "\f2f6";
}
.bi-dice-3::before {
  content: "\f2f7";
}
.bi-dice-4-fill::before {
  content: "\f2f8";
}
.bi-dice-4::before {
  content: "\f2f9";
}
.bi-dice-5-fill::before {
  content: "\f2fa";
}
.bi-dice-5::before {
  content: "\f2fb";
}
.bi-dice-6-fill::before {
  content: "\f2fc";
}
.bi-dice-6::before {
  content: "\f2fd";
}
.bi-disc-fill::before {
  content: "\f2fe";
}
.bi-disc::before {
  content: "\f2ff";
}
.bi-discord::before {
  content: "\f300";
}
.bi-display-fill::before {
  content: "\f301";
}
.bi-display::before {
  content: "\f302";
}
.bi-distribute-horizontal::before {
  content: "\f303";
}
.bi-distribute-vertical::before {
  content: "\f304";
}
.bi-door-closed-fill::before {
  content: "\f305";
}
.bi-door-closed::before {
  content: "\f306";
}
.bi-door-open-fill::before {
  content: "\f307";
}
.bi-door-open::before {
  content: "\f308";
}
.bi-dot::before {
  content: "\f309";
}
.bi-download::before {
  content: "\f30a";
}
.bi-droplet-fill::before {
  content: "\f30b";
}
.bi-droplet-half::before {
  content: "\f30c";
}
.bi-droplet::before {
  content: "\f30d";
}
.bi-earbuds::before {
  content: "\f30e";
}
.bi-easel-fill::before {
  content: "\f30f";
}
.bi-easel::before {
  content: "\f310";
}
.bi-egg-fill::before {
  content: "\f311";
}
.bi-egg-fried::before {
  content: "\f312";
}
.bi-egg::before {
  content: "\f313";
}
.bi-eject-fill::before {
  content: "\f314";
}
.bi-eject::before {
  content: "\f315";
}
.bi-emoji-angry-fill::before {
  content: "\f316";
}
.bi-emoji-angry::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.bi-emoji-dizzy::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.bi-emoji-expressionless::before {
  content: "\f31b";
}
.bi-emoji-frown-fill::before {
  content: "\f31c";
}
.bi-emoji-frown::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill::before {
  content: "\f320";
}
.bi-emoji-laughing::before {
  content: "\f321";
}
.bi-emoji-neutral-fill::before {
  content: "\f322";
}
.bi-emoji-neutral::before {
  content: "\f323";
}
.bi-emoji-smile-fill::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.bi-emoji-smile::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.bi-emoji-sunglasses::before {
  content: "\f329";
}
.bi-emoji-wink-fill::before {
  content: "\f32a";
}
.bi-emoji-wink::before {
  content: "\f32b";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-envelope-open-fill::before {
  content: "\f32d";
}
.bi-envelope-open::before {
  content: "\f32e";
}
.bi-envelope::before {
  content: "\f32f";
}
.bi-eraser-fill::before {
  content: "\f330";
}
.bi-eraser::before {
  content: "\f331";
}
.bi-exclamation-circle-fill::before {
  content: "\f332";
}
.bi-exclamation-circle::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.bi-exclamation-diamond::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.bi-exclamation-octagon::before {
  content: "\f337";
}
.bi-exclamation-square-fill::before {
  content: "\f338";
}
.bi-exclamation-square::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.bi-exclamation-triangle::before {
  content: "\f33b";
}
.bi-exclamation::before {
  content: "\f33c";
}
.bi-exclude::before {
  content: "\f33d";
}
.bi-eye-fill::before {
  content: "\f33e";
}
.bi-eye-slash-fill::before {
  content: "\f33f";
}
.bi-eye-slash::before {
  content: "\f340";
}
.bi-eye::before {
  content: "\f341";
}
.bi-eyedropper::before {
  content: "\f342";
}
.bi-eyeglasses::before {
  content: "\f343";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-file-arrow-down-fill::before {
  content: "\f345";
}
.bi-file-arrow-down::before {
  content: "\f346";
}
.bi-file-arrow-up-fill::before {
  content: "\f347";
}
.bi-file-arrow-up::before {
  content: "\f348";
}
.bi-file-bar-graph-fill::before {
  content: "\f349";
}
.bi-file-bar-graph::before {
  content: "\f34a";
}
.bi-file-binary-fill::before {
  content: "\f34b";
}
.bi-file-binary::before {
  content: "\f34c";
}
.bi-file-break-fill::before {
  content: "\f34d";
}
.bi-file-break::before {
  content: "\f34e";
}
.bi-file-check-fill::before {
  content: "\f34f";
}
.bi-file-check::before {
  content: "\f350";
}
.bi-file-code-fill::before {
  content: "\f351";
}
.bi-file-code::before {
  content: "\f352";
}
.bi-file-diff-fill::before {
  content: "\f353";
}
.bi-file-diff::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.bi-file-earmark-binary::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.bi-file-earmark-break::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.bi-file-earmark-check::before {
  content: "\f360";
}
.bi-file-earmark-code-fill::before {
  content: "\f361";
}
.bi-file-earmark-code::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.bi-file-earmark-diff::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.bi-file-earmark-easel::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.bi-file-earmark-excel::before {
  content: "\f368";
}
.bi-file-earmark-fill::before {
  content: "\f369";
}
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.bi-file-earmark-font::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.bi-file-earmark-image::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.bi-file-earmark-lock::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.bi-file-earmark-lock2::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.bi-file-earmark-medical::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.bi-file-earmark-minus::before {
  content: "\f375";
}
.bi-file-earmark-music-fill::before {
  content: "\f376";
}
.bi-file-earmark-music::before {
  content: "\f377";
}
.bi-file-earmark-person-fill::before {
  content: "\f378";
}
.bi-file-earmark-person::before {
  content: "\f379";
}
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.bi-file-earmark-play::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.bi-file-earmark-plus::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.bi-file-earmark-post::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.bi-file-earmark-ppt::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.bi-file-earmark-richtext::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.bi-file-earmark-ruled::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.bi-file-earmark-slides::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.bi-file-earmark-text::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.bi-file-earmark-word::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.bi-file-earmark-x::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.bi-file-earmark-zip::before {
  content: "\f391";
}
.bi-file-earmark::before {
  content: "\f392";
}
.bi-file-easel-fill::before {
  content: "\f393";
}
.bi-file-easel::before {
  content: "\f394";
}
.bi-file-excel-fill::before {
  content: "\f395";
}
.bi-file-excel::before {
  content: "\f396";
}
.bi-file-fill::before {
  content: "\f397";
}
.bi-file-font-fill::before {
  content: "\f398";
}
.bi-file-font::before {
  content: "\f399";
}
.bi-file-image-fill::before {
  content: "\f39a";
}
.bi-file-image::before {
  content: "\f39b";
}
.bi-file-lock-fill::before {
  content: "\f39c";
}
.bi-file-lock::before {
  content: "\f39d";
}
.bi-file-lock2-fill::before {
  content: "\f39e";
}
.bi-file-lock2::before {
  content: "\f39f";
}
.bi-file-medical-fill::before {
  content: "\f3a0";
}
.bi-file-medical::before {
  content: "\f3a1";
}
.bi-file-minus-fill::before {
  content: "\f3a2";
}
.bi-file-minus::before {
  content: "\f3a3";
}
.bi-file-music-fill::before {
  content: "\f3a4";
}
.bi-file-music::before {
  content: "\f3a5";
}
.bi-file-person-fill::before {
  content: "\f3a6";
}
.bi-file-person::before {
  content: "\f3a7";
}
.bi-file-play-fill::before {
  content: "\f3a8";
}
.bi-file-play::before {
  content: "\f3a9";
}
.bi-file-plus-fill::before {
  content: "\f3aa";
}
.bi-file-plus::before {
  content: "\f3ab";
}
.bi-file-post-fill::before {
  content: "\f3ac";
}
.bi-file-post::before {
  content: "\f3ad";
}
.bi-file-ppt-fill::before {
  content: "\f3ae";
}
.bi-file-ppt::before {
  content: "\f3af";
}
.bi-file-richtext-fill::before {
  content: "\f3b0";
}
.bi-file-richtext::before {
  content: "\f3b1";
}
.bi-file-ruled-fill::before {
  content: "\f3b2";
}
.bi-file-ruled::before {
  content: "\f3b3";
}
.bi-file-slides-fill::before {
  content: "\f3b4";
}
.bi-file-slides::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.bi-file-spreadsheet::before {
  content: "\f3b7";
}
.bi-file-text-fill::before {
  content: "\f3b8";
}
.bi-file-text::before {
  content: "\f3b9";
}
.bi-file-word-fill::before {
  content: "\f3ba";
}
.bi-file-word::before {
  content: "\f3bb";
}
.bi-file-x-fill::before {
  content: "\f3bc";
}
.bi-file-x::before {
  content: "\f3bd";
}
.bi-file-zip-fill::before {
  content: "\f3be";
}
.bi-file-zip::before {
  content: "\f3bf";
}
.bi-file::before {
  content: "\f3c0";
}
.bi-files-alt::before {
  content: "\f3c1";
}
.bi-files::before {
  content: "\f3c2";
}
.bi-film::before {
  content: "\f3c3";
}
.bi-filter-circle-fill::before {
  content: "\f3c4";
}
.bi-filter-circle::before {
  content: "\f3c5";
}
.bi-filter-left::before {
  content: "\f3c6";
}
.bi-filter-right::before {
  content: "\f3c7";
}
.bi-filter-square-fill::before {
  content: "\f3c8";
}
.bi-filter-square::before {
  content: "\f3c9";
}
.bi-filter::before {
  content: "\f3ca";
}
.bi-flag-fill::before {
  content: "\f3cb";
}
.bi-flag::before {
  content: "\f3cc";
}
.bi-flower1::before {
  content: "\f3cd";
}
.bi-flower2::before {
  content: "\f3ce";
}
.bi-flower3::before {
  content: "\f3cf";
}
.bi-folder-check::before {
  content: "\f3d0";
}
.bi-folder-fill::before {
  content: "\f3d1";
}
.bi-folder-minus::before {
  content: "\f3d2";
}
.bi-folder-plus::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.bi-folder-symlink::before {
  content: "\f3d5";
}
.bi-folder-x::before {
  content: "\f3d6";
}
.bi-folder::before {
  content: "\f3d7";
}
.bi-folder2-open::before {
  content: "\f3d8";
}
.bi-folder2::before {
  content: "\f3d9";
}
.bi-fonts::before {
  content: "\f3da";
}
.bi-forward-fill::before {
  content: "\f3db";
}
.bi-forward::before {
  content: "\f3dc";
}
.bi-front::before {
  content: "\f3dd";
}
.bi-fullscreen-exit::before {
  content: "\f3de";
}
.bi-fullscreen::before {
  content: "\f3df";
}
.bi-funnel-fill::before {
  content: "\f3e0";
}
.bi-funnel::before {
  content: "\f3e1";
}
.bi-gear-fill::before {
  content: "\f3e2";
}
.bi-gear-wide-connected::before {
  content: "\f3e3";
}
.bi-gear-wide::before {
  content: "\f3e4";
}
.bi-gear::before {
  content: "\f3e5";
}
.bi-gem::before {
  content: "\f3e6";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-fill::before {
  content: "\f3e9";
}
.bi-geo::before {
  content: "\f3ea";
}
.bi-gift-fill::before {
  content: "\f3eb";
}
.bi-gift::before {
  content: "\f3ec";
}
.bi-github::before {
  content: "\f3ed";
}
.bi-globe::before {
  content: "\f3ee";
}
.bi-globe2::before {
  content: "\f3ef";
}
.bi-google::before {
  content: "\f3f0";
}
.bi-graph-down::before {
  content: "\f3f1";
}
.bi-graph-up::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.bi-grid-1x2::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.bi-grid-3x2::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.bi-grid-3x3::before {
  content: "\f3fa";
}
.bi-grid-fill::before {
  content: "\f3fb";
}
.bi-grid::before {
  content: "\f3fc";
}
.bi-grip-horizontal::before {
  content: "\f3fd";
}
.bi-grip-vertical::before {
  content: "\f3fe";
}
.bi-hammer::before {
  content: "\f3ff";
}
.bi-hand-index-fill::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.bi-hand-index-thumb::before {
  content: "\f402";
}
.bi-hand-index::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-handbag-fill::before {
  content: "\f408";
}
.bi-handbag::before {
  content: "\f409";
}
.bi-hash::before {
  content: "\f40a";
}
.bi-hdd-fill::before {
  content: "\f40b";
}
.bi-hdd-network-fill::before {
  content: "\f40c";
}
.bi-hdd-network::before {
  content: "\f40d";
}
.bi-hdd-rack-fill::before {
  content: "\f40e";
}
.bi-hdd-rack::before {
  content: "\f40f";
}
.bi-hdd-stack-fill::before {
  content: "\f410";
}
.bi-hdd-stack::before {
  content: "\f411";
}
.bi-hdd::before {
  content: "\f412";
}
.bi-headphones::before {
  content: "\f413";
}
.bi-headset::before {
  content: "\f414";
}
.bi-heart-fill::before {
  content: "\f415";
}
.bi-heart-half::before {
  content: "\f416";
}
.bi-heart::before {
  content: "\f417";
}
.bi-heptagon-fill::before {
  content: "\f418";
}
.bi-heptagon-half::before {
  content: "\f419";
}
.bi-heptagon::before {
  content: "\f41a";
}
.bi-hexagon-fill::before {
  content: "\f41b";
}
.bi-hexagon-half::before {
  content: "\f41c";
}
.bi-hexagon::before {
  content: "\f41d";
}
.bi-hourglass-bottom::before {
  content: "\f41e";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-hourglass-top::before {
  content: "\f420";
}
.bi-hourglass::before {
  content: "\f421";
}
.bi-house-door-fill::before {
  content: "\f422";
}
.bi-house-door::before {
  content: "\f423";
}
.bi-house-fill::before {
  content: "\f424";
}
.bi-house::before {
  content: "\f425";
}
.bi-hr::before {
  content: "\f426";
}
.bi-hurricane::before {
  content: "\f427";
}
.bi-image-alt::before {
  content: "\f428";
}
.bi-image-fill::before {
  content: "\f429";
}
.bi-image::before {
  content: "\f42a";
}
.bi-images::before {
  content: "\f42b";
}
.bi-inbox-fill::before {
  content: "\f42c";
}
.bi-inbox::before {
  content: "\f42d";
}
.bi-inboxes-fill::before {
  content: "\f42e";
}
.bi-inboxes::before {
  content: "\f42f";
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-info-square-fill::before {
  content: "\f432";
}
.bi-info-square::before {
  content: "\f433";
}
.bi-info::before {
  content: "\f434";
}
.bi-input-cursor-text::before {
  content: "\f435";
}
.bi-input-cursor::before {
  content: "\f436";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-intersect::before {
  content: "\f438";
}
.bi-journal-album::before {
  content: "\f439";
}
.bi-journal-arrow-down::before {
  content: "\f43a";
}
.bi-journal-arrow-up::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.bi-journal-bookmark::before {
  content: "\f43d";
}
.bi-journal-check::before {
  content: "\f43e";
}
.bi-journal-code::before {
  content: "\f43f";
}
.bi-journal-medical::before {
  content: "\f440";
}
.bi-journal-minus::before {
  content: "\f441";
}
.bi-journal-plus::before {
  content: "\f442";
}
.bi-journal-richtext::before {
  content: "\f443";
}
.bi-journal-text::before {
  content: "\f444";
}
.bi-journal-x::before {
  content: "\f445";
}
.bi-journal::before {
  content: "\f446";
}
.bi-journals::before {
  content: "\f447";
}
.bi-joystick::before {
  content: "\f448";
}
.bi-justify-left::before {
  content: "\f449";
}
.bi-justify-right::before {
  content: "\f44a";
}
.bi-justify::before {
  content: "\f44b";
}
.bi-kanban-fill::before {
  content: "\f44c";
}
.bi-kanban::before {
  content: "\f44d";
}
.bi-key-fill::before {
  content: "\f44e";
}
.bi-key::before {
  content: "\f44f";
}
.bi-keyboard-fill::before {
  content: "\f450";
}
.bi-keyboard::before {
  content: "\f451";
}
.bi-ladder::before {
  content: "\f452";
}
.bi-lamp-fill::before {
  content: "\f453";
}
.bi-lamp::before {
  content: "\f454";
}
.bi-laptop-fill::before {
  content: "\f455";
}
.bi-laptop::before {
  content: "\f456";
}
.bi-layer-backward::before {
  content: "\f457";
}
.bi-layer-forward::before {
  content: "\f458";
}
.bi-layers-fill::before {
  content: "\f459";
}
.bi-layers-half::before {
  content: "\f45a";
}
.bi-layers::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.bi-layout-sidebar::before {
  content: "\f45f";
}
.bi-layout-split::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.bi-layout-text-sidebar::before {
  content: "\f462";
}
.bi-layout-text-window-reverse::before {
  content: "\f463";
}
.bi-layout-text-window::before {
  content: "\f464";
}
.bi-layout-three-columns::before {
  content: "\f465";
}
.bi-layout-wtf::before {
  content: "\f466";
}
.bi-life-preserver::before {
  content: "\f467";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-lightbulb-off-fill::before {
  content: "\f469";
}
.bi-lightbulb-off::before {
  content: "\f46a";
}
.bi-lightbulb::before {
  content: "\f46b";
}
.bi-lightning-charge-fill::before {
  content: "\f46c";
}
.bi-lightning-charge::before {
  content: "\f46d";
}
.bi-lightning-fill::before {
  content: "\f46e";
}
.bi-lightning::before {
  content: "\f46f";
}
.bi-link-45deg::before {
  content: "\f470";
}
.bi-link::before {
  content: "\f471";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-list-check::before {
  content: "\f473";
}
.bi-list-nested::before {
  content: "\f474";
}
.bi-list-ol::before {
  content: "\f475";
}
.bi-list-stars::before {
  content: "\f476";
}
.bi-list-task::before {
  content: "\f477";
}
.bi-list-ul::before {
  content: "\f478";
}
.bi-list::before {
  content: "\f479";
}
.bi-lock-fill::before {
  content: "\f47a";
}
.bi-lock::before {
  content: "\f47b";
}
.bi-mailbox::before {
  content: "\f47c";
}
.bi-mailbox2::before {
  content: "\f47d";
}
.bi-map-fill::before {
  content: "\f47e";
}
.bi-map::before {
  content: "\f47f";
}
.bi-markdown-fill::before {
  content: "\f480";
}
.bi-markdown::before {
  content: "\f481";
}
.bi-mask::before {
  content: "\f482";
}
.bi-megaphone-fill::before {
  content: "\f483";
}
.bi-megaphone::before {
  content: "\f484";
}
.bi-menu-app-fill::before {
  content: "\f485";
}
.bi-menu-app::before {
  content: "\f486";
}
.bi-menu-button-fill::before {
  content: "\f487";
}
.bi-menu-button-wide-fill::before {
  content: "\f488";
}
.bi-menu-button-wide::before {
  content: "\f489";
}
.bi-menu-button::before {
  content: "\f48a";
}
.bi-menu-down::before {
  content: "\f48b";
}
.bi-menu-up::before {
  content: "\f48c";
}
.bi-mic-fill::before {
  content: "\f48d";
}
.bi-mic-mute-fill::before {
  content: "\f48e";
}
.bi-mic-mute::before {
  content: "\f48f";
}
.bi-mic::before {
  content: "\f490";
}
.bi-minecart-loaded::before {
  content: "\f491";
}
.bi-minecart::before {
  content: "\f492";
}
.bi-moisture::before {
  content: "\f493";
}
.bi-moon-fill::before {
  content: "\f494";
}
.bi-moon-stars-fill::before {
  content: "\f495";
}
.bi-moon-stars::before {
  content: "\f496";
}
.bi-moon::before {
  content: "\f497";
}
.bi-mouse-fill::before {
  content: "\f498";
}
.bi-mouse::before {
  content: "\f499";
}
.bi-mouse2-fill::before {
  content: "\f49a";
}
.bi-mouse2::before {
  content: "\f49b";
}
.bi-mouse3-fill::before {
  content: "\f49c";
}
.bi-mouse3::before {
  content: "\f49d";
}
.bi-music-note-beamed::before {
  content: "\f49e";
}
.bi-music-note-list::before {
  content: "\f49f";
}
.bi-music-note::before {
  content: "\f4a0";
}
.bi-music-player-fill::before {
  content: "\f4a1";
}
.bi-music-player::before {
  content: "\f4a2";
}
.bi-newspaper::before {
  content: "\f4a3";
}
.bi-node-minus-fill::before {
  content: "\f4a4";
}
.bi-node-minus::before {
  content: "\f4a5";
}
.bi-node-plus-fill::before {
  content: "\f4a6";
}
.bi-node-plus::before {
  content: "\f4a7";
}
.bi-nut-fill::before {
  content: "\f4a8";
}
.bi-nut::before {
  content: "\f4a9";
}
.bi-octagon-fill::before {
  content: "\f4aa";
}
.bi-octagon-half::before {
  content: "\f4ab";
}
.bi-octagon::before {
  content: "\f4ac";
}
.bi-option::before {
  content: "\f4ad";
}
.bi-outlet::before {
  content: "\f4ae";
}
.bi-paint-bucket::before {
  content: "\f4af";
}
.bi-palette-fill::before {
  content: "\f4b0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-palette2::before {
  content: "\f4b2";
}
.bi-paperclip::before {
  content: "\f4b3";
}
.bi-paragraph::before {
  content: "\f4b4";
}
.bi-patch-check-fill::before {
  content: "\f4b5";
}
.bi-patch-check::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.bi-patch-exclamation::before {
  content: "\f4b8";
}
.bi-patch-minus-fill::before {
  content: "\f4b9";
}
.bi-patch-minus::before {
  content: "\f4ba";
}
.bi-patch-plus-fill::before {
  content: "\f4bb";
}
.bi-patch-plus::before {
  content: "\f4bc";
}
.bi-patch-question-fill::before {
  content: "\f4bd";
}
.bi-patch-question::before {
  content: "\f4be";
}
.bi-pause-btn-fill::before {
  content: "\f4bf";
}
.bi-pause-btn::before {
  content: "\f4c0";
}
.bi-pause-circle-fill::before {
  content: "\f4c1";
}
.bi-pause-circle::before {
  content: "\f4c2";
}
.bi-pause-fill::before {
  content: "\f4c3";
}
.bi-pause::before {
  content: "\f4c4";
}
.bi-peace-fill::before {
  content: "\f4c5";
}
.bi-peace::before {
  content: "\f4c6";
}
.bi-pen-fill::before {
  content: "\f4c7";
}
.bi-pen::before {
  content: "\f4c8";
}
.bi-pencil-fill::before {
  content: "\f4c9";
}
.bi-pencil-square::before {
  content: "\f4ca";
}
.bi-pencil::before {
  content: "\f4cb";
}
.bi-pentagon-fill::before {
  content: "\f4cc";
}
.bi-pentagon-half::before {
  content: "\f4cd";
}
.bi-pentagon::before {
  content: "\f4ce";
}
.bi-people-fill::before {
  content: "\f4cf";
}
.bi-people::before {
  content: "\f4d0";
}
.bi-percent::before {
  content: "\f4d1";
}
.bi-person-badge-fill::before {
  content: "\f4d2";
}
.bi-person-badge::before {
  content: "\f4d3";
}
.bi-person-bounding-box::before {
  content: "\f4d4";
}
.bi-person-check-fill::before {
  content: "\f4d5";
}
.bi-person-check::before {
  content: "\f4d6";
}
.bi-person-circle::before {
  content: "\f4d7";
}
.bi-person-dash-fill::before {
  content: "\f4d8";
}
.bi-person-dash::before {
  content: "\f4d9";
}
.bi-person-fill::before {
  content: "\f4da";
}
.bi-person-lines-fill::before {
  content: "\f4db";
}
.bi-person-plus-fill::before {
  content: "\f4dc";
}
.bi-person-plus::before {
  content: "\f4dd";
}
.bi-person-square::before {
  content: "\f4de";
}
.bi-person-x-fill::before {
  content: "\f4df";
}
.bi-person-x::before {
  content: "\f4e0";
}
.bi-person::before {
  content: "\f4e1";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-pie-chart-fill::before {
  content: "\f4e8";
}
.bi-pie-chart::before {
  content: "\f4e9";
}
.bi-pin-angle-fill::before {
  content: "\f4ea";
}
.bi-pin-angle::before {
  content: "\f4eb";
}
.bi-pin-fill::before {
  content: "\f4ec";
}
.bi-pin::before {
  content: "\f4ed";
}
.bi-pip-fill::before {
  content: "\f4ee";
}
.bi-pip::before {
  content: "\f4ef";
}
.bi-play-btn-fill::before {
  content: "\f4f0";
}
.bi-play-btn::before {
  content: "\f4f1";
}
.bi-play-circle-fill::before {
  content: "\f4f2";
}
.bi-play-circle::before {
  content: "\f4f3";
}
.bi-play-fill::before {
  content: "\f4f4";
}
.bi-play::before {
  content: "\f4f5";
}
.bi-plug-fill::before {
  content: "\f4f6";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.bi-plus-circle-fill::before {
  content: "\f4f9";
}
.bi-plus-circle::before {
  content: "\f4fa";
}
.bi-plus-square-dotted::before {
  content: "\f4fb";
}
.bi-plus-square-fill::before {
  content: "\f4fc";
}
.bi-plus-square::before {
  content: "\f4fd";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-power::before {
  content: "\f4ff";
}
.bi-printer-fill::before {
  content: "\f500";
}
.bi-printer::before {
  content: "\f501";
}
.bi-puzzle-fill::before {
  content: "\f502";
}
.bi-puzzle::before {
  content: "\f503";
}
.bi-question-circle-fill::before {
  content: "\f504";
}
.bi-question-circle::before {
  content: "\f505";
}
.bi-question-diamond-fill::before {
  content: "\f506";
}
.bi-question-diamond::before {
  content: "\f507";
}
.bi-question-octagon-fill::before {
  content: "\f508";
}
.bi-question-octagon::before {
  content: "\f509";
}
.bi-question-square-fill::before {
  content: "\f50a";
}
.bi-question-square::before {
  content: "\f50b";
}
.bi-question::before {
  content: "\f50c";
}
.bi-rainbow::before {
  content: "\f50d";
}
.bi-receipt-cutoff::before {
  content: "\f50e";
}
.bi-receipt::before {
  content: "\f50f";
}
.bi-reception-0::before {
  content: "\f510";
}
.bi-reception-1::before {
  content: "\f511";
}
.bi-reception-2::before {
  content: "\f512";
}
.bi-reception-3::before {
  content: "\f513";
}
.bi-reception-4::before {
  content: "\f514";
}
.bi-record-btn-fill::before {
  content: "\f515";
}
.bi-record-btn::before {
  content: "\f516";
}
.bi-record-circle-fill::before {
  content: "\f517";
}
.bi-record-circle::before {
  content: "\f518";
}
.bi-record-fill::before {
  content: "\f519";
}
.bi-record::before {
  content: "\f51a";
}
.bi-record2-fill::before {
  content: "\f51b";
}
.bi-record2::before {
  content: "\f51c";
}
.bi-reply-all-fill::before {
  content: "\f51d";
}
.bi-reply-all::before {
  content: "\f51e";
}
.bi-reply-fill::before {
  content: "\f51f";
}
.bi-reply::before {
  content: "\f520";
}
.bi-rss-fill::before {
  content: "\f521";
}
.bi-rss::before {
  content: "\f522";
}
.bi-rulers::before {
  content: "\f523";
}
.bi-save-fill::before {
  content: "\f524";
}
.bi-save::before {
  content: "\f525";
}
.bi-save2-fill::before {
  content: "\f526";
}
.bi-save2::before {
  content: "\f527";
}
.bi-scissors::before {
  content: "\f528";
}
.bi-screwdriver::before {
  content: "\f529";
}
.bi-search::before {
  content: "\f52a";
}
.bi-segmented-nav::before {
  content: "\f52b";
}
.bi-server::before {
  content: "\f52c";
}
.bi-share-fill::before {
  content: "\f52d";
}
.bi-share::before {
  content: "\f52e";
}
.bi-shield-check::before {
  content: "\f52f";
}
.bi-shield-exclamation::before {
  content: "\f530";
}
.bi-shield-fill-check::before {
  content: "\f531";
}
.bi-shield-fill-exclamation::before {
  content: "\f532";
}
.bi-shield-fill-minus::before {
  content: "\f533";
}
.bi-shield-fill-plus::before {
  content: "\f534";
}
.bi-shield-fill-x::before {
  content: "\f535";
}
.bi-shield-fill::before {
  content: "\f536";
}
.bi-shield-lock-fill::before {
  content: "\f537";
}
.bi-shield-lock::before {
  content: "\f538";
}
.bi-shield-minus::before {
  content: "\f539";
}
.bi-shield-plus::before {
  content: "\f53a";
}
.bi-shield-shaded::before {
  content: "\f53b";
}
.bi-shield-slash-fill::before {
  content: "\f53c";
}
.bi-shield-slash::before {
  content: "\f53d";
}
.bi-shield-x::before {
  content: "\f53e";
}
.bi-shield::before {
  content: "\f53f";
}
.bi-shift-fill::before {
  content: "\f540";
}
.bi-shift::before {
  content: "\f541";
}
.bi-shop-window::before {
  content: "\f542";
}
.bi-shop::before {
  content: "\f543";
}
.bi-shuffle::before {
  content: "\f544";
}
.bi-signpost-2-fill::before {
  content: "\f545";
}
.bi-signpost-2::before {
  content: "\f546";
}
.bi-signpost-fill::before {
  content: "\f547";
}
.bi-signpost-split-fill::before {
  content: "\f548";
}
.bi-signpost-split::before {
  content: "\f549";
}
.bi-signpost::before {
  content: "\f54a";
}
.bi-sim-fill::before {
  content: "\f54b";
}
.bi-sim::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.bi-skip-backward-btn::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.bi-skip-backward-circle::before {
  content: "\f550";
}
.bi-skip-backward-fill::before {
  content: "\f551";
}
.bi-skip-backward::before {
  content: "\f552";
}
.bi-skip-end-btn-fill::before {
  content: "\f553";
}
.bi-skip-end-btn::before {
  content: "\f554";
}
.bi-skip-end-circle-fill::before {
  content: "\f555";
}
.bi-skip-end-circle::before {
  content: "\f556";
}
.bi-skip-end-fill::before {
  content: "\f557";
}
.bi-skip-end::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.bi-skip-forward-btn::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.bi-skip-forward-circle::before {
  content: "\f55c";
}
.bi-skip-forward-fill::before {
  content: "\f55d";
}
.bi-skip-forward::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.bi-skip-start-btn::before {
  content: "\f560";
}
.bi-skip-start-circle-fill::before {
  content: "\f561";
}
.bi-skip-start-circle::before {
  content: "\f562";
}
.bi-skip-start-fill::before {
  content: "\f563";
}
.bi-skip-start::before {
  content: "\f564";
}
.bi-slack::before {
  content: "\f565";
}
.bi-slash-circle-fill::before {
  content: "\f566";
}
.bi-slash-circle::before {
  content: "\f567";
}
.bi-slash-square-fill::before {
  content: "\f568";
}
.bi-slash-square::before {
  content: "\f569";
}
.bi-slash::before {
  content: "\f56a";
}
.bi-sliders::before {
  content: "\f56b";
}
.bi-smartwatch::before {
  content: "\f56c";
}
.bi-snow::before {
  content: "\f56d";
}
.bi-snow2::before {
  content: "\f56e";
}
.bi-snow3::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.bi-sort-alpha-down::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.bi-sort-alpha-up::before {
  content: "\f573";
}
.bi-sort-down-alt::before {
  content: "\f574";
}
.bi-sort-down::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.bi-sort-numeric-down::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.bi-sort-numeric-up::before {
  content: "\f579";
}
.bi-sort-up-alt::before {
  content: "\f57a";
}
.bi-sort-up::before {
  content: "\f57b";
}
.bi-soundwave::before {
  content: "\f57c";
}
.bi-speaker-fill::before {
  content: "\f57d";
}
.bi-speaker::before {
  content: "\f57e";
}
.bi-speedometer::before {
  content: "\f57f";
}
.bi-speedometer2::before {
  content: "\f580";
}
.bi-spellcheck::before {
  content: "\f581";
}
.bi-square-fill::before {
  content: "\f582";
}
.bi-square-half::before {
  content: "\f583";
}
.bi-square::before {
  content: "\f584";
}
.bi-stack::before {
  content: "\f585";
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-star-half::before {
  content: "\f587";
}
.bi-star::before {
  content: "\f588";
}
.bi-stars::before {
  content: "\f589";
}
.bi-stickies-fill::before {
  content: "\f58a";
}
.bi-stickies::before {
  content: "\f58b";
}
.bi-sticky-fill::before {
  content: "\f58c";
}
.bi-sticky::before {
  content: "\f58d";
}
.bi-stop-btn-fill::before {
  content: "\f58e";
}
.bi-stop-btn::before {
  content: "\f58f";
}
.bi-stop-circle-fill::before {
  content: "\f590";
}
.bi-stop-circle::before {
  content: "\f591";
}
.bi-stop-fill::before {
  content: "\f592";
}
.bi-stop::before {
  content: "\f593";
}
.bi-stoplights-fill::before {
  content: "\f594";
}
.bi-stoplights::before {
  content: "\f595";
}
.bi-stopwatch-fill::before {
  content: "\f596";
}
.bi-stopwatch::before {
  content: "\f597";
}
.bi-subtract::before {
  content: "\f598";
}
.bi-suit-club-fill::before {
  content: "\f599";
}
.bi-suit-club::before {
  content: "\f59a";
}
.bi-suit-diamond-fill::before {
  content: "\f59b";
}
.bi-suit-diamond::before {
  content: "\f59c";
}
.bi-suit-heart-fill::before {
  content: "\f59d";
}
.bi-suit-heart::before {
  content: "\f59e";
}
.bi-suit-spade-fill::before {
  content: "\f59f";
}
.bi-suit-spade::before {
  content: "\f5a0";
}
.bi-sun-fill::before {
  content: "\f5a1";
}
.bi-sun::before {
  content: "\f5a2";
}
.bi-sunglasses::before {
  content: "\f5a3";
}
.bi-sunrise-fill::before {
  content: "\f5a4";
}
.bi-sunrise::before {
  content: "\f5a5";
}
.bi-sunset-fill::before {
  content: "\f5a6";
}
.bi-sunset::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.bi-symmetry-vertical::before {
  content: "\f5a9";
}
.bi-table::before {
  content: "\f5aa";
}
.bi-tablet-fill::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.bi-tablet-landscape::before {
  content: "\f5ad";
}
.bi-tablet::before {
  content: "\f5ae";
}
.bi-tag-fill::before {
  content: "\f5af";
}
.bi-tag::before {
  content: "\f5b0";
}
.bi-tags-fill::before {
  content: "\f5b1";
}
.bi-tags::before {
  content: "\f5b2";
}
.bi-telegram::before {
  content: "\f5b3";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.bi-telephone-forward::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.bi-telephone-inbound::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.bi-telephone-minus::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.bi-telephone-outbound::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.bi-telephone-plus::before {
  content: "\f5be";
}
.bi-telephone-x-fill::before {
  content: "\f5bf";
}
.bi-telephone-x::before {
  content: "\f5c0";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-terminal-fill::before {
  content: "\f5c2";
}
.bi-terminal::before {
  content: "\f5c3";
}
.bi-text-center::before {
  content: "\f5c4";
}
.bi-text-indent-left::before {
  content: "\f5c5";
}
.bi-text-indent-right::before {
  content: "\f5c6";
}
.bi-text-left::before {
  content: "\f5c7";
}
.bi-text-paragraph::before {
  content: "\f5c8";
}
.bi-text-right::before {
  content: "\f5c9";
}
.bi-textarea-resize::before {
  content: "\f5ca";
}
.bi-textarea-t::before {
  content: "\f5cb";
}
.bi-textarea::before {
  content: "\f5cc";
}
.bi-thermometer-half::before {
  content: "\f5cd";
}
.bi-thermometer-high::before {
  content: "\f5ce";
}
.bi-thermometer-low::before {
  content: "\f5cf";
}
.bi-thermometer-snow::before {
  content: "\f5d0";
}
.bi-thermometer-sun::before {
  content: "\f5d1";
}
.bi-thermometer::before {
  content: "\f5d2";
}
.bi-three-dots-vertical::before {
  content: "\f5d3";
}
.bi-three-dots::before {
  content: "\f5d4";
}
.bi-toggle-off::before {
  content: "\f5d5";
}
.bi-toggle-on::before {
  content: "\f5d6";
}
.bi-toggle2-off::before {
  content: "\f5d7";
}
.bi-toggle2-on::before {
  content: "\f5d8";
}
.bi-toggles::before {
  content: "\f5d9";
}
.bi-toggles2::before {
  content: "\f5da";
}
.bi-tools::before {
  content: "\f5db";
}
.bi-tornado::before {
  content: "\f5dc";
}
.bi-trash-fill::before {
  content: "\f5dd";
}
.bi-trash::before {
  content: "\f5de";
}
.bi-trash2-fill::before {
  content: "\f5df";
}
.bi-trash2::before {
  content: "\f5e0";
}
.bi-tree-fill::before {
  content: "\f5e1";
}
.bi-tree::before {
  content: "\f5e2";
}
.bi-triangle-fill::before {
  content: "\f5e3";
}
.bi-triangle-half::before {
  content: "\f5e4";
}
.bi-triangle::before {
  content: "\f5e5";
}
.bi-trophy-fill::before {
  content: "\f5e6";
}
.bi-trophy::before {
  content: "\f5e7";
}
.bi-tropical-storm::before {
  content: "\f5e8";
}
.bi-truck-flatbed::before {
  content: "\f5e9";
}
.bi-truck::before {
  content: "\f5ea";
}
.bi-tsunami::before {
  content: "\f5eb";
}
.bi-tv-fill::before {
  content: "\f5ec";
}
.bi-tv::before {
  content: "\f5ed";
}
.bi-twitch::before {
  content: "\f5ee";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-type-bold::before {
  content: "\f5f0";
}
.bi-type-h1::before {
  content: "\f5f1";
}
.bi-type-h2::before {
  content: "\f5f2";
}
.bi-type-h3::before {
  content: "\f5f3";
}
.bi-type-italic::before {
  content: "\f5f4";
}
.bi-type-strikethrough::before {
  content: "\f5f5";
}
.bi-type-underline::before {
  content: "\f5f6";
}
.bi-type::before {
  content: "\f5f7";
}
.bi-ui-checks-grid::before {
  content: "\f5f8";
}
.bi-ui-checks::before {
  content: "\f5f9";
}
.bi-ui-radios-grid::before {
  content: "\f5fa";
}
.bi-ui-radios::before {
  content: "\f5fb";
}
.bi-umbrella-fill::before {
  content: "\f5fc";
}
.bi-umbrella::before {
  content: "\f5fd";
}
.bi-union::before {
  content: "\f5fe";
}
.bi-unlock-fill::before {
  content: "\f5ff";
}
.bi-unlock::before {
  content: "\f600";
}
.bi-upc-scan::before {
  content: "\f601";
}
.bi-upc::before {
  content: "\f602";
}
.bi-upload::before {
  content: "\f603";
}
.bi-vector-pen::before {
  content: "\f604";
}
.bi-view-list::before {
  content: "\f605";
}
.bi-view-stacked::before {
  content: "\f606";
}
.bi-vinyl-fill::before {
  content: "\f607";
}
.bi-vinyl::before {
  content: "\f608";
}
.bi-voicemail::before {
  content: "\f609";
}
.bi-volume-down-fill::before {
  content: "\f60a";
}
.bi-volume-down::before {
  content: "\f60b";
}
.bi-volume-mute-fill::before {
  content: "\f60c";
}
.bi-volume-mute::before {
  content: "\f60d";
}
.bi-volume-off-fill::before {
  content: "\f60e";
}
.bi-volume-off::before {
  content: "\f60f";
}
.bi-volume-up-fill::before {
  content: "\f610";
}
.bi-volume-up::before {
  content: "\f611";
}
.bi-vr::before {
  content: "\f612";
}
.bi-wallet-fill::before {
  content: "\f613";
}
.bi-wallet::before {
  content: "\f614";
}
.bi-wallet2::before {
  content: "\f615";
}
.bi-watch::before {
  content: "\f616";
}
.bi-water::before {
  content: "\f617";
}
.bi-whatsapp::before {
  content: "\f618";
}
.bi-wifi-1::before {
  content: "\f619";
}
.bi-wifi-2::before {
  content: "\f61a";
}
.bi-wifi-off::before {
  content: "\f61b";
}
.bi-wifi::before {
  content: "\f61c";
}
.bi-wind::before {
  content: "\f61d";
}
.bi-window-dock::before {
  content: "\f61e";
}
.bi-window-sidebar::before {
  content: "\f61f";
}
.bi-window::before {
  content: "\f620";
}
.bi-wrench::before {
  content: "\f621";
}
.bi-x-circle-fill::before {
  content: "\f622";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-x-diamond-fill::before {
  content: "\f624";
}
.bi-x-diamond::before {
  content: "\f625";
}
.bi-x-octagon-fill::before {
  content: "\f626";
}
.bi-x-octagon::before {
  content: "\f627";
}
.bi-x-square-fill::before {
  content: "\f628";
}
.bi-x-square::before {
  content: "\f629";
}
.bi-x::before {
  content: "\f62a";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-zoom-in::before {
  content: "\f62c";
}
.bi-zoom-out::before {
  content: "\f62d";
}
.bi-bank::before {
  content: "\f62e";
}
.bi-bank2::before {
  content: "\f62f";
}
.bi-bell-slash-fill::before {
  content: "\f630";
}
.bi-bell-slash::before {
  content: "\f631";
}
.bi-cash-coin::before {
  content: "\f632";
}
.bi-check-lg::before {
  content: "\f633";
}
.bi-coin::before {
  content: "\f634";
}
.bi-currency-bitcoin::before {
  content: "\f635";
}
.bi-currency-dollar::before {
  content: "\f636";
}
.bi-currency-euro::before {
  content: "\f637";
}
.bi-currency-exchange::before {
  content: "\f638";
}
.bi-currency-pound::before {
  content: "\f639";
}
.bi-currency-yen::before {
  content: "\f63a";
}
.bi-dash-lg::before {
  content: "\f63b";
}
.bi-exclamation-lg::before {
  content: "\f63c";
}
.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}
.bi-file-earmark-pdf::before {
  content: "\f63e";
}
.bi-file-pdf-fill::before {
  content: "\f63f";
}
.bi-file-pdf::before {
  content: "\f640";
}
.bi-gender-ambiguous::before {
  content: "\f641";
}
.bi-gender-female::before {
  content: "\f642";
}
.bi-gender-male::before {
  content: "\f643";
}
.bi-gender-trans::before {
  content: "\f644";
}
.bi-headset-vr::before {
  content: "\f645";
}
.bi-info-lg::before {
  content: "\f646";
}
.bi-mastodon::before {
  content: "\f647";
}
.bi-messenger::before {
  content: "\f648";
}
.bi-piggy-bank-fill::before {
  content: "\f649";
}
.bi-piggy-bank::before {
  content: "\f64a";
}
.bi-pin-map-fill::before {
  content: "\f64b";
}
.bi-pin-map::before {
  content: "\f64c";
}
.bi-plus-lg::before {
  content: "\f64d";
}
.bi-question-lg::before {
  content: "\f64e";
}
.bi-recycle::before {
  content: "\f64f";
}
.bi-reddit::before {
  content: "\f650";
}
.bi-safe-fill::before {
  content: "\f651";
}
.bi-safe2-fill::before {
  content: "\f652";
}
.bi-safe2::before {
  content: "\f653";
}
.bi-sd-card-fill::before {
  content: "\f654";
}
.bi-sd-card::before {
  content: "\f655";
}
.bi-skype::before {
  content: "\f656";
}
.bi-slash-lg::before {
  content: "\f657";
}
.bi-translate::before {
  content: "\f658";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-safe::before {
  content: "\f65a";
}
.bi-apple::before {
  content: "\f65b";
}
.bi-microsoft::before {
  content: "\f65d";
}
.bi-windows::before {
  content: "\f65e";
}
.bi-behance::before {
  content: "\f65c";
}
.bi-dribbble::before {
  content: "\f65f";
}
.bi-line::before {
  content: "\f660";
}
.bi-medium::before {
  content: "\f661";
}
.bi-paypal::before {
  content: "\f662";
}
.bi-pinterest::before {
  content: "\f663";
}
.bi-signal::before {
  content: "\f664";
}
.bi-snapchat::before {
  content: "\f665";
}
.bi-spotify::before {
  content: "\f666";
}
.bi-stack-overflow::before {
  content: "\f667";
}
.bi-strava::before {
  content: "\f668";
}
.bi-wordpress::before {
  content: "\f669";
}
.bi-vimeo::before {
  content: "\f66a";
}
.bi-activity::before {
  content: "\f66b";
}
.bi-easel2-fill::before {
  content: "\f66c";
}
.bi-easel2::before {
  content: "\f66d";
}
.bi-easel3-fill::before {
  content: "\f66e";
}
.bi-easel3::before {
  content: "\f66f";
}
.bi-fan::before {
  content: "\f670";
}
.bi-fingerprint::before {
  content: "\f671";
}
.bi-graph-down-arrow::before {
  content: "\f672";
}
.bi-graph-up-arrow::before {
  content: "\f673";
}
.bi-hypnotize::before {
  content: "\f674";
}
.bi-magic::before {
  content: "\f675";
}
.bi-person-rolodex::before {
  content: "\f676";
}
.bi-person-video::before {
  content: "\f677";
}
.bi-person-video2::before {
  content: "\f678";
}
.bi-person-video3::before {
  content: "\f679";
}
.bi-person-workspace::before {
  content: "\f67a";
}
.bi-radioactive::before {
  content: "\f67b";
}
.bi-webcam-fill::before {
  content: "\f67c";
}
.bi-webcam::before {
  content: "\f67d";
}
.bi-yin-yang::before {
  content: "\f67e";
}
.bi-bandaid-fill::before {
  content: "\f680";
}
.bi-bandaid::before {
  content: "\f681";
}
.bi-bluetooth::before {
  content: "\f682";
}
.bi-body-text::before {
  content: "\f683";
}
.bi-boombox::before {
  content: "\f684";
}
.bi-boxes::before {
  content: "\f685";
}
.bi-dpad-fill::before {
  content: "\f686";
}
.bi-dpad::before {
  content: "\f687";
}
.bi-ear-fill::before {
  content: "\f688";
}
.bi-ear::before {
  content: "\f689";
}
.bi-envelope-check-1::before {
  content: "\f68a";
}
.bi-envelope-check-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-1::before {
  content: "\f68d";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.bi-envelope-exclamation-1::before {
  content: "\f690";
}
.bi-envelope-exclamation-fill::before {
  content: "\f691";
}
.bi-envelope-exclamation::before {
  content: "\f692";
}
.bi-envelope-plus-fill::before {
  content: "\f693";
}
.bi-envelope-plus::before {
  content: "\f694";
}
.bi-envelope-slash-1::before {
  content: "\f695";
}
.bi-envelope-slash-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.bi-envelope-x-1::before {
  content: "\f698";
}
.bi-envelope-x-fill::before {
  content: "\f699";
}
.bi-envelope-x::before {
  content: "\f69a";
}
.bi-explicit-fill::before {
  content: "\f69b";
}
.bi-explicit::before {
  content: "\f69c";
}
.bi-git::before {
  content: "\f69d";
}
.bi-infinity::before {
  content: "\f69e";
}
.bi-list-columns-reverse::before {
  content: "\f69f";
}
.bi-list-columns::before {
  content: "\f6a0";
}
.bi-meta::before {
  content: "\f6a1";
}
.bi-mortorboard-fill::before {
  content: "\f6a2";
}
.bi-mortorboard::before {
  content: "\f6a3";
}
.bi-nintendo-switch::before {
  content: "\f6a4";
}
.bi-pc-display-horizontal::before {
  content: "\f6a5";
}
.bi-pc-display::before {
  content: "\f6a6";
}
.bi-pc-horizontal::before {
  content: "\f6a7";
}
.bi-pc::before {
  content: "\f6a8";
}
.bi-playstation::before {
  content: "\f6a9";
}
.bi-plus-slash-minus::before {
  content: "\f6aa";
}
.bi-projector-fill::before {
  content: "\f6ab";
}
.bi-projector::before {
  content: "\f6ac";
}
.bi-qr-code-scan::before {
  content: "\f6ad";
}
.bi-qr-code::before {
  content: "\f6ae";
}
.bi-quora::before {
  content: "\f6af";
}
.bi-quote::before {
  content: "\f6b0";
}
.bi-robot::before {
  content: "\f6b1";
}
.bi-send-check-fill::before {
  content: "\f6b2";
}
.bi-send-check::before {
  content: "\f6b3";
}
.bi-send-dash-fill::before {
  content: "\f6b4";
}
.bi-send-dash::before {
  content: "\f6b5";
}
.bi-send-exclamation-1::before {
  content: "\f6b6";
}
.bi-send-exclamation-fill::before {
  content: "\f6b7";
}
.bi-send-exclamation::before {
  content: "\f6b8";
}
.bi-send-fill::before {
  content: "\f6b9";
}
.bi-send-plus-fill::before {
  content: "\f6ba";
}
.bi-send-plus::before {
  content: "\f6bb";
}
.bi-send-slash-fill::before {
  content: "\f6bc";
}
.bi-send-slash::before {
  content: "\f6bd";
}
.bi-send-x-fill::before {
  content: "\f6be";
}
.bi-send-x::before {
  content: "\f6bf";
}
.bi-send::before {
  content: "\f6c0";
}
.bi-steam::before {
  content: "\f6c1";
}
.bi-terminal-dash-1::before {
  content: "\f6c2";
}
.bi-terminal-dash::before {
  content: "\f6c3";
}
.bi-terminal-plus::before {
  content: "\f6c4";
}
.bi-terminal-split::before {
  content: "\f6c5";
}
.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}
.bi-ticket-detailed::before {
  content: "\f6c7";
}
.bi-ticket-fill::before {
  content: "\f6c8";
}
.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}
.bi-ticket-perforated::before {
  content: "\f6ca";
}
.bi-ticket::before {
  content: "\f6cb";
}
.bi-tiktok::before {
  content: "\f6cc";
}
.bi-window-dash::before {
  content: "\f6cd";
}
.bi-window-desktop::before {
  content: "\f6ce";
}
.bi-window-fullscreen::before {
  content: "\f6cf";
}
.bi-window-plus::before {
  content: "\f6d0";
}
.bi-window-split::before {
  content: "\f6d1";
}
.bi-window-stack::before {
  content: "\f6d2";
}
.bi-window-x::before {
  content: "\f6d3";
}
.bi-xbox::before {
  content: "\f6d4";
}
.bi-ethernet::before {
  content: "\f6d5";
}
.bi-hdmi-fill::before {
  content: "\f6d6";
}
.bi-hdmi::before {
  content: "\f6d7";
}
.bi-usb-c-fill::before {
  content: "\f6d8";
}
.bi-usb-c::before {
  content: "\f6d9";
}
.bi-usb-fill::before {
  content: "\f6da";
}
.bi-usb-plug-fill::before {
  content: "\f6db";
}
.bi-usb-plug::before {
  content: "\f6dc";
}
.bi-usb-symbol::before {
  content: "\f6dd";
}
.bi-usb::before {
  content: "\f6de";
}
.bi-boombox-fill::before {
  content: "\f6df";
}
.bi-displayport-1::before {
  content: "\f6e0";
}
.bi-displayport::before {
  content: "\f6e1";
}
.bi-gpu-card::before {
  content: "\f6e2";
}
.bi-memory::before {
  content: "\f6e3";
}
.bi-modem-fill::before {
  content: "\f6e4";
}
.bi-modem::before {
  content: "\f6e5";
}
.bi-motherboard-fill::before {
  content: "\f6e6";
}
.bi-motherboard::before {
  content: "\f6e7";
}
.bi-optical-audio-fill::before {
  content: "\f6e8";
}
.bi-optical-audio::before {
  content: "\f6e9";
}
.bi-pci-card::before {
  content: "\f6ea";
}
.bi-router-fill::before {
  content: "\f6eb";
}
.bi-router::before {
  content: "\f6ec";
}
.bi-ssd-fill::before {
  content: "\f6ed";
}
.bi-ssd::before {
  content: "\f6ee";
}
.bi-thunderbolt-fill::before {
  content: "\f6ef";
}
.bi-thunderbolt::before {
  content: "\f6f0";
}
.bi-usb-drive-fill::before {
  content: "\f6f1";
}
.bi-usb-drive::before {
  content: "\f6f2";
}
.bi-usb-micro-fill::before {
  content: "\f6f3";
}
.bi-usb-micro::before {
  content: "\f6f4";
}
.bi-usb-mini-fill::before {
  content: "\f6f5";
}
.bi-usb-mini::before {
  content: "\f6f6";
}
.bi-cloud-haze2::before {
  content: "\f6f7";
}
.bi-device-hdd-fill::before {
  content: "\f6f8";
}
.bi-device-hdd::before {
  content: "\f6f9";
}
.bi-device-ssd-fill::before {
  content: "\f6fa";
}
.bi-device-ssd::before {
  content: "\f6fb";
}
.bi-displayport-fill::before {
  content: "\f6fc";
}
.bi-mortarboard-fill::before {
  content: "\f6fd";
}
.bi-mortarboard::before {
  content: "\f6fe";
}
.bi-terminal-x::before {
  content: "\f6ff";
}

/* public/assets/vendor/animate/animate.min.css */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, .95, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, .95, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  animation-name: swing;
  transform-origin: top center;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  100% {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    transform: translateZ(0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, 100% {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, 100% {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: .75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  animation-duration: .75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
  }
  100% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
  }
  100% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  animation-name: flip;
  backface-visibility: visible;
}
@keyframes flipInX {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}
@keyframes flipInY {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    transform: skewX(-5deg);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    transform: skewX(-5deg);
  }
  100% {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: .8s;
}
.animated.faster {
  animation-duration: .5s;
}
.animated.slow {
  animation-duration: 2s;
}
.animated.slower {
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

/* public/assets/vendor/aos/css/aos.min.css */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}
@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property:
      opacity,
      transform,
      -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property:
      opacity,
      transform,
      -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

/* public/assets/vendor/perfect-scrollbar/css/perfect-scrollbar.css */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* public/assets/vendor/metismenu/css/metisMenu.min.css */
/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.3
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
[dir=rtl] .metismenu .arrow {
  float: left;
}
.metismenu .glyphicon.arrow::before {
  content: "\e079";
}
.metismenu .mm-active > a > .glyphicon.arrow::before {
  content: "\e114";
}
.metismenu .fa.arrow::before {
  content: "\f104";
}
.metismenu .mm-active > a > .fa.arrow::before {
  content: "\f107";
}
.metismenu .ion.arrow::before {
  content: "\f3d2";
}
.metismenu .mm-active > a > .ion.arrow::before {
  content: "\f3d0";
}
.metismenu .plus-times {
  float: right;
}
[dir=rtl] .metismenu .plus-times {
  float: left;
}
.metismenu .fa.plus-times::before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-times {
  transform: rotate(45deg);
}
.metismenu .plus-minus {
  float: right;
}
[dir=rtl] .metismenu .plus-minus {
  float: left;
}
.metismenu .fa.plus-minus::before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-minus::before {
  content: "\f068";
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}
.metismenu .has-arrow {
  position: relative;
}
.metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out;
}
[dir=rtl] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translateY(-50%);
}
.metismenu .has-arrow[aria-expanded=true]::after,
.metismenu .mm-active > .has-arrow::after {
  transform: rotate(-135deg) translateY(-50%);
}
[dir=rtl] .metismenu .has-arrow[aria-expanded=true]::after,
[dir=rtl] .metismenu .mm-active > .has-arrow::after {
  transform: rotate(225deg) translateY(-50%);
}

/* public/assets/css/style.css */
.gradient_one {
  background-image:
    linear-gradient(
      to right,
      rgb(186 1 181 / 85%) 0%,
      rgb(103 25 255 / 85%) 100%);
}
.gradient-1 {
  background: #f0a907;
  background:
    linear-gradient(
      top,
      #f0a907 0%,
      #f53c79 100%);
  background:
    linear-gradient(
      top,
      #f0a907 0%,
      #f53c79 100%);
  background:
    linear-gradient(
      to bottom,
      #f0a907 0%,
      #f53c79 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0a907", endColorstr="#f53c79", GradientType=0);
}
.gradient-2 {
  background: #4dedf5;
  background:
    linear-gradient(
      top,
      #4dedf5 0%,
      #480ceb 100%);
  background:
    linear-gradient(
      top,
      #4dedf5 0%,
      #480ceb 100%);
  background:
    linear-gradient(
      to bottom,
      #4dedf5 0%,
      #480ceb 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dedf5", endColorstr="#480ceb", GradientType=0);
}
.gradient-3 {
  background: #51f5ae;
  background:
    linear-gradient(
      top,
      #51f5ae 0%,
      #3fbcda 100%);
  background:
    linear-gradient(
      top,
      #51f5ae 0%,
      #3fbcda 100%);
  background:
    linear-gradient(
      to bottom,
      #51f5ae 0%,
      #3fbcda 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51f5ae", endColorstr="#3fbcda", GradientType=0);
}
.gradient-4 {
  background: #f25521;
  background:
    linear-gradient(
      left,
      #f25521 0%,
      #f9c70a 100%);
  background:
    linear-gradient(
      left,
      #f25521 0%,
      #f9c70a 100%);
  background:
    linear-gradient(
      to right,
      #f25521 0%,
      #f9c70a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f25521", endColorstr="#f9c70a", GradientType=1);
}
.gradient-5 {
  background: #f53c79;
  background:
    linear-gradient(
      left,
      #f53c79 0%,
      #f0a907 100%);
  background:
    linear-gradient(
      left,
      #f53c79 0%,
      #f0a907 100%);
  background:
    linear-gradient(
      to right,
      #f53c79 0%,
      #f0a907 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f53c79", endColorstr="#f0a907", GradientType=1);
}
.gradient-6 {
  background: #36b9d8;
  background:
    linear-gradient(
      left,
      #36b9d8 0%,
      #4bffa2 100%);
  background:
    linear-gradient(
      left,
      #36b9d8 0%,
      #4bffa2 100%);
  background:
    linear-gradient(
      to right,
      #36b9d8 0%,
      #4bffa2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36b9d8", endColorstr="#4bffa2", GradientType=1);
}
.gradient-7 {
  background: #4400eb;
  background:
    linear-gradient(
      left,
      #4400eb 0%,
      #44e7f5 100%);
  background:
    linear-gradient(
      left,
      #4400eb 0%,
      #44e7f5 100%);
  background:
    linear-gradient(
      to right,
      #4400eb 0%,
      #44e7f5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4400eb", endColorstr="#44e7f5", GradientType=1);
}
.gradient-8 {
  background: #f7b00f;
  background:
    linear-gradient(
      top,
      #f7b00f 0%,
      #f25521 100%);
  background:
    linear-gradient(
      top,
      #f7b00f 0%,
      #f25521 100%);
  background:
    linear-gradient(
      to bottom,
      #f7b00f 0%,
      #f25521 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7B00F", endColorstr="#F25521", GradientType=1);
}
.gradient-9,
.datepicker.datepicker-dropdown td.day:hover,
.datepicker.datepicker-dropdown th.next:hover,
.datepicker.datepicker-dropdown th.prev:hover,
.datepicker table tr td.selected,
.datepicker table tr td.active,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #f31e7a !important;
  background:
    linear-gradient(
      left,
      #f31e7a 0%,
      #fd712c 100%);
  background:
    linear-gradient(
      left,
      #f31e7a 0%,
      #fd712c 100%);
  background:
    linear-gradient(
      to right,
      #f31e7a 0%,
      #fd712c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f31e7a", endColorstr="#fd712c", GradientType=1);
}
.gradient-10 {
  background: #f25521 !important;
  background:
    linear-gradient(
      left,
      #f25521 0%,
      #f9c70a 100%);
  background:
    linear-gradient(
      left,
      #f25521 0%,
      #f9c70a 100%);
  background:
    linear-gradient(
      to top,
      #f25521 0%,
      #f9c70a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f25521", endColorstr="#f9c70a", GradientType=1);
}
.gradient-11 {
  background: #3398fb;
  background:
    linear-gradient(
      left,
      #3398fb 0%,
      #8553ee 100%);
  background:
    linear-gradient(
      left,
      #3398fb 0%,
      #8553ee 100%);
  background:
    linear-gradient(
      to right,
      #3398fb 0%,
      #8553ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3398fb", endColorstr="#8553ee", GradientType=1);
}
.gradient-12 {
  background: #36e1b4;
  background:
    linear-gradient(
      left,
      #36e1b4 0%,
      #11cae7 100%);
  background:
    linear-gradient(
      left,
      #36e1b4 0%,
      #11cae7 100%);
  background:
    linear-gradient(
      to right,
      #36e1b4 0%,
      #11cae7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36e1b4", endColorstr="#11cae7", GradientType=1);
}
.gradient-13 {
  background: #ffbf31;
  background:
    linear-gradient(
      left,
      #ffbf31 0%,
      #ff890e 100%);
  background:
    linear-gradient(
      left,
      #ffbf31 0%,
      #ff890e 100%);
  background:
    linear-gradient(
      to right,
      #ffbf31 0%,
      #ff890e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf31", endColorstr="#ff890e", GradientType=1);
}
.gradient-14 {
  background: #23bdb8;
  background:
    linear-gradient(
      -45deg,
      #23bdb8 0%,
      #43e794 100%);
  background:
    linear-gradient(
      -45deg,
      #23bdb8 0%,
      #43e794 100%);
  background:
    linear-gradient(
      135deg,
      #23bdb8 0%,
      #43e794 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23bdb8", endColorstr="#43e794", GradientType=1);
}
.gradient-15 {
  background: #9a56ff;
  background:
    linear-gradient(
      -45deg,
      #9a56ff 0%,
      #e36cd9 100%);
  background:
    linear-gradient(
      -45deg,
      #9a56ff 0%,
      #e36cd9 100%);
  background:
    linear-gradient(
      135deg,
      #9a56ff 0%,
      #e36cd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a56ff", endColorstr="#e36cd9", GradientType=1);
}
.gradient-16 {
  background: #f48665;
  background:
    linear-gradient(
      -45deg,
      #f48665 0%,
      #fda23f 100%);
  background:
    linear-gradient(
      -45deg,
      #f48665 0%,
      #fda23f 100%);
  background:
    linear-gradient(
      135deg,
      #f48665 0%,
      #fda23f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f48665", endColorstr="#fda23f", GradientType=1);
}
.gradient-17 {
  background: #e36cd9;
  background:
    linear-gradient(
      -45deg,
      #e36cd9 0%,
      #fe60ae 100%);
  background:
    linear-gradient(
      -45deg,
      #e36cd9 0%,
      #fe60ae 100%);
  background:
    linear-gradient(
      135deg,
      #e36cd9 0%,
      #fe60ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e36cd9", endColorstr="#fe60ae", GradientType=1);
}
.gradient-18 {
  background: #a15cff;
  background:
    linear-gradient(
      left,
      #a15cff 0%,
      #ce82fd 100%);
  background:
    linear-gradient(
      left,
      #a15cff 0%,
      #ce82fd 100%);
  background:
    linear-gradient(
      to right,
      #a15cff 0%,
      #ce82fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a15cff", endColorstr="#ce82fd", GradientType=1);
}
:root {
  --blue: #5e72e4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ee3232;
  --orange: #f90;
  --yellow: #fffa6f;
  --green: #297f00;
  --teal: #20c997;
  --cyan: #3065d0;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #589cc9;
  --secondary: #ac4cbc;
  --success: #68cf29;
  --info: #3a82ef;
  --warning: #ffab2d;
  --danger: #f72b50;
  --light: #c8c8c8;
  --dark: #6e6e6e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440;
  --font-family-sans-serif:
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    roboto,
    "Helvetica Neue",
    arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    sfmono-regular,
    menlo,
    monaco,
    consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7e7e7e;
  text-align: left;
  background-color: #fbfbfb;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #589cc9;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1a172f;
  text-decoration: underline;
}
a:not([href], [tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href], [tabindex]):hover,
a:not([href], [tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href], [tabindex]):focus {
  outline: 0;
}
.payment-link {
  color: #3787bd;
  background-color: transparent;
}
.payment-link:hover {
  color: #0969aa;
  text-decoration: underline;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #89879f;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  appearance: none;
}
[type=search]::-webkit-search-decoration {
  appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #3d4465;
}
h1,
.h1 {
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.938rem;
}
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(0 0 0 / 10%);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fbfbfb;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (width >=576px) {
  .container {
    max-width: 540px;
  }
}
@media (width >=768px) {
  .container {
    max-width: 720px;
  }
}
@media (width >=992px) {
  .container {
    max-width: 960px;
  }
}
@media (width >=1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (width >=576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (width >=768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (width >=992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (width >=1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (width >=1440) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #7e7e7e;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eee;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}
.table tbody + tbody {
  border-top: 2px solid #eee;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #eee;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eee;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 5%);
}
.table-hover tbody tr:hover {
  color: #7e7e7e;
  background-color: rgb(0 0 0 / 7.5%);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c7c5d3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9693ad;
}
.table-hover .table-primary:hover {
  background-color: #b9b7c8;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b9b7c8;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e8cdec;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d4a2dc;
}
.table-hover .table-secondary:hover {
  background-color: #e0bbe5;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e0bbe5;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d5f2c3;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b0e690;
}
.table-hover .table-success:hover {
  background-color: #c6edae;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c6edae;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c8dcfb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #99bef7;
}
.table-hover .table-info:hover {
  background-color: #b0cdf9;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b0cdf9;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe7c4;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd392;
}
.table-hover .table-warning:hover {
  background-color: #ffddab;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffddab;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fdc4ce;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fb91a4;
}
.table-hover .table-danger:hover {
  background-color: #fcabba;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fcabba;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f0f0f0;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #e2e2e2;
}
.table-hover .table-light:hover {
  background-color: #e3e3e3;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e3e3e3;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d6d6d6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #b4b4b4;
}
.table-hover .table-dark:hover {
  background-color: #c9c9c9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c9c9c9;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgb(0 0 0 / 7.5%);
}
.table-hover .table-active:hover {
  background-color: rgb(0 0 0 / 7.5%);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgb(0 0 0 / 7.5%);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #eee;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(255 255 255 / 5%);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgb(255 255 255 / 7.5%);
}
@media (width <=575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (width <=767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (width <=991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (width <=1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (width <=1439.98) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d7dae3;
  border-radius: 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6a60b1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #7e7e7e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #89879f;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #68cf29;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgb(104 207 41 / 90%);
  border-radius: 0.75rem;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #68cf29;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368CF29' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #68cf29;
  box-shadow: 0 0 0 0.2rem rgb(104 207 41 / 25%);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #68cf29;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368CF29' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #68cf29;
  box-shadow: 0 0 0 0.2rem rgb(104 207 41 / 25%);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #68cf29;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #68cf29;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #68cf29;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #84dc4f;
  background-color: #84dc4f;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(104 207 41 / 25%);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #68cf29;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #68cf29;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #68cf29;
  box-shadow: 0 0 0 0.2rem rgb(104 207 41 / 25%);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f72b50;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgb(247 43 80 / 90%);
  border-radius: 0.75rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #f72b50;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f72b50' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f72b50' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f72b50;
  box-shadow: 0 0 0 0.2rem rgb(247 43 80 / 25%);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f72b50;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f72b50' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f72b50' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f72b50;
  box-shadow: 0 0 0 0.2rem rgb(247 43 80 / 25%);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #f72b50;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #f72b50;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f72b50;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f95c79;
  background-color: #f95c79;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(247 43 80 / 25%);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f72b50;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f72b50;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f72b50;
  box-shadow: 0 0 0 0.2rem rgb(247 43 80 / 25%);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (width >=576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #7e7e7e;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #589cc9;
  border-color: #589cc9;
}
.btn-primary:hover {
  color: #fff;
  background-color: #282348;
  border-color: #231f40;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(84 79 122 / 50%);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #589cc9;
  border-color: #589cc9;
}
.btn-primary:not(:disabled, .disabled):active,
.btn-primary:not(:disabled, .disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #231f40;
  border-color: #1e1b37;
}
.btn-primary:not(:disabled, .disabled):active:focus,
.btn-primary:not(:disabled, .disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(84 79 122 / 50%);
}
.btn-secondary {
  color: #fff;
  background-color: #ac4cbc;
  border-color: #ac4cbc;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #963da4;
  border-color: #8d3a9b;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgb(184 103 198 / 50%);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #ac4cbc;
  border-color: #ac4cbc;
}
.btn-secondary:not(:disabled, .disabled):active,
.btn-secondary:not(:disabled, .disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #8d3a9b;
  border-color: #853792;
}
.btn-secondary:not(:disabled, .disabled):active:focus,
.btn-secondary:not(:disabled, .disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(184 103 198 / 50%);
}
.btn-success {
  color: #212529;
  background-color: #68cf29;
  border-color: #68cf29;
}
.btn-success:hover {
  color: #fff;
  background-color: #58af23;
  border-color: #53a421;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgb(93 182 41 / 50%);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #68cf29;
  border-color: #68cf29;
}
.btn-success:not(:disabled, .disabled):active,
.btn-success:not(:disabled, .disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #53a421;
  border-color: #4d9a1e;
}
.btn-success:not(:disabled, .disabled):active:focus,
.btn-success:not(:disabled, .disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(93 182 41 / 50%);
}
.btn-info {
  color: #fff;
  background-color: #3a82ef;
  border-color: #3a82ef;
}
.btn-info:hover {
  color: #fff;
  background-color: #176cec;
  border-color: #1266e4;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgb(88 149 241 / 50%);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #3a82ef;
  border-color: #3a82ef;
}
.btn-info:not(:disabled, .disabled):active,
.btn-info:not(:disabled, .disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1266e4;
  border-color: #1260d8;
}
.btn-info:not(:disabled, .disabled):active:focus,
.btn-info:not(:disabled, .disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(88 149 241 / 50%);
}
.btn-warning {
  color: #212529;
  background-color: #ffab2d;
  border-color: #ffab2d;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ff9c07;
  border-color: #f99500;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgb(222 151 44 / 50%);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffab2d;
  border-color: #ffab2d;
}
.btn-warning:not(:disabled, .disabled):active,
.btn-warning:not(:disabled, .disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f99500;
  border-color: #ec8e00;
}
.btn-warning:not(:disabled, .disabled):active:focus,
.btn-warning:not(:disabled, .disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(222 151 44 / 50%);
}
.btn-danger {
  color: #fff;
  background-color: #f72b50;
  border-color: #f72b50;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f30933;
  border-color: #e60931;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgb(248 75 106 / 50%);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f72b50;
  border-color: #f72b50;
}
.btn-danger:not(:disabled, .disabled):active,
.btn-danger:not(:disabled, .disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e60931;
  border-color: #da082e;
}
.btn-danger:not(:disabled, .disabled):active:focus,
.btn-danger:not(:disabled, .disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(248 75 106 / 50%);
}
.btn-light {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-light:hover {
  color: #212529;
  background-color: #b5b5b5;
  border-color: #afafaf;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgb(175 176 176 / 50%);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-light:not(:disabled, .disabled):active,
.btn-light:not(:disabled, .disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #afafaf;
  border-color: #a8a8a8;
}
.btn-light:not(:disabled, .disabled):active:focus,
.btn-light:not(:disabled, .disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(175 176 176 / 50%);
}
.btn-dark {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-dark:hover {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #555;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgb(132 132 132 / 50%);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-dark:not(:disabled, .disabled):active,
.btn-dark:not(:disabled, .disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #555;
  border-color: #4e4e4e;
}
.btn-dark:not(:disabled, .disabled):active:focus,
.btn-dark:not(:disabled, .disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(132 132 132 / 50%);
}
.btn-outline-primary {
  color: #589cc9;
  border-color: #589cc9;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #589cc9;
  border-color: #589cc9;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 50%);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #589cc9;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled, .disabled):active,
.btn-outline-primary:not(:disabled, .disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #589cc9;
  border-color: #589cc9;
}
.btn-outline-primary:not(:disabled, .disabled):active:focus,
.btn-outline-primary:not(:disabled, .disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 50%);
}
.btn-outline-secondary {
  color: #ac4cbc;
  border-color: #ac4cbc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ac4cbc;
  border-color: #ac4cbc;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgb(172 76 188 / 50%);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ac4cbc;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled, .disabled):active,
.btn-outline-secondary:not(:disabled, .disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ac4cbc;
  border-color: #ac4cbc;
}
.btn-outline-secondary:not(:disabled, .disabled):active:focus,
.btn-outline-secondary:not(:disabled, .disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(172 76 188 / 50%);
}
.btn-outline-success {
  color: #68cf29;
  border-color: #68cf29;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #68cf29;
  border-color: #68cf29;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgb(104 207 41 / 50%);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #68cf29;
  background-color: transparent;
}
.btn-outline-success:not(:disabled, .disabled):active,
.btn-outline-success:not(:disabled, .disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #68cf29;
  border-color: #68cf29;
}
.btn-outline-success:not(:disabled, .disabled):active:focus,
.btn-outline-success:not(:disabled, .disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(104 207 41 / 50%);
}
.btn-outline-info {
  color: #3a82ef;
  border-color: #3a82ef;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3a82ef;
  border-color: #3a82ef;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgb(58 130 239 / 50%);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #3a82ef;
  background-color: transparent;
}
.btn-outline-info:not(:disabled, .disabled):active,
.btn-outline-info:not(:disabled, .disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3a82ef;
  border-color: #3a82ef;
}
.btn-outline-info:not(:disabled, .disabled):active:focus,
.btn-outline-info:not(:disabled, .disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(58 130 239 / 50%);
}
.btn-outline-warning {
  color: #ffab2d;
  border-color: #ffab2d;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffab2d;
  border-color: #ffab2d;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgb(255 171 45 / 50%);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffab2d;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled, .disabled):active,
.btn-outline-warning:not(:disabled, .disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffab2d;
  border-color: #ffab2d;
}
.btn-outline-warning:not(:disabled, .disabled):active:focus,
.btn-outline-warning:not(:disabled, .disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 171 45 / 50%);
}
.btn-outline-danger {
  color: #f72b50;
  border-color: #f72b50;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f72b50;
  border-color: #f72b50;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgb(247 43 80 / 50%);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f72b50;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled, .disabled):active,
.btn-outline-danger:not(:disabled, .disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f72b50;
  border-color: #f72b50;
}
.btn-outline-danger:not(:disabled, .disabled):active:focus,
.btn-outline-danger:not(:disabled, .disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(247 43 80 / 50%);
}
.btn-outline-light {
  color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgb(200 200 200 / 50%);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #c8c8c8;
  background-color: transparent;
}
.btn-outline-light:not(:disabled, .disabled):active,
.btn-outline-light:not(:disabled, .disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-outline-light:not(:disabled, .disabled):active:focus,
.btn-outline-light:not(:disabled, .disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(200 200 200 / 50%);
}
.btn-outline-dark {
  color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgb(110 110 110 / 50%);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #6e6e6e;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled, .disabled):active,
.btn-outline-dark:not(:disabled, .disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-outline-dark:not(:disabled, .disabled):active:focus,
.btn-outline-dark:not(:disabled, .disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(110 110 110 / 50%);
}
.btn-link {
  font-weight: 400;
  color: #589cc9;
  text-decoration: none;
}
.btn-link:hover {
  color: #1a172f;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #7e7e7e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 0.75rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (width >=576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (width >=768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (width >=992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (width >=1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (width >=1440) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #589cc9;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child, .dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child, .dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #d7dae3;
  border-radius: 0.75rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child, .dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #589cc9;
  background-color: #589cc9;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6a60b1;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #8a82c2;
  border-color: #8a82c2;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.75rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #589cc9;
  background-color: #589cc9;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgb(54 48 98 / 50%);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgb(54 48 98 / 50%);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgb(54 48 98 / 50%);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgb(54 48 98 / 50%);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #d7dae3;
  border-radius: 0.75rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #6a60b1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #6a60b1;
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input[lang=en] ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #d7dae3;
  border-radius: 0.75rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.75rem 0.75rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fbfbfb, 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fbfbfb, 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fbfbfb, 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #589cc9;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #8a82c2;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #589cc9;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #8a82c2;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #589cc9;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #8a82c2;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fbfbfb;
  border-color: #dee2e6 #dee2e6 #fbfbfb;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.75rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #589cc9;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.75rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (width <=575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >=576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (width <=767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >=768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (width <=991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >=992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (width <=1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >=1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (width <=1439.98) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >=1440) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgb(0 0 0 / 90%);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgb(0 0 0 / 90%);
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0 / 50%);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgb(0 0 0 / 70%);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgb(0 0 0 / 30%);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgb(0 0 0 / 90%);
}
.navbar-light .navbar-toggler {
  color: rgb(0 0 0 / 50%);
  border-color: rgb(0 0 0 / 10%);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgb(0 0 0 / 50%);
}
.navbar-light .navbar-text a {
  color: rgb(0 0 0 / 90%);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgb(0 0 0 / 90%);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255 / 50%);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(255 255 255 / 75%);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgb(255 255 255 / 25%);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgb(255 255 255 / 50%);
  border-color: rgb(255 255 255 / 10%);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgb(255 255 255 / 50%);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(0 0 0 / 12.5%);
  border-radius: 0.75rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.card-body {
  flex: 1 1 auto;
  padding: .75rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem;
  margin-bottom: 0;
  background-color: rgb(0 0 0 / 3%);
  border-bottom: 1px solid rgb(0 0 0 / 12.5%);
}
.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgb(0 0 0 / 3%);
  border-top: 1px solid rgb(0 0 0 / 12.5%);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  inset: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.75rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (width >=576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (width >=576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (width >=576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type, :last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.75rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.75rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #589cc9;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1a172f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 25%);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #589cc9;
  border-color: #589cc9;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.75rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #589cc9;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #231f40;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(54 48 98 / 50%);
}
.badge-secondary {
  color: #fff;
  background-color: #ac4cbc;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #8d3a9b;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(172 76 188 / 50%);
}
.badge-success {
  color: #212529;
  background-color: #68cf29;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #53a421;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(104 207 41 / 50%);
}
.badge-info {
  color: #fff;
  background-color: #3a82ef;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #1266e4;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(58 130 239 / 50%);
}
.badge-warning {
  color: #212529;
  background-color: #ffab2d;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #f99500;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 171 45 / 50%);
}
.badge-danger {
  color: #fff;
  background-color: #f72b50;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #e60931;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(247 43 80 / 50%);
}
.badge-light {
  color: #212529;
  background-color: #c8c8c8;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #afafaf;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(200 200 200 / 50%);
}
.badge-dark {
  color: #fff;
  background-color: #6e6e6e;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #555;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(110 110 110 / 50%);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (width >=576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #1c1933;
  background-color: #d7d6e0;
  border-color: #c7c5d3;
}
.alert-primary hr {
  border-top-color: #b9b7c8;
}
.alert-primary .alert-link {
  color: #090811;
}
.alert-secondary {
  color: #592862;
  background-color: #eedbf2;
  border-color: #e8cdec;
}
.alert-secondary hr {
  border-top-color: #e0bbe5;
}
.alert-secondary .alert-link {
  color: #38193e;
}
.alert-success {
  color: #366c15;
  background-color: #e1f5d4;
  border-color: #d5f2c3;
}
.alert-success hr {
  border-top-color: #c6edae;
}
.alert-success .alert-link {
  color: #21410d;
}
.alert-info {
  color: #1e447c;
  background-color: #d8e6fc;
  border-color: #c8dcfb;
}
.alert-info hr {
  border-top-color: #b0cdf9;
}
.alert-info .alert-link {
  color: #142d53;
}
.alert-warning {
  color: #855917;
  background-color: #ffeed5;
  border-color: #ffe7c4;
}
.alert-warning hr {
  border-top-color: #ffddab;
}
.alert-warning .alert-link {
  color: #5a3c0f;
}
.alert-danger {
  color: #80162a;
  background-color: #fdd5dc;
  border-color: #fdc4ce;
}
.alert-danger hr {
  border-top-color: #fcabba;
}
.alert-danger .alert-link {
  color: #540f1c;
}
.alert-light {
  color: #686868;
  background-color: #f4f4f4;
  border-color: #f0f0f0;
}
.alert-light hr {
  border-top-color: #e3e3e3;
}
.alert-light .alert-link {
  color: #4f4f4f;
}
.alert-dark {
  color: #393939;
  background-color: #e2e2e2;
  border-color: #d6d6d6;
}
.alert-dark hr {
  border-top-color: #c9c9c9;
}
.alert-dark .alert-link {
  color: #202020;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.75rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #589cc9;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgb(255 255 255 / 15%) 25%,
      transparent 25%,
      transparent 50%,
      rgb(255 255 255 / 15%) 50%,
      rgb(255 255 255 / 15%) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #7e7e7e;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 12.5%);
}
.list-group-item:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #589cc9;
  border-color: #589cc9;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0;
}
@media (width >=576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
}
@media (width >=768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
}
@media (width >=992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
}
@media (width >=1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
}
@media (width >=1440) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #1c1933;
  background-color: #c7c5d3;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1c1933;
  background-color: #b9b7c8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1c1933;
  border-color: #1c1933;
}
.list-group-item-secondary {
  color: #592862;
  background-color: #e8cdec;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #592862;
  background-color: #e0bbe5;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #592862;
  border-color: #592862;
}
.list-group-item-success {
  color: #366c15;
  background-color: #d5f2c3;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #366c15;
  background-color: #c6edae;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #366c15;
  border-color: #366c15;
}
.list-group-item-info {
  color: #1e447c;
  background-color: #c8dcfb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #1e447c;
  background-color: #b0cdf9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1e447c;
  border-color: #1e447c;
}
.list-group-item-warning {
  color: #855917;
  background-color: #ffe7c4;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #855917;
  background-color: #ffddab;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855917;
  border-color: #855917;
}
.list-group-item-danger {
  color: #80162a;
  background-color: #fdc4ce;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #80162a;
  background-color: #fcabba;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #80162a;
  border-color: #80162a;
}
.list-group-item-light {
  color: #686868;
  background-color: #f0f0f0;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #686868;
  background-color: #e3e3e3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}
.list-group-item-dark {
  color: #393939;
  background-color: #d6d6d6;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #393939;
  background-color: #c9c9c9;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
}
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled, .disabled):hover,
.close:not(:disabled, .disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgb(255 255 255 / 85%);
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 10%);
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgb(255 255 255 / 85%);
  background-clip: padding-box;
  border-bottom: 1px solid rgb(0 0 0 / 5%);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow: hidden auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem !important;
  border-bottom: 0 !important;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  font-size: 28px;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eee;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (width >=576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (width >=992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}
@media (width >=1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.75rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgb(0 0 0 / 25%);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(0 0 0 / 25%);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgb(0 0 0 / 25%);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgb(0 0 0 / 25%);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #3d4465;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #7e7e7e;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #589cc9 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #231f40 !important;
}
.bg-secondary {
  background-color: #ac4cbc !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #8d3a9b !important;
}
.bg-success {
  background-color: #68cf29 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #53a421 !important;
}
.bg-info {
  background-color: #3a82ef !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1266e4 !important;
}
.bg-warning {
  background-color: #ffab2d !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f99500 !important;
}
.bg-danger {
  background-color: #f72b50 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e60931 !important;
}
.bg-light {
  background-color: #c8c8c8 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #afafaf !important;
}
.bg-dark {
  background-color: #6e6e6e !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #555 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #eee !important;
}
.border-top {
  border-top: 1px solid #eee !important;
}
.border-right {
  border-right: 1px solid #eee !important;
}
.border-bottom {
  border-bottom: 1px solid #eee !important;
}
.border-left {
  border-left: 1px solid #eee !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #589cc9 !important;
}
.border-secondary {
  border-color: #ac4cbc !important;
}
.border-success {
  border-color: #68cf29 !important;
}
.border-info {
  border-color: #3a82ef !important;
}
.border-warning {
  border-color: #ffab2d !important;
}
.border-danger {
  border-color: #f72b50 !important;
}
.border-light {
  border-color: #c8c8c8 !important;
}
.border-dark {
  border-color: #6e6e6e !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.75rem !important;
}
.rounded-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-right {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-left {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (width >=576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (width >=768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (width >=992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (width >=1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (width >=1440) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.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;
}
@media (width >=576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (width >=768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (width >=992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (width >=1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (width >=1440) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (width >=576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (width >=768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (width >=992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (width >=1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (width >=1440) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 7.5%) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 17.5%) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgb(0 0 0 / 0%);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (width >=576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (width >=768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (width >=992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (width >=1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (width >=1440) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (width >=576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (width >=768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (width >=992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (width >=1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (width >=1440) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #589cc9 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1a172f !important;
}
.text-secondary {
  color: #ac4cbc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7c3388 !important;
}
.text-success {
  color: #68cf29 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #488f1c !important;
}
.text-info {
  color: #3a82ef !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #115bcc !important;
}
.text-warning {
  color: #ffab2d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e08600 !important;
}
.text-danger {
  color: #f72b50 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ce082c !important;
}
.text-light {
  color: #c8c8c8 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #a2a2a2 !important;
}
.text-dark {
  color: #6e6e6e !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #484848 !important;
}
.text-body {
  color: #7e7e7e !important;
}
.text-muted {
  color: #89879f !important;
}
.text-black-50 {
  color: rgb(0 0 0 / 50%) !important;
}
.text-white-50 {
  color: rgb(255 255 255 / 50%) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #eee;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #eee;
  }
}
.c-pointer {
  cursor: pointer;
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #589cc9;
}
body {
  overflow-x: hidden;
  height: 100%;
  position: relative;
  max-width: 100%;
  font-size: 1rem;
}
@media only screen and (width <=991px) {
  body {
    font-size: 0.875rem;
  }
}
p {
  line-height: 1.8;
}
.box-shadow-none {
  box-shadow: none !important;
}
#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
}
#main-wrapper.show {
  opacity: 1;
}
.rounded-lg {
  border-radius: 0.75rem;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #7e7e7e;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.active {
  text-decoration: none;
}
.fs-12 {
  font-size: 12px !important;
  line-height: 1.3;
}
.fs-13 {
  font-size: 13px !important;
  line-height: 1.4;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1.5;
}
.fs-15 {
  font-size: 14px !important;
  line-height: 1.5;
}
.fs-16 {
  font-size: 16px !important;
  line-height: 1.5;
}
.fs-18 {
  font-size: 18px !important;
  line-height: 1.5;
}
.fs-20 {
  font-size: 20px !important;
  line-height: 1.5;
}
.fs-22 {
  font-size: 22px !important;
  line-height: 1.5;
}
.fs-24 {
  font-size: 24px !important;
  line-height: 1.4;
}
.fs-26 {
  font-size: 26px !important;
  line-height: 1.4;
}
.fs-28 {
  font-size: 28px !important;
  line-height: 1.4;
}
.fs-30 {
  font-size: 30px !important;
  line-height: 1.4;
}
.fs-32 {
  font-size: 32px !important;
  line-height: 1.25;
}
.fs-34 {
  font-size: 34px !important;
  line-height: 1.25;
}
.fs-35 {
  font-size: 35px !important;
  line-height: 1.25;
}
.fs-36 {
  font-size: 36px !important;
  line-height: 1.25;
}
.fs-38 {
  font-size: 38px !important;
  line-height: 1.25;
}
.fs-46 {
  font-size: 46px !important;
  line-height: 1.25;
}
.fs-48 {
  font-size: 48px !important;
  line-height: 1.25;
}
.font-w100 {
  font-weight: 100;
}
.font-w200 {
  font-weight: 200;
}
.font-w300 {
  font-weight: 300;
}
.font-w400 {
  font-weight: 400;
}
.font-w500 {
  font-weight: 500;
}
.font-w600 {
  font-weight: 600;
}
.font-w700 {
  font-weight: 700;
}
.font-w800 {
  font-weight: 800;
}
.font-w900 {
  font-weight: 900;
}
.w-space-no {
  white-space: nowrap;
}
.content-body .container {
  margin-top: 40px;
}
.content-body .container-fluid {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (width <=767px) {
  .content-body .container-fluid {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (width <=575px) {
  .content-body .container-fluid {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.sp4,
.sp4 {
  margin-left: -2px;
  margin-right: -2px;
}
.row.sp4 [class*=col-],
.sp4 [class*=col-] {
  padding-left: 2px;
  padding-right: 2px;
}
.op1 {
  opacity: 0.1;
}
.op2 {
  opacity: 0.2;
}
.op3 {
  opacity: 0.3;
}
.op4 {
  opacity: 0.4;
}
.op5 {
  opacity: 0.5;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.content-heading {
  font-size: 16px;
  margin-bottom: 1.875rem;
  margin-top: 3.125rem;
  border-bottom: 1px solid #d7dae3;
  padding-bottom: 10px;
}
.btn-primary:not(:disabled, .disabled):active:focus,
.btn-primary:not(:disabled, .disabled).active:focus {
  box-shadow: none;
}
.vh-100 {
  height: 100vh !important;
}
.support-ticket {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 999999;
}
.support-ticket-btn {
  width: 100px;
  background: #7cb442;
  animation: 0.7s ease-in-out 0s infinite alternate none running crescendo;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px 7px;
  text-align: center;
  display: inline-block;
  box-shadow: rgb(124 180 66 / 70%) 0 8px 35px 0;
}
.support-ticket-btn:hover,
.support-ticket-btn:focus {
  color: #fff;
}
.text-blue {
  color: #5e72e4;
}
.text-indigo {
  color: #6610f2;
}
.text-purple {
  color: #6f42c1;
}
.text-pink {
  color: #e83e8c;
}
.text-red {
  color: #ee3232;
}
.text-orange {
  color: #f90;
}
.text-yellow {
  color: #fffa6f;
}
.text-green {
  color: #297f00;
}
.text-teal {
  color: #20c997;
}
.text-cyan {
  color: #3065d0;
}
.bg-gray-dark {
  background: #b05043 !important;
}
.bg-purpal {
  background: #4d06a5 !important;
}
.bg-red {
  background: #ff4961 !important;
}
.bg-blue-dark {
  background: #fd7e14 !important;
}
.bg-blue {
  background: #ffc107 !important;
}
.bg-blue-light {
  background: #fff !important;
}
.bg-green-light {
  background: #20c997 !important;
}
.bg-green {
  background: #60d3e5 !important;
}
.bg-black {
  background: #000;
}
.text-black {
  color: #000 !important;
}
.dz-scroll {
  position: relative;
}
.scale1 {
  transform: scale(1.1);
  display: inline-block;
}
.scale2 {
  transform: scale(1.2);
  display: inline-block;
}
.scale3 {
  transform: scale(1.3);
  display: inline-block;
}
.scale4 {
  transform: scale(1.4);
  display: inline-block;
}
.scale5 {
  transform: scale(1.5);
  display: inline-block;
}
.scale-2 {
  transform: scale(2);
  display: inline-block;
}
@keyframes crescendo {
  from {
    transform: translateY(5px) scale(0.8);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
.height10 {
  height: 10px;
}
.height20 {
  height: 20px;
}
.height30 {
  height: 30px;
}
.height40 {
  height: 40px;
}
.height50 {
  height: 50px;
}
.height60 {
  height: 60px;
}
.height70 {
  height: 70px;
}
.height80 {
  height: 80px;
}
.height90 {
  height: 90px;
}
.height100 {
  height: 100px;
}
.height110 {
  height: 110px;
}
.height120 {
  height: 120px;
}
.height130 {
  height: 130px;
}
.height140 {
  height: 140px;
}
.height150 {
  height: 150px;
}
.height160 {
  height: 160px;
}
.height170 {
  height: 170px;
}
.height180 {
  height: 180px;
}
.height190 {
  height: 190px;
}
.height200 {
  height: 200px;
}
.height210 {
  height: 210px;
}
.height220 {
  height: 220px;
}
.height230 {
  height: 230px;
}
.height240 {
  height: 240px;
}
.height250 {
  height: 250px;
}
.height260 {
  height: 260px;
}
.height270 {
  height: 270px;
}
.height280 {
  height: 280px;
}
.height290 {
  height: 290px;
}
.height300 {
  height: 300px;
}
.height310 {
  height: 310px;
}
.height320 {
  height: 320px;
}
.height330 {
  height: 330px;
}
.height340 {
  height: 340px;
}
.height350 {
  height: 350px;
}
.height360 {
  height: 360px;
}
.height370 {
  height: 370px;
}
.height380 {
  height: 380px;
}
.height390 {
  height: 390px;
}
.height400 {
  height: 400px;
}
.height415 {
  height: 415px;
}
.height500 {
  height: 500px;
}
.height600 {
  height: 600px;
}
.height630 {
  height: 630px;
}
.height720 {
  height: 720px;
}
.height750 {
  height: 750px;
}
.height800 {
  height: 800px;
}
.width10 {
  width: 10px;
}
.width20 {
  width: 20px;
}
.width30 {
  width: 30px;
}
.width40 {
  width: 40px;
}
.width50 {
  width: 50px;
}
.width60 {
  width: 60px;
}
.width70 {
  width: 70px;
}
.width80 {
  width: 80px;
}
.width90 {
  width: 90px;
}
.width100 {
  width: 100px;
}
.width110 {
  width: 110px;
}
.width120 {
  width: 120px;
}
.width130 {
  width: 130px;
}
.width140 {
  width: 140px;
}
.width150 {
  width: 150px;
}
.width160 {
  width: 160px;
}
.width170 {
  width: 170px;
}
.width180 {
  width: 180px;
}
.width190 {
  width: 190px;
}
.width200 {
  width: 200px;
}
.width210 {
  width: 210px;
}
.width220 {
  width: 220px;
}
.width230 {
  width: 230px;
}
.width240 {
  width: 240px;
}
.width250 {
  width: 250px;
}
.width260 {
  width: 260px;
}
.width270 {
  width: 270px;
}
.width280 {
  width: 280px;
}
.width290 {
  width: 290px;
}
.width300 {
  width: 300px;
}
.width310 {
  width: 310px;
}
.width320 {
  width: 320px;
}
.width330 {
  width: 330px;
}
.width340 {
  width: 340px;
}
.width350 {
  width: 350px;
}
.width360 {
  width: 360px;
}
.width370 {
  width: 370px;
}
.width380 {
  width: 380px;
}
.width390 {
  width: 390px;
}
.width400 {
  width: 400px;
}
@keyframes gXGDoR {
  from {
    transform: translateY(5px) scale(0.8);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
@keyframes crescendo {
  from {
    transform: translateY(5px) scale(0.8);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
@keyframes gXGDoR {
  from {
    transform: translateY(5px) scale(0.8);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
@media only screen and (width >=1200px) and (width <=1600px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
}
.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #589cc9;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.footer {
  padding-left: 17.1875rem;
  background-color: #fbfbfb;
  font-size: 13px;
}
.footer .copyright {
  padding: 0.9375rem;
}
.footer .copyright p {
  text-align: center;
  margin: 0;
}
.footer .copyright a {
  color: #589cc9;
}
[data-sidebar-style=mini] .nav-control,
[data-layout=horizontal] .nav-control {
  display: none;
}
@media only screen and (width <=767px) {
  [data-sidebar-style=overlay] .nav-header .logo-abbr {
    display: block;
  }
}
[data-header-position=fixed] .nav-header {
  position: fixed;
  left: auto;
}
.nav-header {
  height: 5.5rem;
  width: 21.563rem;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.2s ease;
  z-index: 5;
  box-shadow: 0 -10px 30px 0 rgb(0 0 0 / 2%);
}
.nav-header .logo-abbr {
  min-width: 50px;
}
@media only screen and (width <=575px) {
  .nav-header .logo-abbr {
    min-width: 35px;
  }
}
.nav-header .logo-compact {
  display: none;
}
@media only screen and (width <=1350px) {
  .nav-header {
    width: 17rem;
  }
}
.nav-header .brand-logo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
}
.nav-header .brand-logo img {
  width: 100%;
  object-fit: cover;
}
[data-sidebar-style=compact] .nav-header .brand-logo,
[data-sidebar-style=mini] .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
@media only screen and (width <=767px) {
  .nav-header .brand-logo {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
}
.nav-header .brand-title {
  margin-left: 20px;
  max-width: 120px;
  margin-top: 5px;
}
@media only screen and (width <=1199px) {
  .nav-header {
    height: 5rem;
  }
}
@media only screen and (width <=1023px) {
  .nav-header {
    width: 5rem;
  }
  .nav-header .brand-title {
    display: none;
  }
}
.nav-control {
  cursor: pointer;
  position: absolute;
  right: -4.0625rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  font-size: 1.4rem;
  padding: 2px 0.5rem 0;
  border-radius: 2px;
}
@media only screen and (width <=767px) {
  .nav-control {
    right: -2.75rem;
  }
}
@media only screen and (width <=575px) {
  .nav-control {
    right: -2.75rem;
  }
}
.hamburger {
  display: inline-block;
  left: 0;
  position: relative;
  top: 3px;
  transition: all 0.3s ease-in-out 0s;
  width: 26px;
  z-index: 999;
}
.hamburger .line {
  background: #3d7ba4;
  display: block;
  height: 3px;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(1) {
  width: 20px;
}
.hamburger .line:nth-child(2) {
  width: 26px;
}
.hamburger .line:nth-child(3) {
  width: 22px;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  width: 26px;
}
.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 10px;
  height: 2px;
}
.hamburger.is-active .line:nth-child(2) {
  transform: translateX(0);
  width: 22px;
  height: 2px;
}
.hamburger.is-active .line:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}
@media (width >=767px) {
  [data-sidebar-style=compact] .nav-control {
    display: none;
  }
  [data-sidebar-style=compact] .nav-header {
    width: 11.25rem;
  }
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .brand-title {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .logo-abbr {
  display: block;
}
[data-sidebar-style=full][data-layout=horizontal] .logo-compact {
  display: none;
}
[data-sidebar-style=mini] .nav-header .logo-abbr {
  display: block;
}
[data-sidebar-style=compact][data-layout=vertical] .nav-header .brand-title {
  display: none;
}
[data-sidebar-style=compact][data-layout=vertical] .nav-header .logo-compact {
  max-width: 75px;
}
[data-sidebar-style=compact][data-layout=horizontal] .nav-header .brand-logo {
  padding-left: 30px;
  padding-right: 30px;
  justify-content: start;
}
[data-sidebar-style=modern][data-layout=vertical] .nav-header {
  width: 10.625rem;
}
[data-sidebar-style=modern][data-layout=vertical] .nav-header .brand-title {
  display: none;
}
[data-sidebar-style=modern][data-layout=vertical] .nav-header .logo-compact {
  display: none;
}
.header {
  height: 5.5rem;
  position: relative;
  padding: 0;
  background: #fff;
  z-index: 3;
  padding-left: 21.563rem;
  transition: all 0.2s ease;
}
.header .header-content {
  height: 100%;
  padding-left: 5.3125rem;
  padding-right: 1.875rem;
  align-items: center;
  display: flex;
}
@media only screen and (width <=767px) {
  .header .header-content {
    padding-left: 3.75rem;
    padding-right: 0.938rem;
  }
}
.header .navbar {
  padding: 0;
  height: 100%;
  width: 100%;
}
.header .navbar .navbar-collapse {
  height: 100%;
  width: 100%;
}
@media only screen and (width <=1199px) {
  .header {
    height: 5rem;
  }
}
svg.pulse-svg {
  overflow: visible;
}
svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle {
  transform: scale(0.3);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
  fill: #589cc9;
}
svg.pulse-svg .second-circle {
  animation-delay: 1s;
}
svg.pulse-svg .third-circle {
  animation-delay: 2s;
}
.pulse-css {
  border-radius: 3.5rem;
  height: 24px;
  position: absolute;
  background: #d8b9c3;
  right: -4px;
  top: -4px;
  border: 4px solid #fff;
  width: 24px;
}
.pulse-css::after,
.pulse-css::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  inset: 0 0 0 -0.2rem;
  background-color: #d8b9c3;
  margin: auto;
  transform: scale(0.3);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}
@media only screen and (width <=1400px) {
  .pulse-css {
    height: 16px;
    width: 16px;
  }
}
@keyframes pulse-me {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-me {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
[data-sidebar-style=full] .header,
[data-sidebar-style=overlay] .header {
  width: 100%;
}
@media only screen and (width <=1350px) {
  [data-sidebar-style=full] .header,
  [data-sidebar-style=overlay] .header {
    width: 100%;
    padding-left: 17rem;
  }
}
@media only screen and (width <=1023px) {
  [data-sidebar-style=full] .header,
  [data-sidebar-style=overlay] .header {
    width: 100%;
    padding-left: 5rem;
  }
}
[data-sidebar-style=mini] .header {
  width: 100%;
  padding-left: 6.25rem;
}
[data-sidebar-style=compact] .header {
  width: 100%;
  padding-left: 11.25rem;
}
[data-sidebar-style=compact] .header .header-content {
  padding-left: 1.875rem;
}
[data-header-position=fixed] .header {
  position: fixed;
  top: 0;
  width: 100%;
}
[data-header-position=fixed] .content-body {
  padding-top: 5.5rem;
}
@media only screen and (width <=1199px) {
  [data-header-position=fixed] .content-body {
    padding-top: 5rem;
  }
}
[data-header-position=fixed] .deznav {
  margin-top: 0;
}
[data-sidebar-style=compact][data-header-position=fixed][data-container=boxed][data-layout=vertical] .header {
  width: 1199px;
}
[data-sidebar-style=modern] .header {
  width: 100%;
  padding-left: 10.625rem;
}
[data-sidebar-style=modern][data-layout=horizontal] .nav-header .brand-logo {
  justify-content: start;
}
[data-sidebar-style=modern][data-layout=horizontal] .header .header-content {
  padding-left: 30px;
}
.header-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-left .dashboard_bar {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
@media only screen and (width <=1199px) {
  .header-left .dashboard_bar {
    font-size: 24px;
  }
}
@media only screen and (width <=767px) {
  .header-left .dashboard_bar {
    display: none;
  }
}
.header-left input {
  background: #fbfbfb !important;
  min-width: 170px;
  min-height: 40px;
  border-color: transparent;
  color: #6e6e6e !important;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  box-shadow: none;
}
.header-left input:focus,
.header-left input:active,
.header-left input.active {
  border-color: transparent;
  box-shadow: none;
}
.header-left input::input-placeholder {
  color: #6e6e6e;
}
.header-left input:input-placeholder {
  color: #6e6e6e;
}
.header-left input::placeholder {
  color: #6e6e6e;
}
.header-left .search_bar {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-left .search_bar .dropdown-menu {
  box-shadow: none;
}
.header-left .search_bar .search_icon {
  background: #fbfbfb !important;
  height: 40px;
  padding: 8px 0 8px 15px !important;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.header-left .search_bar .search_icon i {
  font-size: 24px;
  color: #6e6e6e;
  line-height: 1;
}
@media only screen and (width <=767px) {
  .header-left .search_bar .search_icon {
    border-radius: 4px;
    padding: 8px 10px !important;
  }
}
@media only screen and (width <=767px) {
  .header-left .search_bar {
    position: static;
  }
  .header-left .search_bar .dropdown-menu {
    width: 300px;
    left: -15vw;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 4px !important;
  }
}
@media only screen and (width <=767px) and (width <=575px) {
  .header-left .search_bar .dropdown-menu {
    width: 250px;
    left: -25vw;
  }
}
@media only screen and (width <=767px) {
  .header-left .search_bar .dropdown-menu .form-control {
    border-radius: 4px !important;
    width: 100%;
  }
  .header-left .search_bar .dropdown-menu,
  .header-left .search_bar .dropdown-menu.show {
    border: 0;
    background-color: transparent;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
  }
}
@media only screen and (width >=768px) {
  .header-left .search_bar .dropdown-menu,
  .header-left .search_bar .dropdown-menu.show {
    left: 34px;
    top: 0;
    transform: translateY(50%);
    display: block;
  }
}
[data-sidebar-style=compact] .header-left {
  margin-left: 0;
}
.header-right {
  height: 100%;
}
.header-right .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-right .nav-item .nav-link {
  color: #464a53;
  font-size: 18px;
}
.header-right .right-sidebar {
  margin-right: -30px;
}
.header-right .right-sidebar a {
  height: 80px;
  width: 80px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  border-left: 1px solid #c8c8c8;
}
.header-right > li:not(:first-child) {
  padding-left: 1.25rem;
}
@media only screen and (width <=1199px) {
  .header-right > li:not(:first-child) {
    padding-left: 0.5rem;
  }
}
@media only screen and (width <=767px) {
  .header-right .notification_dropdown {
    position: static;
  }
}
.header-right .notification_dropdown .nav-link {
  position: relative;
  color: #589cc9;
  background: #fff;
  border-radius: 0.75rem;
  line-height: 1;
}
@media only screen and (width <=1400px) {
  .header-right .notification_dropdown .nav-link {
    padding: 10px;
  }
}
.header-right .notification_dropdown .nav-link i {
  font-size: 24px;
}
@media only screen and (width <=1400px) {
  .header-right .notification_dropdown .nav-link i {
    font-size: 18px;
  }
}
@media only screen and (width <=1400px) {
  .header-right .notification_dropdown .nav-link svg {
    width: 24px;
    height: 24px;
  }
}
.header-right .notification_dropdown .nav-link .badge {
  position: absolute;
  font-size: 0.625rem;
  border-radius: 50%;
  right: 0;
  top: 0;
  font-weight: normal;
  height: 17px;
  width: 17px;
  line-height: 6px;
  text-align: center;
  padding: 5px;
}
.header-right .notification_dropdown .dropdown-item:focus a,
.header-right .notification_dropdown .dropdown-item:active a {
  color: #fff;
}
.header-right .notification_dropdown .dropdown-item a {
  color: #6e6e6e;
}
.header-right .notification_dropdown .dropdown-item a:hover {
  text-decoration: none;
}
.header-right .dropdown-menu {
  border-width: 0;
  box-shadow: 0 0 37px rgb(8 21 66 / 5%);
}
.header-right .header-profile > a.nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: 15px;
  padding-left: 30px;
  border-left: 1px solid #eee;
}
.header-right .header-profile > a.nav-link i {
  font-weight: 700;
}
.header-right .header-profile > a.nav-link .header-info {
  padding-left: 20px;
  text-align: left;
}
@media only screen and (width <=1400px) {
  .header-right .header-profile > a.nav-link .header-info {
    padding-left: 10px;
  }
}
@media only screen and (width <=575px) {
  .header-right .header-profile > a.nav-link .header-info {
    display: none;
  }
}
.header-right .header-profile > a.nav-link .header-info span {
  font-size: 16px;
  color: #000;
  display: block;
  font-weight: 600;
}
.header-right .header-profile > a.nav-link .header-info strong {
  color: #6e6e6e;
}
.header-right .header-profile > a.nav-link .header-info small {
  display: block;
  font-size: 13px;
  color: #89879f;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (width <=1400px) {
  .header-right .header-profile > a.nav-link {
    margin-left: 10px;
    padding-left: 20px;
  }
}
@media only screen and (width <=575px) {
  .header-right .header-profile > a.nav-link {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.header-right .header-profile .dropdown-menu {
  padding: 15px 0;
  min-width: 12.5rem;
}
.header-right .header-profile .dropdown-menu a:hover,
.header-right .header-profile .dropdown-menu a:focus,
.header-right .header-profile .dropdown-menu a.active {
  color: #589cc9;
}
.header-right .header-profile img {
  width: 55px;
  height: 55px;
  border-radius: 0.75rem;
}
@media only screen and (width <=1400px) {
  .header-right .header-profile img {
    width: 39px;
    height: 39px;
  }
}
.header-right .header-profile .dropdown-toggle i {
  font-size: 1.25rem;
}
@media only screen and (width <=575px) {
  .header-right .header-profile .dropdown-toggle span {
    display: none;
  }
}
.header-right .header-profile .profile_title {
  background: #589cc9;
  color: #fff;
  padding: 10px 20px;
}
.header-right .header-profile .profile_title h5 {
  color: #fff;
  margin-bottom: 3px;
}
.header-right .header-profile .dropdown-item {
  padding: 8px 24px;
}
.dz-fullscreen #icon-minimize {
  display: none;
}
.dz-fullscreen.active #icon-full {
  display: none;
}
.dz-fullscreen.active #icon-minimize {
  display: inline-block;
}
.notification_dropdown .dropdown-menu-right {
  min-width: 310px;
  padding: 0 0 1rem;
  top: 100%;
}
.notification_dropdown .dropdown-menu-right .notification_title {
  background: #589cc9;
  color: #fff;
  padding: 10px 20px;
}
.notification_dropdown .dropdown-menu-right .notification_title h5 {
  color: #fff;
  margin-bottom: 3px;
}
.notification_dropdown .dropdown-menu-right .media {
  width: 45px !important;
  height: 45px !important;
  font-size: 18px !important;
}
.notification_dropdown .dropdown-menu-right .media > span {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 9px;
  margin-right: 10px;
}
.notification_dropdown .dropdown-menu-right .media > span.success {
  background: #ecfae4;
  color: #68cf29;
}
.notification_dropdown .dropdown-menu-right .media > span.primary {
  background: #cac7e4;
  color: #589cc9;
}
.notification_dropdown .dropdown-menu-right .media > span.danger {
  background: #fee6ea;
  color: #f72b50;
}
.notification_dropdown .dropdown-menu-right .media .notify-time {
  width: 100% !important;
  margin-right: 0 !important;
  color: #828690;
}
.notification_dropdown .dropdown-menu-right .media p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (width <=575px) {
  .notification_dropdown .dropdown-menu-right .media p {
    max-width: 100px;
  }
}
.notification_dropdown .dropdown-menu-right .all-notification {
  display: block;
  padding: 15px 30px 0;
  text-align: center;
  border-top: 1px solid #c8c8c8;
}
.notification_dropdown .dropdown-menu-right .all-notification i {
  margin-left: 10px;
}
.search-area {
  max-width: 400px;
  width: 400px;
}
.search-area .input-group-append .input-group-text {
  background: #fbfbfb;
  border-radius: 0.75rem;
}
.search-area .input-group-append .input-group-text i {
  font-size: 22px;
}
.search-area .form-control {
  border: 0;
  background: #fbfbfb;
}
.search-area .form-control:hover,
.search-area .form-control:active,
.search-area .form-control:focus {
  background: #fbfbfb;
}
@media only screen and (width <=1400px) {
  .search-area .input-group-append .input-group-text {
    height: 41px;
  }
}
[data-container=boxed] .search-area {
  display: none !important;
}
.nav-label {
  margin: 10px 30px 0;
  padding: 1.5625rem 0 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  border-top: 1px solid #eaeaea;
  color: #999;
}
.nav-label.first {
  border: 0;
  margin-top: 0;
}
.nav-badge {
  position: absolute;
  right: 2.8125rem;
  top: 0.625rem;
}
.content-body {
  margin-left: 21.563rem;
  z-index: 0;
  transition: all 0.2s ease;
}
@media only screen and (width <=1350px) {
  .content-body {
    margin-left: 17rem;
  }
}
.bell img {
  transform-origin: 50% 4px;
  animation: ring 8s 0.7s ease-in-out infinite;
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(30deg);
  }
  3% {
    transform: rotateZ(-28deg);
  }
  5% {
    transform: rotateZ(34deg);
  }
  7% {
    transform: rotateZ(-32deg);
  }
  9% {
    transform: rotateZ(30deg);
  }
  11% {
    transform: rotateZ(-28deg);
  }
  13% {
    transform: rotateZ(26deg);
  }
  15% {
    transform: rotateZ(-24deg);
  }
  17% {
    transform: rotateZ(22deg);
  }
  19% {
    transform: rotateZ(-20deg);
  }
  21% {
    transform: rotateZ(18deg);
  }
  23% {
    transform: rotateZ(-16deg);
  }
  25% {
    transform: rotateZ(14deg);
  }
  27% {
    transform: rotateZ(-12deg);
  }
  29% {
    transform: rotateZ(10deg);
  }
  31% {
    transform: rotateZ(-8deg);
  }
  33% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  37% {
    transform: rotateZ(2deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.deznav {
  width: 21.563rem;
  padding-bottom: 0;
  height: calc(100% - 88px);
  position: absolute;
  top: 5.5rem;
  padding-top: 0;
  z-index: 4;
  background-color: #fff;
  transition: all 0.2s ease;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 2%);
}
@media only screen and (width <=1199px) {
  .deznav {
    background-color: #fff;
    top: 5rem;
    height: calc(100% - 80px);
  }
}
@media only screen and (width <=767px) {
  .deznav {
    width: 18rem;
  }
}
.deznav .deznav-scroll {
  position: relative;
  height: 100%;
}
@media only screen and (width <=1350px) {
  .deznav {
    width: 17rem;
  }
}
.deznav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.deznav .metismenu {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.deznav .metismenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.deznav .metismenu > li {
  display: flex;
  flex-direction: column;
}
.deznav .metismenu > li a > i {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem 0 0;
  position: relative;
  top: 0;
  line-height: 1;
}
[data-sidebar-style=compact] .deznav .metismenu > li a > i {
  display: block;
  padding: 0;
  background: #cac7e4;
  color: #589cc9;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  line-height: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
@media only screen and (width <=1350px) {
  .deznav .metismenu > li a > i {
    padding: 0 0.75rem 0 0;
    font-size: 1.25rem;
    color: #969ba0;
  }
}
.deznav .metismenu > li > a {
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  color: #969ba0;
  padding: 20px;
  border-radius: 0.75rem;
  transition: all 0.5s;
}
.deznav .metismenu > li > a i {
  color: #969ba0;
}
.deznav .metismenu > li > a svg {
  max-width: 24px;
  max-height: 24px;
  height: 100%;
  margin-right: 5px;
  margin-top: -3px;
  color: #589cc9;
}
.deznav .metismenu > li > a g [fill] {
  fill: #8088a1;
}
.deznav .metismenu > li:hover > a,
.deznav .metismenu > li:focus > a {
  color: #589cc9;
}
.deznav .metismenu > li:hover > a g [fill],
.deznav .metismenu > li:focus > a g [fill] {
  fill: #589cc9;
}
.deznav .metismenu > li.mm-active > a {
  background: #1c75bb;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
}
.deznav .metismenu > li.mm-active > a i {
  color: #fff;
  font-weight: 100;
}
.deznav .metismenu > li.mm-active > a svg,
.deznav .metismenu > li.mm-active > a svg path {
  fill: white;
}
.deznav .metismenu > li.mm-active > a g [fill] {
  fill: #589cc9;
}
[data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a i {
  background: #589cc9;
  color: #fff;
  box-shadow: 0 12px 15px 0 rgb(54 48 98 / 13%);
}
.deznav .metismenu li {
  position: relative;
  padding: 0 20px;
}
.deznav .metismenu ul {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0;
}
.deznav .metismenu ul a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 15px;
  padding-left: 1.5rem;
  transition: all 0.5s;
}
@media only screen and (width <=1350px) {
  .deznav .metismenu ul a {
    padding-left: 3.5rem;
    font-size: 14px;
  }
}
[data-sidebar-style=full] .deznav .metismenu ul a::before {
  content: "";
  height: 2px;
  width: 6px;
  background: rgb(54 48 98 / 50%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
[data-sidebar-style=full] .deznav .metismenu ul a:hover {
  padding-left: 1.7rem;
}
@media only screen and (width <=1350px) {
  [data-sidebar-style=full] .deznav .metismenu ul a:hover {
    padding-left: 4.5rem;
  }
}
[data-sidebar-style=full] .deznav .metismenu ul a:hover::before {
  width: 20px;
}
.deznav .metismenu ul a:hover,
.deznav .metismenu ul a:focus,
.deznav .metismenu ul a.mm-active {
  text-decoration: none;
  color: #589cc9;
}
.deznav .metismenu a {
  position: relative;
  display: block;
  padding: 0.625rem 1.875rem;
  outline-width: 0;
  color: #7e7e7e;
  text-decoration: none;
}
@media only screen and (width <=767px) {
  .deznav .metismenu a {
    padding: 0.625rem 1.25rem;
  }
}
.deznav .metismenu .has-arrow::after {
  width: 0.5rem;
  height: 0.5rem;
  right: 1.875rem;
  top: 48%;
  border-color: inherit;
  transform: rotate(-225deg) translateY(-50%);
}
.deznav .metismenu .has-arrow[aria-expanded=true]::after,
.deznav .metismenu .mm-active > .has-arrow::after {
  transform: rotate(-135deg) translateY(-50%);
}
@media only screen and (width <=1023px) {
  .nav-header {
    width: 5rem;
  }
}
@media (width <=767px) {
  .brand-title {
    display: none;
  }
  .footer {
    padding-left: 0;
  }
  .deznav {
    left: 0;
    top: 5rem;
  }
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu > ul.collapse:not(.in),
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu > ul.collapse:not(.in) {
  height: 252px !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > a {
  width: calc(70vw + 3.75rem);
  background-color: red !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > ul {
  display: flex;
  flex-flow: column wrap;
  max-height: 13.75rem;
  width: 70vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > a {
  width: calc(70vw + 3rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > ul {
  max-height: 200px;
  width: 70vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > a {
  width: calc(55vw + 3rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > ul {
  max-height: 200px;
  width: 55vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > a {
  width: calc(45vw + 3);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > ul {
  max-height: 18.75rem;
  width: 45vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > a {
  width: calc(30vw + 3);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > ul {
  max-height: 18.125rem;
  width: 30vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li > a img {
  margin-right: 0.5rem;
}
@media only screen and (width <=1350px) {
  [data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li > a {
    padding: 15px 17px;
  }
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
  font-weight: 300;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li .has-arrow::after {
  right: 1.5rem;
}
@media only screen and (width <=1350px) {
  [data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li {
    padding: 0 20px;
  }
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header {
  width: 5.5rem;
  z-index: 9;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo {
  padding-left: 20px;
  padding-right: 0;
  justify-content: center;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .nav-control .hamburger .line {
  background-color: #3d7ba4;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .copyright,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .book-box {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
  padding-left: 5rem;
  width: 100%;
  z-index: 8;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav {
  width: 4.5rem;
  overflow: visible;
  position: absolute;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .nav-text {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .slimScrollDiv,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .deznav-scroll {
  overflow: visible !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li {
  position: relative;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a {
  padding: 0.5rem 0.7rem;
  margin: 2px 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a svg {
  max-width: 24px;
  max-height: 24px;
  margin-right: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a::before {
  content: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul li:hover ul {
  left: 11.8125rem;
  top: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul li:hover ul::after {
  content: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li:hover > ul {
  display: block;
  height: auto;
  overflow: visible;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li {
  transition: all 0.4s ease-in-out;
  padding: 0 13px;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li > a.has-arrow::after {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mm-active > a {
  background: #1c75bb;
  border-radius: 0.75rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mm-active > a i {
  color: #fff;
  padding: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover:nth-last-child(-n+1) > ul {
  bottom: 0;
  top: auto;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > a {
  border-radius: 0.75rem;
  background: #aaabab94;
  color: #fff;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > a i {
  color: #fff;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul {
  height: auto !important;
  padding: 10px 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul a {
  padding: 6px 20px;
  margin-left: -0.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul ul {
  padding: 10px 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul ul a {
  padding: 6px 20px;
  margin-left: -0.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .nav-label,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .nav-badge {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
  margin-left: 5rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle + .footer {
  padding-left: 5rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle + .footer {
  padding-left: 0;
  padding-right: 5rem;
}
[data-sidebar-style=full][data-layout=horizontal] .header .header-content {
  padding-left: 1.875rem;
}
@media (width >=767px) {
  [data-sidebar-style=icon-hover][data-layout=horizontal] .header .header-content {
    padding-left: 1.875rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu li.mm-active > ul {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav .metismenu li.mm-active > ul {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header {
    width: 7rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .brand-logo {
    padding-left: 30px;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .brand-logo {
    padding-left: 30px;
    padding-right: 30px;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .brand-logo .logo-abbr {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .brand-logo .brand-title {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .nav-control {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .header {
    padding-left: 7rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .header {
    padding-right: 7rem;
    padding-left: 0.9375rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .header .header-content {
    padding-left: 2rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .header .header-content {
    padding-right: 1.375rem;
    padding-left: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav {
    overflow: visible;
    position: absolute;
    left: -14.563rem;
  }
}
@media only screen and (width >=767px) and (width <=1350px) {
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav {
    left: -10rem;
  }
}
@media (width >=767px) {
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav {
    left: auto;
    right: -14.563rem;
  }
}
@media only screen and (width >=767px) and (width <=1350px) {
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav {
    right: -10rem;
  }
}
@media (width >=767px) {
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .nav-label {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li {
    padding: 0 25px;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 12px;
    font-size: 16px;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a > svg,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a > i {
    order: 1;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a > svg,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a > i {
    padding-left: 0;
    padding-right: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li:hover > a,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li.mm-active > a {
    background: #589cc9;
    color: #fff;
    box-shadow: 0 12px 15px 0 rgb(54 48 98 / 13%);
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul {
    padding-right: 0;
    padding-left: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul::after {
    left: auto;
    right: 28px;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul::after {
    left: 28px;
    right: auto;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul a {
    position: relative;
    padding-left: 1.25rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul a {
    padding-right: 1.25rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul a::before {
    left: auto;
    right: -5px;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul a::before {
    right: auto;
    left: -5px;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu .has-arrow::after {
    right: 5rem;
    opacity: 0;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu .has-arrow::after {
    right: auto;
    left: 5rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .copyright,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .book-box {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav.mm-show {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header {
    width: 21.563rem;
  }
}
@media only screen and (width >=767px) and (width <=1350px) {
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header {
    width: 17rem;
  }
}
@media (width >=767px) {
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header .brand-logo {
    padding-left: 1.6rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header .brand-logo .brand-title {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle.mm-show {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .header {
    padding-left: 4.38rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .header {
    padding-right: 4.38rem;
    padding-left: 0.9375rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav {
    left: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav .metismenu .has-arrow::after {
    opacity: 1;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav {
    left: auto;
    right: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .content-body {
    margin-left: 7rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .content-body {
    margin-left: 0;
    margin-right: 7rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .footer {
    padding-left: 7rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .footer {
    margin-left: 0;
    margin-right: 7rem;
  }
}
[data-sidebar-style=overlay] .deznav {
  left: 0%;
  transition: all 0.5s;
}
[data-sidebar-style=overlay] .deznav .metismenu > li {
  padding: 0 30px;
}
[data-sidebar-style=overlay] .deznav .metismenu > li > a {
  font-size: 16px;
  padding: 20px;
  color: #7f7184;
  border-radius: 0.75rem;
  transition: all 0.5s;
}
[data-sidebar-style=overlay] .deznav .metismenu > li:hover > a,
[data-sidebar-style=overlay] .deznav .metismenu > li.mm-active > a {
  background: #589cc9;
  color: #fff;
  box-shadow: 0 12px 15px 0 rgb(54 48 98 / 13%);
}
@media only screen and (width <=767px) {
  [data-sidebar-style=overlay] .deznav .metismenu > li {
    padding: 0 15px;
  }
}
[data-sidebar-style=overlay] .deznav .metismenu ul a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 15px;
  padding-left: 3.5rem;
}
[direction=rtl][data-sidebar-style=overlay] .deznav {
  left: auto;
  right: -100%;
}
[data-sidebar-style=overlay] .content-body {
  margin-left: 0;
}
[data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-sidebar-style=overlay] .nav-header .hamburger.is-active {
  left: 0;
}
[data-sidebar-style=overlay] .nav-header .hamburger.is-active .line {
  background-color: #589cc9;
}
[data-sidebar-style=overlay] .menu-toggle .nav-header {
  position: absolute;
  left: auto;
}
[data-sidebar-style=overlay] .menu-toggle .deznav {
  left: -100%;
}
[direction=rtl][data-sidebar-style=overlay] .menu-toggle .deznav {
  left: auto;
  right: 0;
}
[data-sidebar-style=overlay] .footer {
  padding-left: 0;
}
[data-sidebar-style=overlay][data-header-position=fixed] .nav-header {
  position: fixed;
}
[data-sidebar-position=fixed][data-header-position=fixed] .nav-header {
  position: fixed;
}
[data-sidebar-position=fixed][data-layout=vertical] .nav-header {
  position: fixed;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-sidebar-position=fixed][data-layout=vertical] .deznav {
  position: fixed;
  overflow-x: auto;
}
[data-sidebar-position=fixed][data-layout=vertical] .deznav .deznav-scroll {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-sidebar-position=fixed][data-layout=vertical] .menu-toggle .deznav {
  position: fixed;
}
[data-sidebar-style=icon-hover][data-layout=vertical][data-container=wide-boxed] .deznav,
[data-sidebar-style=icon-hover][data-layout=vertical][data-container=boxed] .deznav,
[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=icon-hover][data-layout=vertical][data-container=wide-boxed] .deznav,
[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=icon-hover][data-layout=vertical][data-container=boxed] .deznav,
[data-sidebar-style=overlay][data-layout=vertical][data-container=wide-boxed] .deznav,
[data-sidebar-style=overlay][data-layout=vertical][data-container=boxed] .deznav,
[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=overlay][data-layout=vertical][data-container=wide-boxed] .deznav,
[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=overlay][data-layout=vertical][data-container=boxed] .deznav {
  position: absolute;
}
.sidebar-right {
  right: -50rem;
  position: fixed;
  top: 0;
  width: 50rem;
  background-color: #fff;
  margin-top: 3.5rem;
  transition: all 0.5s ease-in-out;
  border-radius: 0.75rem;
  z-index: 9999;
}
.sidebar-right .bg-label-pattern {
  background: transparent;
  background-image: url("./media/pattern5-7UGHRUUN.png");
  background-size: 130%;
}
.sidebar-right .bootstrap-select {
  height: 48px;
  border-radius: 6px;
}
.sidebar-right .bootstrap-select .btn {
  padding: 12px 15px;
  font-size: 15px;
  border-color: #d1d1d1;
  border-radius: 6px;
}
[direction=rtl] .sidebar-right .slimScrollDiv {
  overflow: visible !important;
}
.sidebar-right .sidebar-right-trigger {
  position: absolute;
  z-index: 9;
  top: 8.75rem;
  right: 100%;
  background-color: #589cc9;
  color: #fff;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 3rem;
  border-radius: 5px 0 0 5px;
  box-shadow: -5px 3px 5px 0 rgb(119 119 119 / 15%);
}
@media only screen and (width <=767px) {
  .sidebar-right .sidebar-right-trigger {
    display: none;
  }
}
.sidebar-right .sidebar-close-trigger {
  position: absolute;
  z-index: 2;
  font-size: 28px;
  top: 0;
  right: -48px;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  background: black;
  color: #fff;
}
.sidebar-right.show {
  right: 5.25rem;
  box-shadow: 0 0 50px rgb(0 0 0 / 20%);
  z-index: 9999;
}
.sidebar-right.show .sidebar-right-trigger {
  display: none;
}
.sidebar-right.show .bg-overlay {
  position: fixed;
  width: 100%;
  cursor: pointer;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 60%);
}
.sidebar-right .card-tabs .nav-tabs {
  justify-content: space-between;
  position: sticky;
  border-radius: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.sidebar-right .card-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
  flex: 1;
}
.sidebar-right .card-tabs .nav-tabs .nav-item .nav-link {
  font-size: 1.125rem;
  position: relative;
  border-radius: 0;
  padding: 8px 15px;
  text-align: center;
  background-color: #fff;
}
.sidebar-right .card-tabs .nav-tabs .nav-item .nav-link:hover {
  color: #000;
}
.sidebar-right .card-tabs .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: transparent;
}
.sidebar-right .card-tabs .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #589cc9;
  background: rgb(54 48 98 / 10%);
  color: #589cc9;
}
.sidebar-right .sidebar-right-inner > h4 {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000 !important;
  background: #fff;
  margin: 0;
}
.sidebar-right .tab-content {
  padding: 1.25rem 1.25rem 0;
  min-height: 370px;
  background: #fff;
}
.sidebar-right .tab-content .tab-pane .admin-settings .row > div {
  margin-bottom: 20px;
}
.sidebar-right .tab-content .tab-pane .admin-settings p {
  color: #353535;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
}
.sidebar-right .tab-content .tab-pane .admin-settings input[type=radio] {
  display: none;
}
.sidebar-right .tab-content .tab-pane .admin-settings input[type=radio] + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: all 0.1s ease;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.sidebar-right .tab-content .tab-pane .admin-settings input[type=radio]:checked + label {
  position: relative;
}
.sidebar-right .tab-content .tab-pane .admin-settings input[type=radio]:checked + label::after {
  height: 33px;
  width: 33px;
  left: -4px;
  top: -4px;
  content: "";
  position: absolute;
  background-color: inherit;
  border-radius: 6px;
  opacity: 0.4;
}
.sidebar-right #nav_header_color_1 + label,
.sidebar-right #header_color_1 + label,
.sidebar-right #sidebar_color_1 + label,
.sidebar-right #primary_color_1 + label {
  background-color: #fff;
}
.sidebar-right #nav_header_color_1 + label,
.sidebar-right #header_color_1 + label,
.sidebar-right #sidebar_color_1 + label,
.sidebar-right #primary_color_1 + label {
  border: 1px solid #c4c4c4;
}
.sidebar-right.style-1 {
  height: 100vh;
  width: 250px;
  margin-top: 0;
  right: -250px;
}
.sidebar-right.style-1 .sidebar-right-inner {
  background: #fff;
}
.sidebar-right.style-1 .sidebar-right-trigger {
  top: 12.4rem;
}
.sidebar-right.style-1.show {
  right: 0;
}
.sidebar-right.style-1.show .sidebar-right-trigger {
  display: block;
}
@media only screen and (width <=991px) {
  .sidebar-right {
    width: 75%;
  }
}
@keyframes bounce {
  0% {
    transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
  }
  100% {
    transform: translateX(-8%);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
  }
  100% {
    transform: translateY(-8%);
  }
}
.nav-user {
  background: #589cc9;
  margin-bottom: 10px;
  padding: 20px 25px 15px;
}
@media only screen and (width >=768px) and (width <=1199px) {
  .nav-user {
    padding: 20px 15px 15px;
  }
}
.nav-user img {
  width: 35px;
  height: 35px;
}
@media only screen and (width >=768px) and (width <=1199px) {
  .nav-user img {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
}
.nav-user h5 {
  margin-left: 10px;
  margin-bottom: 3px;
  color: #fff;
}
@media only screen and (width >=768px) and (width <=1199px) {
  .nav-user h5 {
    display: none;
  }
}
.nav-user p {
  margin-left: 10px;
  margin-bottom: 8px;
  color: #afcff7;
}
@media only screen and (width >=768px) and (width <=1199px) {
  .nav-user p {
    display: none;
  }
}
@media only screen and (width >=768px) and (width <=1199px) {
  .nav-user i {
    margin-top: 15px;
    display: block;
  }
}
.menu-toggle .nav-user {
  padding: 20px 15px 15px;
}
.menu-toggle .nav-user img {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.menu-toggle .nav-user h5,
.menu-toggle .nav-user p {
  display: none;
}
.menu-toggle .nav-user i {
  margin-top: 15px;
  display: block;
}
.menu-toggle .nav-user .dropdown-menu {
  left: 45px !important;
  top: 22px !important;
}
.chatbox {
  width: 340px;
  height: 100vh;
  position: fixed;
  right: -500px;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 15%);
  transition: all 0.8s;
}
.chatbox .chatbox-close {
  position: absolute;
  transition: all 0.2s;
  width: 0;
  height: 100%;
  right: 340px;
  background: #000;
  z-index: 1;
  opacity: 0.1;
  cursor: pointer;
}
.chatbox .card-fotter {
  padding: 0.75rem 1rem;
}
.chatbox .card-body {
  padding: 1rem;
}
.chatbox.active {
  right: 0;
}
.chatbox.active .chatbox-close {
  width: 100vw;
}
.chatbox .type_msg {
  padding-top: 10px;
}
.chatbox .nav {
  padding: 1rem 1rem 0;
  background: #ac4cbc;
  border: 0;
  justify-content: space-between;
}
.chatbox .nav .nav-link {
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
}
.chatbox .nav .nav-link:hover,
.chatbox .nav .nav-link.active {
  background: transparent;
  color: #fff;
  opacity: 1;
  border-color: #f72b50;
}
.chatbox .img_cont {
  width: 40px;
  border-radius: 40px;
  margin-right: 10px;
  position: relative;
  height: 40px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  min-width: 40px;
  min-height: 40px;
}
.chatbox .img_cont .icon {
  color: #fff;
}
.chatbox .img_cont.primary {
  background: #cac7e4;
  color: #589cc9;
}
.chatbox .img_cont.warning {
  background: #fff0da;
  color: #ffab2d;
}
.chatbox .img_cont.success {
  background: #ecfae4;
  color: #68cf29;
}
.chatbox .img_cont.info {
  background: #d1e2fb;
  color: #3a82ef;
}
.chatbox .img_cont img {
  width: 100%;
}
.chatbox .img_cont .online_icon {
  background: #68cf29;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  right: -1px;
  bottom: 0;
  border: 2px solid #fff;
}
.chatbox .img_cont .online_icon.offline {
  background: #f72b50;
}
.chatbox .card {
  box-shadow: none;
}
.chatbox .search {
  height: 40px;
}
.chatbox .user_info span {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 170px;
}
.chatbox .user_info p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 170px;
}
.chatbox .contacts li {
  padding: 7px 1rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.chatbox .contacts li > div {
  display: flex;
  align-items: center;
}
.chatbox .contacts li:hover {
  background: #f4f7ff;
}
.chatbox .contacts .name-first-letter {
  background: #fbfbfb;
  padding: 4px 1rem;
  font-weight: 700;
  color: #000;
  position: sticky;
  top: 0;
  z-index: 1;
}
.chatbox .msg_card_body {
  height: calc(100vh - 195px);
}
.chatbox .contacts_body {
  height: calc(100vh - 120px);
}
.chatbox .card-header {
  background: #f4f7ff;
  padding: 15px 20px;
  justify-content: center;
}
.chatbox .card-header h6 {
  font-size: 15px;
}
.chatbox .card-header p {
  line-height: 1.2;
  font-size: 12px;
  color: #7e7e7e;
}
.chatbox .chat-list-header {
  justify-content: space-between;
  background: #fff;
}
.chatbox .chat-list-header a {
  text-align: center;
  width: 30px;
  height: 30px;
  background: #fbfbfb;
  border-radius: 6px;
  line-height: 30px;
  display: block;
}
.chatbox .img_cont_msg {
  width: 30px;
  height: 30px;
  display: block;
  max-width: 30px;
  min-width: 30px;
}
.chatbox .img_cont_msg img {
  width: 100%;
}
.chatbox .msg_cotainer {
  background: #589cc9;
  margin-left: 10px;
  border-radius: 0 0.75rem 0.75rem;
  padding: 10px 15px;
  color: #fff;
  position: relative;
}
.chatbox .msg_cotainer .msg_time {
  display: block;
  font-size: 11px;
  color: #fff;
  margin-top: 5px;
  opacity: 0.5;
}
.chatbox .msg_cotainer::after {
  content: "";
  position: absolute;
  left: -10px;
  border-right: 10px solid #589cc9;
  border-bottom: 10px solid transparent;
  border-top: 0 solid;
  top: 0;
}
.chatbox .msg_cotainer_send {
  background: #fbfbfb;
  padding: 10px 15px;
  border-radius: 6px 0 6px 6px;
  margin-right: 10px;
  color: #222;
  position: relative;
  text-align: right;
}
.chatbox .msg_cotainer_send .msg_time_send {
  display: block;
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
  opacity: 0.6;
}
.chatbox .msg_cotainer_send::after {
  content: "";
  position: absolute;
  right: -10px;
  border-left: 10px solid #fbfbfb;
  border-bottom: 10px solid transparent;
  border-top: 0 solid;
  top: 0;
}
.chatbox .type_msg .form-control {
  padding: 10px 0;
  height: 50px;
  border: 0;
  z-index: 0;
}
.chatbox .type_msg .btn {
  font-size: 18px;
  border-radius: 38px !important;
  width: 38px;
  height: 38px;
  padding: 0;
  margin-top: 6px;
}
.chatbox .video_cam {
  margin-left: 15px;
}
.chatbox .video_cam span {
  width: 35px;
  height: 35px;
  background: #10ca93;
  text-align: center;
  line-height: 35px;
  border-radius: 35px;
  color: #fff;
  margin-right: 5px;
  align-self: center;
  font-size: 16px;
  padding: 0 3px;
  display: inline-block;
}
.chatbox .note_card .contacts li {
  padding: 12px 1rem;
}
@media only screen and (width <=576px) {
  .chatbox {
    width: 280px;
  }
  .chatbox .chatbox-close {
    right: 280px;
  }
}
.dz-demo-panel {
  right: -380px;
  position: fixed;
  top: 0;
  width: 380px;
  background-color: #fff;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
}
.dz-demo-panel .dz-demo-trigger {
  position: absolute;
  z-index: 9;
  top: 8.75rem;
  right: 100%;
  background-color: #ac4cbc;
  color: #fff;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 3rem;
  border-radius: 5px 0 0 5px;
  box-shadow: -5px 3px 5px 0 rgb(119 119 119 / 15%);
}
@media only screen and (width <=575px) {
  .dz-demo-panel .dz-demo-trigger {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 22px;
  }
}
.dz-demo-panel .dz-demo-close {
  height: 30px;
  color: #fff;
  width: 30px;
  border-radius: 0.75rem;
  background: rgb(0 0 0 / 50%);
  line-height: 30px;
  text-align: center;
}
.dz-demo-panel.show {
  right: 0;
  box-shadow: 0 0 50px rgb(0 0 0 / 20%);
  z-index: 99999;
  overflow: hidden;
}
.dz-demo-panel.show .sidebar-right-trigger {
  display: none;
}
.dz-demo-panel.show .bg-close {
  position: fixed;
  z-index: -2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 60%);
}
.dz-demo-panel .dz-demo-inner {
  padding: 30px;
  background: #fff;
}
.dz-demo-panel .dz-demo-content {
  height: calc(100vh - 170px);
}
.dz-demo-panel .dz-demo-content .text-black {
  color: #000 !important;
}
.dz-demo-panel .dz-demo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dz-demo-panel .dz-demo-header h4 {
  margin-bottom: 0;
  color: #000 !important;
}
.dz-demo-panel .dz-demo-bx {
  height: 200px;
  overflow: hidden;
  border: 5px solid #efefef;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  margin-bottom: 10px;
}
.dz-demo-panel .dz-demo-bx.demo-active {
  border-color: #ac4cbc;
}
.dz-demo-panel .dz-demo-bx.demo-active .overlay-layer {
  opacity: 1;
}
.dz-demo-panel .overlay-bx {
  position: relative;
}
.dz-demo-panel .overlay-bx .overlay-layer {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(0 0 0 / 10%);
  transition: all 0.3s ease;
  opacity: 0;
}
.dz-demo-panel .overlay-bx:hover .overlay-layer {
  transition: all 0.3s ease;
  opacity: 1;
}
@media only screen and (width <=575px) {
  .dz-demo-panel {
    width: 300px;
    right: -300px;
  }
  .dz-demo-panel .dz-demo-bx {
    height: 150px;
  }
}
[data-headerbg=transparent] .header {
  box-shadow: none;
  background: transparent;
}
[data-headerbg=color_1] .nav-header .hamburger.is-active .line,
[data-headerbg=color_1] .nav-header .hamburger .line {
  background: #589cc9;
}
@media (width >=992px) {
  [data-container=boxed] #main-wrapper {
    max-width: 1199px;
    margin: 0 auto;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  }
  [direction=rtl][data-container=boxed] #main-wrapper {
    text-align: right;
  }
}
@media only screen and (width >=1350px) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=boxed][data-header-position=fixed] .header {
    width: 1199px;
  }
}
@media only screen and (width >=1200px) and (width <=1349px) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=boxed][data-header-position=fixed] .header {
    width: 1199px;
  }
}
[data-header-position=fixed][data-layout=horizontal][data-container=boxed] .deznav {
  max-width: 1199px;
}
[data-layout=vertical][data-container=boxed][data-header-position=fixed] .header,
[data-layout=horizontal][data-container=boxed][data-header-position=fixed] .header {
  width: 1199px;
}
[data-layout=horizontal][data-container=boxed][data-header-position=fixed][data-sidebar-style=mini] .header {
  width: 1199px;
}
[data-container=boxed] .metismenu.fixed {
  left: auto;
  max-width: 1199px;
}
[data-container=boxed] .page-titles {
  margin-bottom: 3rem;
  padding: 15px;
}
[data-container=boxed] .content-body .container-fluid {
  padding: 40px;
}
[data-container=boxed][data-layout=vertical] .page-titles {
  margin-left: 0;
  margin-right: 0;
}
[data-layout=vertical][data-container=boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-layout=vertical][data-container=boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .menu-toggle .deznav {
  position: absolute;
}
[data-container=boxed][data-sidebar-position=fixed][data-layout=horizontal] .deznav.fixed {
  left: auto;
  max-width: 1199px;
}
@media (width >=992px) {
  [data-container=wide-boxed] #main-wrapper {
    max-width: 1480px;
    margin: 0 auto;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  }
  [direction=rtl][data-container=wide-boxed] #main-wrapper {
    text-align: right;
  }
}
@media only screen and (width >=1350px) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=wide-boxed][data-header-position=fixed] .header {
    width: 1480px;
  }
}
@media only screen and (width >=1200px) and (width <=1600px) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=wide-boxed][data-header-position=fixed] .header {
    width: 1480px;
  }
}
[data-sidebar-style=compact][data-header-position=fixed][data-container=wide-boxed][data-layout=vertical] .header {
  width: 1480px;
}
[data-header-position=fixed][data-layout=horizontal][data-container=wide-boxed] .deznav {
  max-width: 1480px;
}
[data-layout=vertical][data-container=wide-boxed][data-header-position=fixed] .header,
[data-layout=horizontal][data-container=wide-boxed][data-header-position=fixed] .header {
  width: 1480px;
}
[data-layout=horizontal][data-container=wide-boxed][data-header-position=fixed][data-sidebar-style=mini] .header {
  width: 1480px;
}
[data-container=wide-boxed] .metismenu.fixed {
  left: auto;
  max-width: 1480px;
}
[data-container=wide-boxed] .page-titles {
  margin-bottom: 3rem;
  padding: 15px;
}
[data-container=wide-boxed] .content-body .container-fluid {
  padding: 40px;
}
[data-container=wide-boxed][data-layout=vertical] .page-titles {
  margin-left: 0;
  margin-right: 0;
}
[data-layout=vertical][data-container=wide-boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-layout=vertical][data-container=wide-boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .menu-toggle .deznav {
  position: absolute;
}
[data-container=wide-boxed][data-sidebar-position=fixed][data-layout=horizontal] .deznav.fixed {
  left: auto;
  max-width: 1480px;
}
.bg-primary-alt {
  background-color: rgb(54 48 98 / 10%);
}
.bg-secondary-alt {
  background-color: rgb(172 76 188 / 10%);
}
.bg-success-alt {
  background-color: rgb(104 207 41 / 10%);
}
.bg-info-alt {
  background-color: rgb(58 130 239 / 10%);
}
.bg-warning-alt {
  background-color: rgb(255 171 45 / 10%);
}
.bg-danger-alt {
  background-color: rgb(247 43 80 / 10%);
}
.bg-light-alt {
  background-color: rgb(200 200 200 / 10%);
}
.bg-dark-alt {
  background-color: rgb(110 110 110 / 10%);
}
[data-typography=opensans] {
  font-family: "Open Sans", sans-serif;
}
[data-typography=poppins] {
  font-family: poppins, sans-serif;
}
[data-typography=roboto] {
  font-family: Roboto, sans-serif;
}
[data-typography=helvetica] {
  font-family: HelveticaNeue;
}
[data-theme-version=transparent] {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
[data-theme-version=transparent] h1,
[data-theme-version=transparent] h2,
[data-theme-version=transparent] h3,
[data-theme-version=transparent] h4,
[data-theme-version=transparent] h5,
[data-theme-version=transparent] h6 {
  color: #fff !important;
}
[data-theme-version=transparent] a.link {
  color: #ddd;
}
[data-theme-version=transparent] a.link:focus,
[data-theme-version=transparent] a.link:hover {
  color: #3a82ef;
}
[data-theme-version=transparent] a {
  color: #fff;
}
[data-theme-version=transparent] a:hover {
  color: #828690;
}
[data-theme-version=transparent] .border-right {
  border-right: 1px solid #2a2833 !important;
}
[data-theme-version=transparent] .border-left {
  border-left: 1px solid #2a2833 !important;
}
[data-theme-version=transparent] .border-top {
  border-top: 1px solid #2a2833 !important;
}
[data-theme-version=transparent] .border-bottom {
  border-bottom: 1px solid #2a2833 !important;
}
[data-theme-version=transparent] .border {
  border: 1px solid #2a2833 !important;
}
[data-theme-version=transparent] .dropdown-menu {
  background-color: #14112e;
}
[data-theme-version=transparent] .dropdown-item:hover,
[data-theme-version=transparent] .dropdown-item:focus {
  background-color: #05031a;
  color: #fff;
}
[data-theme-version=transparent] .form-control {
  background-color: #05031a;
  border-color: #2a2833;
  color: #fff;
}
[data-theme-version=transparent] .card {
  background-color: rgb(0 0 0 / 15%);
}
[data-theme-version=transparent] .header {
  background-color: rgb(0 0 0 / 15%);
}
[data-theme-version=transparent] .header-left input {
  border-color: #2a2833;
  color: #fff;
}
[data-theme-version=transparent] .header-left input:focus {
  box-shadow: none;
  border-color: #589cc9;
}
[data-theme-version=transparent] .header-left input::placeholder {
  color: #fff;
}
[data-theme-version=transparent] .header-right .dropdown .nav-link:hover {
  color: #fff;
}
[data-theme-version=transparent] .header-right .notification_dropdown .dropdown-item a {
  color: #fff;
}
[data-theme-version=transparent] .nav-header,
[data-theme-version=transparent] .nav-control {
  background-color: rgb(0 0 0 / 15%) !important;
}
[data-theme-version=transparent] .nav-control {
  color: #fff;
}
[data-theme-version=transparent] .brand-logo {
  color: #fff;
}
[data-theme-version=transparent] .brand-logo:hover {
  color: #fff;
}
[data-theme-version=transparent] .nav-header,
[data-theme-version=transparent] .nav-control {
  background-color: rgb(0 0 0 / 15%) !important;
}
[data-theme-version=transparent] .nav-control {
  color: #fff;
}
[data-theme-version=transparent] .brand-logo {
  color: #fff;
}
[data-theme-version=transparent] .brand-logo:hover {
  color: #fff;
}
[data-theme-version=transparent] .deznav {
  background-color: rgb(0 0 0 / 15%) !important;
}
[data-theme-version=transparent] .deznav .metismenu > li > a {
  color: rgb(0 0 0 / 15%);
}
[data-theme-version=transparent] .deznav .metismenu > li:hover > a,
[data-theme-version=transparent] .deznav .metismenu > li:focus > a,
[data-theme-version=transparent] .deznav .metismenu > li.mm-active > a {
  background-color: rgb(0 0 0 / 15%) !important;
  color: #fff;
}
[data-theme-version=transparent] .deznav .metismenu > li:hover > a::after,
[data-theme-version=transparent] .deznav .metismenu > li:focus > a::after,
[data-theme-version=transparent] .deznav .metismenu > li.mm-active > a::after {
  border-color: transparent transparent #fff;
}
[data-theme-version=transparent] .deznav .metismenu > li.mm-active ul ul {
  background-color: transparent;
}
[data-theme-version=transparent] .deznav .metismenu ul {
  background-color: rgb(0 0 0 / 15%);
}
[data-theme-version=transparent] .deznav .metismenu ul a:hover,
[data-theme-version=transparent] .deznav .metismenu ul a:focus,
[data-theme-version=transparent] .deznav .metismenu ul a.mm-active {
  color: #fff;
}
[data-theme-version=transparent] .deznav .metismenu a {
  color: rgb(0 0 0 / 15%);
}
[data-theme-version=transparent] .deznav .metismenu ul {
  background-color: rgb(0 0 0 / 15%) !important;
}
[data-theme-version=transparent] .deznav .metismenu .has-arrow::after {
  border-color: transparent transparent rgb(0 0 0 / 15%);
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.app-fullcalender button {
  border-radius: 0;
  color: #6e6e6e;
}
.app-fullcalender td {
  border-color: #d7dae3;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-view {
  margin-top: 1.875rem;
}
.fc-toolbar {
  margin-bottom: 0.3125rem;
  margin-top: 0.9375rem;
}
@media (width <=575.98px) {
  .fc-toolbar .fc-left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.625rem;
    float: none;
  }
}
@media (width <=575.98px) {
  .fc-toolbar .fc-right {
    display: flex;
    justify-content: center;
    float: none;
    margin-bottom: 0.3125rem;
  }
}
@media (width <=575.98px) {
  .fc-toolbar .fc-center {
    display: flex;
    justify-content: center;
  }
  .fc-toolbar .fc-center * {
    float: none;
  }
}
.fc-toolbar h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
  z-index: 0;
  box-shadow: none;
}
.fc-widget-header {
  border: 1px solid #d7dae3;
  border-bottom: 0 !important;
}
.fc th.fc-widget-header {
  background: #d7dae3 !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0;
  text-transform: uppercase;
}
.fc-button {
  border: 1px solid #d7dae3;
  text-transform: capitalize;
}
.fc-button.active {
  box-shadow: none !important;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}
.fc-event,
.external-event {
  border-radius: 0.125rem;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 0.3125rem 0.4375rem;
  padding: 0.3125rem;
  text-align: center;
}
.external-event {
  cursor: move;
  margin: 0.625rem 0;
  padding: 0.125rem 0;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 0.3125rem;
}
.fc-basic-view td.fc-day-number {
  padding-right: 0.3125rem;
}
#drop-remove {
  margin-right: 8px;
  top: 0.1875rem;
}
#add-category .modal-dialog,
#event-modal .modal-dialog {
  max-width: 37.5rem;
}
.fc-content {
  color: #fff;
}
.fc th.fc-widget-header {
  background: transparent !important;
}
.fc-button {
  background: #fff;
}
.fc-state-hover {
  background: #fff !important;
}
.fc-state-highlight {
  background: #f2f4fa !important;
}
.fc-cell-overlay {
  background: #fff !important;
}
.fc-unthemed .fc-today {
  background: #f2f4fa !important;
}
.fc-day-top {
  color: #6e6e6e !important;
}
.external-event {
  color: #fff;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 1rem;
}
.fc-scroller.fc-day-grid-container {
  height: 490px !important;
}
.fc-row.fc-week.fc-widget-content.fc-rigid {
  height: 81px !important;
}
@media only screen and (width <=1440px) {
  .email_left_pane {
    display: none;
  }
}
#external-events .external-event::before {
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 0.9rem;
  position: relative;
  top: 2px;
}
#external-events [data-class=bg-primary]::before {
  background: #589cc9;
}
#external-events [data-class=bg-success]::before {
  background: #68cf29;
}
#external-events [data-class=bg-warning]::before {
  background: #ffab2d;
}
#external-events [data-class=bg-dark]::before {
  background: #6e6e6e;
}
#external-events [data-class=bg-danger]::before {
  background: #f72b50;
}
#external-events [data-class=bg-info]::before {
  background: #3a82ef;
}
#external-events [data-class=bg-pink]::before {
  background: #e83e8c;
}
#external-events [data-class=bg-secondary]::before {
  background: #ac4cbc;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  border-color: #d7dae3;
}
.email-left-box {
  width: 15rem;
  float: left;
  padding: 0 1.25rem 1.25rem 1rem;
  border-top: 0;
  border-left: 0;
}
@media (width >=576px) and (width <=991.98px) {
  .email-left-box {
    width: 100%;
    padding-bottom: 0 !important;
  }
}
@media (width <=575.98px) {
  .email-left-box {
    width: 100%;
    float: none;
    border: none;
    padding-bottom: 30px !important;
  }
}
.email-left-box .intro-title {
  background: rgb(54 48 98 / 10%);
  padding: 1rem;
  margin: 1.875rem 0 1.25rem;
}
.email-left-box .intro-title h5 {
  margin-bottom: 0;
  color: #6a707e;
  font-size: 14px;
}
.email-left-box .intro-title h5 i {
  font-size: 0.75rem;
  position: relative;
  bottom: 1px;
}
.email-left-box .intro-title i {
  color: #589cc9;
}
.email-right-box {
  padding-left: 15rem;
  padding-right: 1rem;
}
@media (width >=576px) and (width <=991.98px) {
  .email-right-box {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    clear: both;
  }
}
@media (width <=575.98px) {
  .email-right-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.email-right-box .right-box-border {
  border-right: 2px solid rgb(54 48 98 / 10%);
}
@media screen and (width >=649px) and (width <=1200px) {
  .email-right-box .right-box-padding {
    padding-left: 1.25rem;
  }
}
@media (width >=1700px) {
  .email-right-box .right-box-padding {
    padding-left: 0.9375rem;
  }
}
@media (width >=576px) and (width <=991.98px) {
  .email-right-box .right-box-padding {
    padding-left: 0;
  }
}
.toolbar .btn-group .btn {
  border: 0;
}
.toolbar .btn-group input {
  position: relative;
  top: 2px;
}
.read-content textarea {
  height: 150px;
  padding: 15px 20px;
}
.read-content-email {
  font-size: 0.875rem;
}
.read-content h5 {
  color: #6a707e;
}
.read-content p strong {
  color: #6a707e;
}
.read-content-body p {
  margin-bottom: 1.875rem;
}
.read-content-attachment {
  padding: 0.5rem 0;
}
.read-content-attachment h6 {
  font-size: 1.125rem;
  color: #6a707e;
}
.read-content-attachment h6 i {
  padding-right: 0.3125rem;
}
.read-content-attachment .attachment > div:not(:last-child) {
  border-right: 1px solid #dddfe1;
}
.compose-content .wysihtml5-toolbar {
  border-color: #eaeaea;
}
.compose-content .dropzone {
  background: #f2f4fa !important;
}
.compose-content h5 {
  font-size: 1.0625rem;
  color: #6a707e;
}
.compose-content h5 i {
  font-size: 1.125rem;
  transform: rotate(90deg);
}
.compose-content .dropzone {
  border: 1px dashed #dddfe1;
  min-height: 13.125rem;
  position: relative;
}
.compose-content .dropzone .dz-message {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.email-list {
  display: block;
  padding-left: 0;
}
.email-list .message {
  position: relative;
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  cursor: default;
  transition-duration: 0.3s;
}
.email-list .message a {
  color: #828690;
}
.email-list .message-single .custom-checkbox {
  margin-top: 2px;
}
.email-list .message-single i {
  color: #89879f;
  font-size: 1.125rem;
  padding-left: 0.4rem;
}
.email-list .message:hover {
  transition-duration: 0.05s;
  background: rgb(152 166 173 / 15%);
}
.email-list .message .col-mail {
  float: left;
  position: relative;
}
.email-list .message .col-mail-1 {
  width: 5.625rem;
}
.email-list .message .col-mail-1 .star-toggle {
  display: block;
  float: left;
  margin-top: 1.125rem;
  font-size: 1rem;
  margin-left: 0.3125rem;
}
.email-list .message .col-mail-1 .email-checkbox {
  display: block;
  float: left;
  margin: 0.9375rem 0.625rem 0 1.25rem;
}
.email-list .message .col-mail-1 .dot {
  display: block;
  float: left;
  border: 0.4rem solid transparent;
  border-radius: 6.25rem;
  margin: 1.375rem 1.625rem 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}
.email-list .message .col-mail-2 {
  position: absolute;
  inset: 0 0 0 5.625rem;
}
.email-list .message .col-mail-2 .subject {
  position: absolute;
  top: 0;
  left: 0;
  right: 5.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.email-list .message .col-mail-2 .date {
  position: absolute;
  top: 0;
  right: 0;
}
.email-checkbox {
  cursor: pointer;
  height: 0.9375rem;
  width: 0.9375rem;
  display: inline-block;
  border-radius: 0.1rem;
  position: relative;
  top: 0.3125rem;
  box-shadow: inset 0 0 0 0.1rem #828690;
}
.email-checkbox input {
  opacity: 0;
  cursor: pointer;
}
.email-checkbox input:checked label {
  opacity: 1;
}
.email-checkbox label {
  position: absolute;
  inset: 0.3rem;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0 !important;
  transition-duration: 0.05s;
}
.mail-list a {
  vertical-align: middle;
  padding: 0.625rem 0.9375rem;
  display: block;
  background: transparent;
  color: #464a53;
  font-weight: 600;
}
.mail-list .list-group-item {
  color: #6a707e;
  padding: 0.75rem 1.0625rem;
}
.mail-list .list-group-item i {
  font-size: 1rem;
  padding-right: 0.625rem;
  color: #ccc;
}
.mail-list .list-group-item.active {
  color: #fff;
}
.mail-list .list-group-item.active i {
  color: #fff;
}
.chat-wrap {
  padding: 1.0625rem 1.875rem;
}
.chat-wrap .media .media-body h6 {
  font-size: 1.0625rem;
  color: #6a707e;
}
.chat-wrap .media .media-body p {
  font-size: 0.875rem;
}
@media (width >=648px) {
  .email-filter {
    padding-left: 1.25rem;
  }
}
@media (width >=1700px) {
  .email-filter {
    padding-left: 1.875rem;
  }
}
.email-filter .input-group-prepend i {
  font-size: 0.875rem;
  color: #89879f;
}
.email-filter .input-group-prepend .input-group-text {
  border: 0;
  border-bottom: 1px solid #dddfe1 !important;
  background: transparent;
}
.email-filter .input-group .form-control {
  padding: 0 0 0 0.3125rem;
  border: 0;
  font-size: 0.875rem;
  height: 1.875rem;
  color: #89879f;
  border-bottom: 1px solid #dddfe1;
}
.email-filter .input-group .form-control::placeholder {
  font-size: 0.875rem;
  color: #89879f;
}
.email-filter .input-group > .form-control {
  min-height: 1.875rem;
}
.single-mail {
  display: block;
  padding: 1.5625rem 0;
}
.single-mail .media {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (width >=1700px) {
  .single-mail .media {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.single-mail .media img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 0.9375rem;
}
@media (width >=1700px) {
  .single-mail .media img {
    margin-right: 1.875rem;
  }
}
.single-mail .media-body h6 {
  color: #abafb3;
}
.single-mail .media-body h4 {
  font-size: 1rem;
  color: #6a707e;
}
.single-mail .media-body h4 button i {
  font-size: 1.125rem;
  color: #abafb3;
  font-weight: bold;
  transform: rotate(90deg);
}
.single-mail .media-body p {
  font-size: 0.875rem;
  color: #abafb3;
}
.single-mail.active {
  background: #589cc9;
}
.single-mail.active h6,
.single-mail.active h4,
.single-mail.active p,
.single-mail.active i {
  color: #fff !important;
}
[direction=rtl] .email-right-box {
  padding-left: 1rem;
  padding-right: 15rem;
}
@media only screen and (width <=991px) {
  [direction=rtl] .email-right-box {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (width <=575px) {
  [direction=rtl] .email-right-box {
    padding-left: 0;
    padding-right: 0;
  }
}
[direction=rtl] .email-left-box {
  float: right;
}
[direction=rtl] .email-list .message .col-mail-2 {
  right: 5.625rem;
  left: 0;
  float: right;
}
[direction=rtl] .email-list .message .col-mail-2 .date {
  right: auto;
  left: 0;
}
[direction=rtl] .email-list .message .col-mail-2 .subject {
  right: 0;
  left: 5.5rem;
}
.photo-content {
  position: relative;
}
.photo-content .cover-photo {
  background: url("./media/cover-7RKHC5LI.jpg");
  background-size: cover;
  background-position: center;
  min-height: 250px;
  width: 100%;
}
.profile .profile-photo {
  max-width: 100px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  margin-right: 10px;
}
@media only screen and (width <=575px) {
  .profile .profile-photo {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
[direction=rtl] .profile .profile-photo {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 15px;
}
@media only screen and (width <=1199px) {
  [direction=rtl] .profile .profile-photo {
    right: 15px;
  }
}
@media only screen and (width <=575px) {
  [direction=rtl] .profile .profile-photo {
    width: 80px;
    right: calc(50% - 40px);
    top: -100px;
  }
}
.profile-info {
  padding: 15px 20px;
}
@media only screen and (width <=575px) {
  .profile-info {
    padding: 0 0 20px;
    text-align: center;
  }
}
.profile-info h4 {
  color: #464a53 !important;
}
.profile-info h4.text-primary {
  color: #589cc9 !important;
}
.profile-info p {
  color: #828690;
}
.profile-info .prf-col {
  min-width: 250px;
  padding: 10px 50px 0;
}
.profile-interest .row {
  margin: 0 -0.7px;
}
.profile-interest .row .int-col {
  padding: 0 0.7px;
}
.profile-interest .row .int-col .interest-cat {
  margin-bottom: 1.4px;
  position: relative;
  display: block;
}
.profile-interest .row .int-col .interest-cat::after {
  background: #000;
  inset: 0;
  content: "";
  opacity: 0.5;
  position: absolute;
  z-index: 0;
}
.profile-interest .row .int-col .interest-cat p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  left: 0;
  margin: 0;
  z-index: 1;
  color: white;
  font-size: 1.2px;
}
.profile-tab .nav-item .nav-link {
  font-size: 16px;
  margin-right: 30px;
  transition: all 0.5s ease-in-out;
  border: none;
  border-bottom: 0.2px solid transparent;
  color: #828690;
}
.profile-tab .nav-item .nav-link:hover,
.profile-tab .nav-item .nav-link.active {
  border: 0;
  background: transparent;
  border-bottom: 0.2px solid #589cc9;
  color: #589cc9;
}
@media only screen and (width <=575px) {
  .profile-tab .nav-item .nav-link {
    margin-right: 0;
  }
}
.profile-info {
  display: flex;
}
@media only screen and (width <=575px) {
  .profile-info {
    display: block;
  }
}
.profile-info .profile-details {
  display: flex;
  width: 100%;
}
@media only screen and (width <=575px) {
  .profile-info .profile-details {
    display: block;
  }
  .profile-info .profile-details .dropdown {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
.post-input {
  margin-bottom: 30px;
}
.post-input .form-control {
  height: 75px;
  font-weight: 400;
  margin: 15px 0;
}
.post-input .btn-social {
  font-size: 20px;
  height: 55px;
  display: inline-block;
  padding: 0;
  text-align: center;
  border-radius: 0.75rem;
  color: #fff;
  width: 55px;
  line-height: 54px;
}
.post-input .btn-social.facebook {
  background-color: #3b5998;
}
.post-input .btn-social.google-plus {
  background-color: #de4e43;
}
.post-input .btn-social.linkedin {
  background-color: #007bb6;
}
.post-input .btn-social.instagram {
  background-color: #8a5a4e;
}
.post-input .btn-social.twitter {
  background-color: #1ea1f3;
}
.post-input .btn-social.youtube {
  background-color: #ce201f;
}
.post-input .btn-social.whatsapp {
  background-color: #01c854;
}
.post-input .btn-social i {
  margin: 0 !important;
}
.profile-uoloaded-post img {
  margin-bottom: 20px;
}
.profile-uoloaded-post a h4 {
  margin-bottom: 10px;
  color: #464a53;
}
.event-chat-ryt .chat-area .chat-reciver,
.event-chat-ryt .chat-area .chat-sender {
  margin-bottom: 1.875rem;
  padding: 0;
}
.event-chat-ryt .chat-area .chat-reciver img,
.event-chat-ryt .chat-area .chat-sender img {
  border-radius: 30px;
}
.event-chat-ryt .chat-area .media {
  position: relative;
}
.event-chat-ryt .chat-area .media-body p {
  margin: 0;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.event-chat-ryt .chat-area .media-body p span {
  padding: 1rem;
  display: inline-block;
  top: 103%;
  position: relative;
  border: 1px solid #d7dae3;
}
.event-chat-ryt .chat-reciver {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.event-chat-ryt .chat-reciver .media {
  -webkit-box-flex: 1;
  flex: 1;
}
.event-chat-ryt .chat-reciver .media .media-body {
  margin-right: 2rem;
  text-align: right;
}
[direction=rtl] .event-chat-ryt .chat-reciver .media .media-body {
  text-align: left;
  margin-left: 2rem;
  margin-right: auto;
}
.event-chat-ryt .chat-reciver .media .media-body p {
  background: #fff;
  margin-bottom: 0;
  border-radius: 5px 5px 0;
}
.event-chat-ryt .chat-reciver .media .media-body p span {
  text-align: left;
  border: 1px solid #d7dae3;
}
.event-chat-ryt .chat-reciver .media .media-body p span::after {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #d7dae3;
  border-right: 1px solid #d7dae3;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: rotate(-45deg) translateX(15px);
}
[direction=rtl] .event-chat-ryt .chat-reciver .media .media-body p span::after {
  left: 0;
  right: auto;
  transform: rotate(135deg) translateY(15px);
}
.event-chat-ryt .chat-reciver .media .media-body p .time {
  position: absolute;
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 400;
  bottom: 0;
  left: -80px;
}
[direction=rtl] .event-chat-ryt .chat-reciver .media .media-body p .time {
  right: -5rem;
  left: auto;
}
.event-chat-ryt .chat-sender {
  text-align: left;
  padding: 0.5rem 1rem;
}
.event-chat-ryt .chat-sender .media .media-body {
  margin-left: 2rem;
}
[direction=rtl] .event-chat-ryt .chat-sender .media .media-body {
  text-align: right;
  margin-right: 2rem;
  margin-left: auto;
}
.event-chat-ryt .chat-sender .media .media-body p {
  background-color: #fff;
  margin-bottom: 0;
}
.event-chat-ryt .chat-sender .media .media-body p span::after {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #d7dae3;
  border-left: 1px solid #d7dae3;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transform: rotate(45deg) translateX(-15px);
}
[direction=rtl] .event-chat-ryt .chat-sender .media .media-body p span::after {
  left: auto;
  right: 0;
  transform: rotate(-135deg) translateY(15px);
}
.event-chat-ryt .chat-sender .media .media-body p .time {
  position: absolute;
  font-size: 10px;
  color: #7e7e7e;
  font-weight: 400;
  bottom: 0;
  right: -5rem;
}
[direction=rtl] .event-chat-ryt .chat-sender .media .media-body p .time {
  left: -5rem;
  right: auto;
}
.char-type {
  padding-top: 30px;
  padding-bottom: 30px;
}
.char-type form .form-control {
  height: 45px;
  padding-left: 18px;
  background: #fbfbfb;
  border-right: 0;
}
.char-type form .input-group-append i {
  color: #898989;
  font-size: 18px;
}
.char-type form .input-group-append .input-group-text {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  background: #fbfbfb;
  border-color: #d7dae3;
  border-left: 0;
}
.char-type form .input-group-append .input-group-text:last-child {
  padding-right: 1.8rem;
}
.media-avatar {
  padding: 25px 0;
  border-bottom: 1px solid #d7dae3;
}
.media-avatar:last-child {
  border-bottom: 0;
}
.media-avatar p {
  margin-bottom: 0;
}
.media-avatar .avatar-status {
  position: relative;
}
.media-avatar .avatar-status i {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ct-golden-section::before {
  float: none;
}
.ct-chart {
  max-height: 15.7rem;
}
.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 0.75rem;
  line-height: 1;
}
.ct-grid {
  stroke: rgb(49 58 70 / 10%);
}
.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #fff;
  fill: #fff;
  font-size: 0.625rem;
}
.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #589cc9;
}
.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #68cf29;
}
.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #ffab2d;
}
.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #f72b50;
}
.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #3a82ef;
}
.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #6e6e6e;
}
.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #8d6e63;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #ac4cbc;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #00a2ff;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #ff9800;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #ff9800;
}
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 0.625rem;
  padding: 2px 0.625rem;
  border-radius: 3px;
  background: #313a46;
  color: #fff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s linear;
}
.chartist-tooltip.tooltip-show {
  opacity: 1;
}
#donught_graph .ct-series.ct-series-a .ct-slice-donut {
  stroke: #3fc6d4;
}
#donught_graph .ct-series.ct-series-b .ct-slice-donut {
  stroke: #333;
}
#donught_graph .ct-series.ct-series-c .ct-slice-donut {
  stroke: #f63465;
}
@media only screen and (width <=767px) {
  #pie-chart .ct-label {
    color: #fff;
    fill: #fff;
  }
}
#visitor_graph {
  height: 253px !important;
}
#user_rating_graph {
  height: 280px !important;
}
#activity {
  height: 270px !important;
}
#visitorOnline {
  height: 72px !important;
}
#trendMeter {
  height: 72px !important;
}
#widget-revenue1,
#widget-revenue2,
#widget-revenue3 {
  height: 117px !important;
}
#widget-profit1,
#widget-profit2,
#widget-profit3 {
  height: 160px !important;
}
#comparison-rate {
  height: 230px !important;
}
#session_day {
  height: 175px !important;
  width: auto !important;
  margin: 0 auto;
}
#walet-status {
  height: 140px !important;
}
#bar1 {
  height: 150px !important;
}
#sold-product {
  height: 230px !important;
}
#chart-venue-expenses,
#chart-online-sale,
#chart-gross-sale {
  height: 150px !important;
}
#areaChart_3 {
  height: 295px !important;
}
.chart-point {
  display: flex;
  align-items: center;
}
.chart-point .check-point-area {
  width: 100px;
  height: 100px;
  margin-top: -10px;
  margin-left: -10px;
}
.chart-point .chart-point-list {
  margin: 0;
  padding-left: 5px;
}
.chart-point .chart-point-list li {
  list-style: none;
  font-size: 13px;
  padding: 2px 0;
}
.chart-point .chart-point-list li i {
  margin-right: 5px;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.c3 {
  height: 250px;
}
.c3-legend-item {
  fill: #9fabb1;
}
.c3 .c3-axis-x path,
.c3 .c3-axis-x line,
.c3 .c3-axis-y path,
.c3 .c3-axis-y line,
.tick text {
  stroke: #fff;
}
.flot-chart {
  height: 15.7rem;
}
.tooltipflot {
  background-color: transparent;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  color: rgb(255 255 255 / 70%);
  border-radius: 0.2rem;
}
.legendColorBox > div {
  border: 0 !important;
  padding: 0 !important;
}
.legendLabel {
  font-size: 0.825rem;
  padding-left: 0.5rem;
  color: #fff;
}
.flotTip {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.legend > div {
  background: transparent !important;
}
#balance_graph {
  height: 260px;
}
.morris-hover {
  position: absolute;
  z-index: 1;
  background: #589cc9;
  color: #fff;
}
.morris-hover .morris-hover-point {
  color: #fff !important;
  margin: 3px 0;
  text-align: center;
  padding: 0 25px;
}
.morris-hover .morris-hover-row-label {
  background-color: #6e6e6e;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
svg text {
  font-weight: 600 !important;
}
#morris_donught,
#morris_donught_2,
#line_chart_2,
#morris_bar,
#morris_bar_stalked,
#morris_bar_2,
#morris_area_2,
#morris_area {
  height: 240px !important;
}
#morris_line {
  height: 278px !important;
}
#crypto-btc-card,
#crypto-eth-card,
#crypto-rpl-card,
#crypto-ltc-card {
  height: 9.375rem;
}
#daily-sales,
#comparison-rate,
#usage-chart,
#walet-status {
  width: 100%;
  display: block;
}
#daily-sales canvas,
#comparison-rate canvas,
#usage-chart canvas,
#walet-status canvas {
  max-width: 100% !important;
  width: 100% !important;
}
#sparkline-composite-chart canvas,
#composite-bar canvas,
#sparkline11 canvas,
#StackedBarChart canvas,
#spark-bar canvas,
#tristate canvas {
  height: 100px !important;
}
#sparkline11 canvas {
  width: 100px !important;
}
.easy-pie-chart {
  position: relative;
  text-align: center;
}
.easy-pie-chart .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.easy-pie-chart img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.easy-pie-chart canvas {
  display: block;
  margin: 0 auto;
}
#revenue-chart {
  height: 27.7rem;
}
#duration-value-axis {
  height: 27.6rem;
  width: 100%;
}
#combined-bullet {
  height: 28.125rem;
  width: 100%;
}
#zoomable-chart {
  height: 28.125rem;
  width: 100%;
}
#chartMap {
  height: 28.125rem;
  width: 100%;
}
#professional-candlesticks {
  width: 100%;
  height: 28.125rem;
}
#comparing-stock-indices {
  width: 100%;
  height: 28.125rem;
}
#multiple-panel-data {
  width: 100%;
  height: 28.125rem;
}
#depth-chart {
  width: 100%;
  height: 28.125rem;
}
.amcharts-export-menu {
  display: none;
}
.amcharts-data-set-selector-div {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 16.875rem;
  margin: 0 auto;
}
.amcharts-data-set-selector-div select {
  border: 0;
  margin-left: 0.625rem;
  background: #ddd;
  color: #000;
}
.amChartsInputField {
  border: 0;
  background: #589cc9;
  color: #fff;
  padding: 0.3125rem 0.9375rem;
  margin: 0 0.9375rem;
}
.amcharts-data-set-select {
  border: 0;
  background: #ddd;
  color: #000;
}
.amcharts-period-input,
.amcharts-period-input-selected {
  border: 0;
  margin-left: 0.625rem;
  background: #589cc9;
  color: #fff;
  padding: 0.3125rem 0.9375rem;
}
.amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  animation: am-moving-dashes 1s linear infinite;
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -1.9375rem;
  }
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -1.9375rem;
  }
}
.lastBullet {
  animation: am-pulsating 1s ease-out infinite;
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 3.125rem;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 3.125rem;
  }
}
.amcharts-graph-column-front {
  transition: all 0.3s 0.3s ease-out;
}
.amcharts-graph-column-front:hover {
  fill: #496375;
  stroke: #496375;
  transition: all 0.3s ease-out;
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
@media only screen and (width <=991px) {
  .amChartsPeriodSelector > fieldset > div {
    float: none !important;
    display: block !important;
    margin-bottom: 0.625rem;
  }
}
.highcharts-root text {
  font-weight: 300 !important;
}
.highcharts-credits {
  display: none;
}
#chart_employee_gender,
#chart_employee_status {
  width: auto;
  height: 350px;
}
.form-control {
  background: #fff;
  border: 1px solid #d7dae3;
  color: #6e6e6e;
  height: 56px;
}
@media only screen and (width <=1400px) {
  .form-control {
    height: 41px;
  }
}
.form-control:hover,
.form-control:focus,
.form-control.active {
  box-shadow: none;
  background: #fff;
  color: #6e6e6e;
}
.input-rounded {
  border-radius: 100px;
}
[data-theme-version=light] .input-primary .form-control {
  border-color: #589cc9;
}
[data-theme-version=light] .input-primary .input-group-text {
  background-color: #589cc9;
  color: #fff;
}
[data-theme-version=light] .input-danger .form-control {
  border-color: #f72b50;
}
[data-theme-version=light] .input-danger .input-group-text {
  background-color: #f72b50;
  color: #fff;
}
[data-theme-version=light] .input-info .form-control {
  border-color: #3a82ef;
}
[data-theme-version=light] .input-info .input-group-text {
  background-color: #3a82ef;
  color: #fff;
}
[data-theme-version=light] .input-success .form-control {
  border-color: #68cf29;
}
[data-theme-version=light] .input-success .input-group-text {
  background-color: #68cf29;
  color: #fff;
}
[data-theme-version=light] .input-warning .form-control {
  border-color: #ffab2d;
}
[data-theme-version=light] .input-warning .input-group-text {
  background-color: #ffab2d;
  color: #fff;
}
[data-theme-version=light] .input-primary-o .form-control {
  border-color: #589cc9;
}
[data-theme-version=light] .input-primary-o .input-group-text {
  background-color: transparent;
  border-color: #589cc9;
  color: #589cc9;
}
[data-theme-version=light] .input-danger-o .form-control {
  border-color: #f72b50;
}
[data-theme-version=light] .input-danger-o .input-group-text {
  background-color: transparent;
  border-color: #f72b50;
  color: #f72b50;
}
[data-theme-version=light] .input-info-o .form-control {
  border-color: #3a82ef;
}
[data-theme-version=light] .input-info-o .input-group-text {
  background-color: transparent;
  border-color: #3a82ef;
  color: #3a82ef;
}
[data-theme-version=light] .input-success-o .form-control {
  border-color: #68cf29;
}
[data-theme-version=light] .input-success-o .input-group-text {
  background-color: transparent;
  border-color: #68cf29;
  color: #68cf29;
}
[data-theme-version=light] .input-warning-o .form-control {
  border-color: #ffab2d;
}
[data-theme-version=light] .input-warning-o .input-group-text {
  background-color: transparent;
  border-color: #ffab2d;
  color: #ffab2d;
}
.input-group-text {
  background: #d7dae3;
  border: 1px solid transparent;
  min-width: 50px;
  display: flex;
  justify-content: center;
  padding: 0.532rem 0.75rem;
}
.input-group-text i {
  font-size: 16px;
}
.custom-file-label {
  height: 40px;
  padding: 0.5rem 0.75rem;
}
.input-group-prepend .btn,
.input-group-append .btn {
  z-index: 0;
}
.custom-select {
  background: none;
  border-color: #d7dae3;
  color: #6e6e6e;
}
.custom-select:focus {
  box-shadow: none;
  border-color: #589cc9;
  color: #589cc9;
}
.custom-file-label::after {
  background: #656c73;
  border: 1px solid #d7dae3;
  color: #fff;
}
.custom_file_input .custom-file-label::after {
  height: 100%;
}
.form-control:disabled,
.form-control[readonly] {
  background: #fff;
  opacity: 1;
}
.custom-file-label {
  background: #fff;
  border-color: #d7dae3;
}
input[type=checkbox]::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: -1px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #d4d7da;
  line-height: 1.3;
}
input[type=checkbox]:checked::after {
  width: 1rem;
  height: 1rem;
  display: block;
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  font-weight: 100;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  background: #589cc9;
}
.form-check-label {
  margin-left: 5px;
  margin-top: 3px;
}
.form-check-inline .form-check-input {
  margin-right: 0.625rem;
}
.custom-control-label::before,
.custom-control-label::after {
  top: 2px;
  width: 1.25rem;
  height: 1.25rem;
  border-color: #e7e7e7;
}
.rtl .custom-control-label::before,
.rtl .custom-control-label::after {
  right: -1.5rem !important;
  left: inherit;
}
.custom-control {
  line-height: normal;
}
.toggle-switch {
  padding-left: 50px;
  line-height: 1.25;
}
.toggle-switch .custom-control-label {
  font-weight: 500;
}
.toggle-switch .custom-control-label::after {
  width: 24px;
  background: #959595;
  height: 24px;
  border-radius: 24px;
  top: -2px;
  left: -50px;
  transition: all 0.5s;
}
.toggle-switch .custom-control-label::before {
  border: 0;
  background: #d8d8d8;
  width: 40px;
  border-radius: 20px !important;
  height: 16px;
  left: -50px;
  transition: all 0.5s;
}
.toggle-switch .custom-control-input:checked ~ .custom-control-label::after {
  left: -43px;
  background: #589cc9;
}
.toggle-switch .custom-control-input:checked ~ .custom-control-label::before {
  background: #cac7e4;
}
.toggle-switch.text-right {
  padding-left: 0;
  padding-right: 50px;
}
.toggle-switch.text-right .custom-control-label::after {
  left: auto;
  right: -30px;
}
.toggle-switch.text-right .custom-control-label::before {
  left: auto;
  right: -50px;
}
.toggle-switch.text-right .custom-control-input:checked ~ .custom-control-label::after {
  left: auto;
  right: -43px;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
.custom-control-label::before {
  background-color: transparent;
  border-color: #c8c8c8;
  border-width: 2px;
  border-radius: 0.25rem !important;
}
.check-xs .custom-control-label::before,
.check-xs .custom-control-label::after {
  width: 18px;
  height: 18px;
}
.check-lg .custom-control-label::before,
.check-lg .custom-control-label::after {
  width: 24px;
  height: 24px;
}
.check-xl .custom-control-label::before,
.check-xl .custom-control-label::after {
  width: 28px;
  height: 28px;
}
.checkbox-info .custom-control-label::before {
  background-color: #d1e2fb;
  border-color: #d1e2fb;
}
.checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3a82ef;
  border-color: #3a82ef;
}
.checkbox-danger .custom-control-label::before {
  background-color: #fee6ea;
  border-color: #fee6ea;
}
.checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f72b50;
  border-color: #f72b50;
}
.checkbox-success .custom-control-label::before {
  background-color: #ecfae4;
  border-color: #ecfae4;
}
.checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #68cf29;
  border-color: #68cf29;
}
.checkbox-warning .custom-control-label::before {
  background-color: #fff0da;
  border-color: #fff0da;
}
.checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffab2d;
  border-color: #ffab2d;
}
.checkbox-secondary .custom-control-label::before {
  background-color: #f1e0f4;
  border-color: #f1e0f4;
}
.checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ac4cbc;
  border-color: #ac4cbc;
}
.check-switch {
  padding-left: 40px;
}
.check-switch .custom-control-label {
  line-height: 30px;
  font-weight: 500;
}
.check-switch .custom-control-label span {
  line-height: 1;
}
.check-switch .custom-control-label::after,
.check-switch .custom-control-label::before {
  height: 1.5rem;
  width: 1.5rem;
  left: -2rem;
  border-radius: 3rem !important;
  border-color: rgb(54 48 98 / 30%);
}
.check-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("./media/check-J6KG5TX2.svg");
}
.check-switch .custom-control-input:checked ~ .custom-control-label::before {
  background: #fff;
}
.js-switch + .switchery {
  border-radius: 50px;
  margin-right: 4rem;
}
@media (width <=767.98px) {
  .js-switch + .switchery {
    margin-right: 1rem;
  }
}
.js-switch + .switchery > small {
  top: 2px;
}
.js-switch.js-switch-lg + .switchery {
  height: 2rem;
  width: 4.5rem;
}
.js-switch.js-switch-lg + .switchery > small {
  width: 1.75rem;
  height: 1.75rem;
}
.js-switch.js-switch-md + .switchery {
  height: 1.5rem;
  width: 3.5rem;
}
.js-switch.js-switch-md + .switchery > small {
  width: 1.25rem;
  height: 1.25rem;
}
.js-switch.js-switch-sm + .switchery {
  height: 1rem;
  width: 2.2rem;
}
.js-switch.js-switch-sm + .switchery > small {
  width: 0.875rem;
  height: 0.875rem;
  top: 1px;
}
.js-switch-square + .switchery {
  border-radius: 0;
}
.js-switch-square + .switchery > small {
  border-radius: 0;
  top: 2px;
}
.js-switch-square.js-switch-lg + .switchery {
  height: 2rem;
  width: 4.5rem;
}
.js-switch-square.js-switch-lg + .switchery > small {
  width: 1.75rem;
  height: 1.75rem;
}
.js-switch-square.js-switch-md + .switchery {
  height: 1.5rem;
  width: 3.5rem;
}
.js-switch-square.js-switch-md + .switchery > small {
  width: 1.25rem;
  height: 1.25rem;
}
.js-switch-square.js-switch-sm + .switchery {
  height: 1rem;
  width: 2.2rem;
}
.js-switch-square.js-switch-sm + .switchery > small {
  width: 0.875rem;
  height: 0.875rem;
  top: 1px;
}
.form-control.is-valid {
  border-color: #68cf29 !important;
  border-right: 0 !important;
}
.form-control.is-valid:focus {
  box-shadow: none;
}
.form-control.is-warning {
  border-color: #ffab2d !important;
  border-right: 0 !important;
}
.form-control.is-warning:focus {
  box-shadow: none;
}
.form-control.is-invalid {
  border-color: #f72b50 !important;
  border-right: 0 !important;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}
.is-valid .input-group-prepend .input-group-text i {
  color: #68cf29;
}
.is-invalid .input-group-prepend .input-group-text i {
  color: #524995;
}
.show-pass {
  cursor: pointer;
}
.show-pass .fa-eye {
  display: none;
}
.show-pass.active .fa-eye-slash {
  display: none;
}
.show-pass.active .fa-eye {
  display: inline-block;
}
.asColorPicker-dropdown {
  max-width: 26rem;
}
.asColorPicker-trigger {
  border: 0 none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.1875rem;
}
[direction=rtl] .asColorPicker-trigger {
  left: 0;
  right: auto;
}
.asColorPicker-clear {
  display: none;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  top: 0.5rem;
}
.daterangepicker td.active {
  background-color: #589cc9;
}
.daterangepicker td.active:hover {
  background-color: #589cc9;
}
.daterangepicker button.applyBtn {
  background-color: #589cc9;
  border-color: #589cc9;
}
.datepicker.datepicker-dropdown {
  background: #f2f4fa;
  border-radius: 1px;
  border: 1px solid #eee;
}
.datepicker.datepicker-dropdown td.day,
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
  height: 30px;
  width: 30px !important;
  padding: 0;
  text-align: center;
  font-weight: 300;
  border-radius: 50px;
}
.datepicker.datepicker-dropdown td.day:hover,
.datepicker.datepicker-dropdown th.next:hover,
.datepicker.datepicker-dropdown th.prev:hover {
  box-shadow: 0 0 30px 5px rgb(243 30 122 / 30%);
  color: #fff;
}
.datepicker.datepicker-dropdown th.datepicker-switch,
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
  font-weight: 300;
  color: #333;
}
.datepicker.datepicker-dropdown th.dow {
  font-weight: 300;
}
.datepicker table tr td.selected,
.datepicker table tr td.active.active {
  box-shadow: 0 0 30px 5px rgb(243 30 122 / 30%);
  border: 0;
}
.datepicker table tr td.today {
  box-shadow: 0 0 30px 5px rgb(243 30 122 / 30%);
  color: #fff;
}
.datepicker table tr td.today:hover {
  box-shadow: 0 0 30px 5px rgb(243 30 122 / 30%);
  color: #fff;
}
.datepicker table tr td.today.disabled {
  box-shadow: 0 0 30px 5px rgb(243 30 122 / 30%);
  color: #fff;
}
.datepicker table tr td.today.disabled:hover {
  box-shadow: 0 0 30px 5px rgb(243 30 122 / 30%);
  color: #fff;
}
.picker__select--month,
.picker__select--year {
  height: 2.5em;
}
.picker__input {
  background-color: transparent !important;
}
.asColorPicker-wrap .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#image {
  max-width: 100%;
}
.docs-options .dropdown-menu {
  padding: 1.5rem;
}
.docs-preview {
  margin-bottom: 3rem;
}
.docs-preview .img-preview {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  max-width: 100% !important;
}
.docs-preview .img-preview > img {
  max-width: 100% !important;
}
.docs-preview .img-preview.preview-lg {
  width: 16rem;
  height: 9rem;
}
.docs-preview .img-preview.preview-md {
  width: 8rem;
  height: 4.5rem;
}
.docs-preview .img-preview.preview-sm {
  width: 4rem;
  height: 2.25rem;
}
.docs-preview .img-preview.preview-xs {
  width: 2rem;
  height: 1.125rem;
  margin-right: 0;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 0.75rem;
  border: 1px solid #c8c8c8;
  height: 40px;
  background: #fff;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.active {
  box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #7e7e7e;
  padding-left: 15px;
  min-height: 40px;
}
.select2-container--default .select2-selection--multiple {
  border-color: #d7dae3;
  border-radius: 0;
}
.select2-dropdown {
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #589cc9;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d7dae3;
  background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 15px;
}
.select2-container .select2-selection--multiple {
  min-height: 40px;
  color: #7e7e7e;
  border-radius: 0.75rem;
  border: 1px solid #c8c8c8;
}
.select2-dropdown {
  border-color: #c8c8c8;
}
.swal2-popup .swal2-content {
  color: #7e7e7e;
}
.form-wizard {
  border: 0;
}
.form-wizard .nav-wizard {
  box-shadow: none !important;
  margin-bottom: 2rem;
}
.form-wizard .nav-wizard li .nav-link {
  position: relative;
}
.form-wizard .nav-wizard li .nav-link span {
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  border: 2px solid #589cc9;
  display: block;
  line-height: 3rem;
  color: #589cc9;
  font-size: 18px;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.form-wizard .nav-wizard li .nav-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: #eee !important;
  z-index: 0;
  width: 100%;
}
.form-wizard .nav-wizard li .nav-link.active::after {
  background: #589cc9 !important;
}
.form-wizard .nav-wizard li .nav-link.active span {
  background: #589cc9;
  color: #fff;
}
.form-wizard .nav-wizard li .nav-link.done::after {
  background: #589cc9 !important;
}
.form-wizard .nav-wizard li .nav-link.done span {
  background-color: #589cc9;
  color: #fff;
}
.form-wizard .nav-wizard li:last-child .nav-link::after {
  content: none;
}
.form-wizard .toolbar-bottom .btn {
  background-color: #589cc9;
  border: 0;
  padding: 12px 18px;
}
.form-wizard .tab-content .tab-pane {
  padding: 0;
}
.form-wizard .emial-setup label.mailclinet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #eef5f9;
  text-align: center;
  margin: auto;
}
@media only screen and (width <=575px) {
  .form-wizard .emial-setup label.mailclinet {
    width: 7rem;
    height: 7rem;
  }
}
.form-wizard .emial-setup label.mailclinet .mail-icon {
  font-size: 3rem;
  display: inline-block;
  line-height: 1;
  margin-top: -1rem;
}
@media only screen and (width <=575px) {
  .form-wizard .emial-setup label.mailclinet .mail-icon {
    font-size: 2rem;
  }
}
.form-wizard .emial-setup label.mailclinet .mail-text {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (width <=575px) {
  .form-wizard .emial-setup label.mailclinet .mail-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.form-wizard .emial-setup label.mailclinet input[type=radio] {
  display: none;
}
.form-wizard .emial-setup label.mailclinet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #eef5f9;
  text-align: center;
  margin: auto;
}
@media only screen and (width <=575px) {
  .form-wizard .emial-setup label.mailclinet {
    width: 7rem;
    height: 7rem;
  }
}
.form-wizard .emial-setup label.mailclinet .mail-icon {
  font-size: 3rem;
  display: inline-block;
  line-height: 1;
  margin-top: -1rem;
}
@media only screen and (width <=575px) {
  .form-wizard .emial-setup label.mailclinet .mail-icon {
    font-size: 2rem;
  }
}
.form-wizard .emial-setup label.mailclinet .mail-text {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (width <=575px) {
  .form-wizard .emial-setup label.mailclinet .mail-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.form-wizard .emial-setup label.mailclinet input[type=radio] {
  display: none;
}
@media only screen and (width <=767px) {
  .form-wizard .nav-wizard {
    flex-direction: unset !important;
  }
  .form-wizard .tab-content {
    height: 100% !important;
  }
}
@media only screen and (width <=575px) {
  .form-wizard .nav-wizard li .nav-link {
    padding: 0;
  }
}
.note-icon-caret,
.note-popover {
  display: none;
}
.note-editor.note-frame .panel-heading {
  padding: 0.6rem 1rem 1rem;
  z-index: 1;
}
.note-editor.note-frame {
  border-color: #d7dae3;
}
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
}
.note-editor.note-frame .note-statusbar {
  background-color: #fff;
}
.ql-container {
  height: 25rem;
}
#world-datamap {
  padding-bottom: 46% !important;
}
.datamaps-hoverover {
  background: #fff;
  padding: 0.3125rem;
  border-radius: 0.3125rem;
  font-family: Roboto !important;
  color: #589cc9;
  border: 1px solid rgb(54 48 98 / 30%);
}
@media only screen and (width <=1440px) {
  .world_map_card ul.list-group {
    display: flex;
    flex-flow: row wrap;
    margin-top: 35px;
  }
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  height: 20px;
  width: 20px;
  line-height: 14px;
  background-color: #589cc9;
  color: #fff;
}
.jqvmap-zoomout {
  top: 35px;
}
#world-map,
#usa {
  height: 400px;
}
@media only screen and (width <=991px) {
  #world-map,
  #usa {
    height: 350px;
  }
}
@media only screen and (width <=575px) {
  #world-map,
  #usa {
    height: 230px;
  }
}
.blockUI.blockMsg.blockPage {
  border: 0 !important;
}
#loginForm {
  cursor: auto;
}
.blockMsg {
  border: 0 !important;
  width: 20% !important;
}
.blockMsg h1 {
  font-size: 16px;
  padding: 8px 0;
  margin-bottom: 0;
}
.bootstrap-select {
  margin-bottom: 0;
}
.bootstrap-select .btn {
  border: 1px solid #d7dae3 !important;
  background-color: transparent !important;
  font-weight: 400;
  color: #7e7e7e !important;
}
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:hover {
  outline: none !important;
  outline-offset: 0;
}
.bootstrap-select .dropdown-menu {
  border-color: #d7dae3 !important;
  box-shadow: 0 0 40px 0 rgb(82 63 105 / 10%);
}
.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
}
.input-group > .bootstrap-select:not(:first-child) .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .bootstrap-select:not(:last-child) .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.clipboard-btn {
  transition: all 0.1s ease-in-out;
}
.clipboard-btn:hover {
  background-color: #589cc9;
  color: #fff;
}
.crypto-ticker {
  background: rgb(0 0 0 / 50%);
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
#webticker-big {
  font: inherit !important;
  font-size: inherit !important;
  font-weight: normal !important;
}
#webticker-big li i {
  font-size: 18px;
  margin-right: 7px;
}
#webticker-big li p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-dataset.tt-dataset-states {
  border: 1px solid #d7dae3;
}
.twitter-typeahead .tt-menu {
  width: 100%;
  background-color: #fff;
}
.twitter-typeahead .tt-menu .tt-suggestion {
  padding: 0.625rem;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: #589cc9;
  color: #fff;
}
.weather-one i {
  font-size: 8rem;
  position: relative;
  top: 0.5rem;
}
.weather-one h2 {
  display: inline-block;
  float: right;
  font-size: 4.8rem;
}
.weather-one .city {
  position: relative;
  text-align: right;
  top: -2.5rem;
}
.weather-one .currently {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  top: 2.5rem;
}
.weather-one .celcious {
  text-align: right;
  font-size: 2rem;
}
.noUi-target {
  border-color: transparent;
  border-radius: 0;
}
.noUi-connect {
  background-color: #589cc9;
}
.noUi-connects {
  background-color: #d2d6de;
}
.noUi-connect.c-1-color {
  background-color: #68cf29;
}
.noUi-connect.c-2-color {
  background-color: #3a82ef;
}
.noUi-connect.c-3-color {
  background-color: #589cc9;
}
.noUi-connect.c-4-color {
  background-color: #ffab2d;
}
.noUi-vertical {
  width: 0.375rem;
}
.noUi-horizontal {
  height: 0.375rem;
  margin-bottom: 10px;
}
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 12px;
  width: 12px;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  background-color: #589cc9;
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before,
.noUi-vertical .noUi-handle::after,
.noUi-vertical .noUi-handle::before {
  display: none;
}
.noUi-vertical .noUi-handle {
  left: -4px;
  top: -6px;
}
.noUi-horizontal .noUi-handle {
  top: -4px;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -6px;
}
#slider-toggle {
  height: 50px;
}
#slider-toggle.off .noUi-handle {
  border-color: #589cc9;
}
.colorpicker-slider .sliders.noUi-target#red,
.colorpicker-slider .sliders.noUi-target#green,
.colorpicker-slider .sliders.noUi-target#blue {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
.colorpicker-slider .sliders.noUi-target#red .noUi-connect {
  background: #c0392b;
}
.colorpicker-slider .sliders.noUi-target#green .noUi-connect {
  background: #27ae60;
}
.colorpicker-slider .sliders.noUi-target#blue .noUi-connect {
  background: #2980b9;
}
.colorpicker-slider #result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  color: #7f7f7f;
  background: #7f7f7f;
  border: 1px solid #fff;
  box-shadow: 0 0 10px;
}
.slider-vertical {
  height: 18rem;
}
.nestable-cart {
  overflow: hidden;
}
.dd-handle {
  color: #fff;
  background: #589cc9;
  border-radius: 5px;
  padding: 8px 15px;
  height: auto;
  border: 1px solid #d7dae3;
}
.dd-handle:hover {
  color: #fff;
  background: #589cc9;
}
.dd3-content:hover {
  color: #fff;
  background: #589cc9;
}
.dd3-content {
  color: #fff;
}
.dd-item > button {
  line-height: 28px;
  color: #fff;
}
.pignose-calendar {
  box-shadow: none;
  width: 100%;
  max-width: none;
  border-color: #589cc9;
}
.pignose-calendar .pignose-calendar-top-date {
  background-color: #589cc9;
}
.pignose-calendar .pignose-calendar-top-date .pignose-calendar-top-month {
  color: #fff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: #589cc9;
  box-shadow: none;
}
.pignose-calendar .pignose-calendar-top {
  box-shadow: none;
  border-bottom: 0;
}
.pignose-calendar.pignose-calendar-blue {
  background-color: rgb(0 0 0 / 15%);
}
.pignose-calendar .pignose-calendar-unit {
  height: 4.8em;
}
.cd-h-timeline {
  opacity: 0;
  transition: opacity 0.2s;
}
.cd-h-timeline--loaded {
  opacity: 1;
}
.cd-h-timeline__container {
  position: relative;
  height: 100px;
  max-width: 800px;
}
.cd-h-timeline__dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-h-timeline__dates::after,
.cd-h-timeline__dates::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-h-timeline__dates::before {
  left: 0;
  background: #589cc9;
}
.cd-h-timeline__dates::after {
  right: 0;
  background: #589cc9;
}
.cd-h-timeline__line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background-color: #589cc9;
  transition: transform 0.4s;
}
.cd-h-timeline__filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #68cf29;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.cd-h-timeline__date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.8em;
  padding-bottom: var(--space-sm);
  color: var(--cd-color-1);
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
}
.cd-h-timeline__date::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #383265;
  background-color: #589cc9;
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-h-timeline__date:hover::after {
  background-color: #68cf29;
  border-color: #68cf29;
}
.cd-h-timeline__date--selected {
  pointer-events: none;
}
.cd-h-timeline__date--selected::after {
  background-color: #68cf29;
  border-color: #68cf29;
}
.cd-h-timeline__date--older-event::after {
  border-color: #68cf29;
}
.cd-h-timeline__navigation {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #383265;
  transition: border-color 0.3s;
}
.cd-h-timeline__navigation::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cd-h-timeline__navigation:hover {
  border-color: #68cf29;
}
.cd-h-timeline__navigation--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.cd-h-timeline__navigation--next {
  right: 0;
}
.cd-h-timeline__navigation--inactive {
  cursor: not-allowed;
}
.cd-h-timeline__navigation--inactive::after {
  background-position: 0 -16px;
}
.cd-h-timeline__navigation--inactive:hover {
  border-color: #383265;
}
.cd-h-timeline__events {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.4s;
}
.cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
.cd-h-timeline__event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
.cd-h-timeline__event--enter-right,
.cd-h-timeline__event--leave-right {
  animation-name: cd-enter-right;
}
.cd-h-timeline__event--enter-left,
.cd-h-timeline__event--leave-left {
  animation-name: cd-enter-left;
}
.cd-h-timeline__event--leave-right,
.cd-h-timeline__event--leave-left {
  animation-direction: reverse;
}
.cd-h-timeline__event-content {
  max-width: 800px;
}
.cd-h-timeline__event-title {
  color: var(--cd-color-1);
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: var(--text-xxxl);
}
.cd-h-timeline__event-date {
  display: block;
  font-style: italic;
  margin: var(--space-xs) auto;
}
.cd-h-timeline__event-date::before {
  content: "- ";
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.toast-success {
  background-color: #589cc9;
}
.toast-info {
  background-color: #3a82ef;
}
.toast-warning {
  background-color: #ffab2d;
}
.toast-error {
  background-color: #f72b50;
}
#toast-container > div {
  box-shadow: none;
  border-radius: 0;
  width: auto;
  max-width: 250px;
  opacity: 1;
}
[direction=rtl] #toast-container > div {
  padding: 15px 50px 15px 15px;
  background-position: calc(100% - 15px);
  text-align: right;
}
#toast-container > div:hover {
  box-shadow: none;
}
#toast-container .toast-title {
  margin-bottom: 5px;
  font-weight: 600;
}
#toast-container .toast-message {
  font-size: 12px;
}
#toast-container .toast-close-button {
  opacity: 1;
  font-size: 20px;
  font-weight: normal;
  text-shadow: none;
}
[direction=rtl] .toast-top-right.demo_rtl_class {
  left: 12px;
  right: auto;
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: rgb(30 30 30 / 60%);
}
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  background-color: transparent;
}
.lg-thumb-outer.lg-grab,
.lg-toogle-thumb.lg-icon {
  background-color: rgb(30 30 30 / 60%);
}
.lg-backdrop {
  background-color: rgb(30 30 30 / 90%);
}
.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
  color: #fff;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #589cc9;
}
.lightimg {
  cursor: pointer;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #000;
  padding: 3px;
  color: white;
  width: 17px;
  height: 17px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jqvmap-zoomin {
  top: 10px;
}
.jqvmap-zoomout {
  top: 30px;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus,
.ps__rail-x.ps--clicking,
.ps__rail-y.ps--clicking {
  background-color: transparent;
  opacity: 0.9;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #dae2f3;
  width: 4px;
}
.ps__thumb-y {
  background-color: #dae2f3;
  width: 4px;
}
.total-average {
  position: relative;
  height: 300px;
}
.widget-chat {
  position: relative;
  height: 250px;
}
.widget-todo {
  position: relative;
  height: 210px;
}
.widget-team {
  position: relative;
  height: 285px;
}
.widget-timeline {
  position: relative;
}
.widget-comments {
  position: relative;
  height: 400px;
}
.sidebar-right-inner {
  position: relative;
  height: 100%;
}
.widget-team .ps .ps__rail-x:hover,
.widget-team .ps .ps__rail-y:hover,
.widget-team .ps .ps__rail-x:focus,
.widget-team .ps .ps__rail-y:focus,
.widget-team .ps .ps__rail-x.ps--clicking,
.widget-team .ps .ps__rail-y.ps--clicking {
  background-color: transparent !important;
  opacity: 0.9;
}
.fc-h-event,
.fc-v-event {
  background: #589cc9;
  border-radius: 0.42rem;
}
.fc-h-event .fc-event-title {
  color: #fff;
}
.fc-view-harness {
  overflow-y: auto;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #ebedf3;
}
.fc-unthemed .fc-h-event,
.fc-unthemed .fc-event-dot {
  padding: 0;
  border-radius: 0.42rem;
}
.fc-theme-standard th {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #b5b5c3;
}
@media only screen and (width <=575px) {
  .fc-theme-standard th {
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
  }
}
.fc-theme-standard .fc-scrollgrid.fc-scrollgrid-liquid,
.fc-scrollgrid,
table {
  border-color: #ebedf3;
}
.fc-daygrid-dot-event {
  background: #fff;
  border: 1px solid #ebedf3;
  box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
}
.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #589cc9;
}
.fc-daygrid-dot-event .fc-event-title {
  font-weight: 500;
}
.fc-event.bg-primary,
.fc-event.bg-success,
.fc-event.bg-warning,
.fc-event.bg-secondary,
.fc-event.bg-dark,
.fc-event.bg-info {
  color: #fff !important;
  border-radius: 8px;
}
.fc-event.bg-primary .fc-daygrid-event-dot,
.fc-event.bg-success .fc-daygrid-event-dot,
.fc-event.bg-warning .fc-daygrid-event-dot,
.fc-event.bg-secondary .fc-daygrid-event-dot,
.fc-event.bg-dark .fc-daygrid-event-dot,
.fc-event.bg-info .fc-daygrid-event-dot {
  border-color: #fff;
}
.fc .fc-scroller-liquid-absolute,
.fc-scroller {
  position: relative;
  overflow: visible !important;
}
.fc .fc-button-group > .fc-button {
  color: #b5b5c3;
  background: 0 0;
  border: 1px solid #ebedf3;
  text-shadow: none !important;
  box-shadow: none !important;
}
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:hover,
.fc .fc-button-group > .fc-button.fc-button-active {
  background: #589cc9;
  color: #fff;
  border-color: #589cc9;
}
.fc-button.fc-button-primary.fc-today-button {
  background: #589cc9;
  color: #fff;
  border: 0;
  opacity: 1;
}
.fc-unthemed .fc-toolbar .fc-button.fc-button-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
  background: #589cc9;
  color: #fff;
  border: 1px solid #589cc9;
  box-shadow: none;
  text-shadow: none;
}
.fc .fc-toolbar-title {
  font-size: 20px;
  margin: 0;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: -0.5em;
}
.external-event {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.external-event:hover::before {
  background: #fff !important;
}
.fc-event {
  overflow: hidden;
}
.fc .fc-view-harness {
  height: 800px !important;
}
@media only screen and (width <=575px) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: block;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
    display: flex;
    justify-content: center;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
    justify-content: space-between;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
    margin-bottom: 8px;
  }
}
#external-events .external-event {
  text-align: left;
  font-size: 16px;
}
.accordion-primary .accordion__header {
  background: #589cc9;
  border-color: #589cc9;
  color: #fff;
  box-shadow: 0 15px 20px 0 rgb(54 48 98 / 15%);
}
.accordion-primary .accordion__header.collapsed {
  background: #cac7e4;
  border-color: #cac7e4;
  color: #211c37;
  box-shadow: none;
}
.accordion-primary-solid .accordion__header {
  background: #589cc9;
  border-color: #589cc9;
  color: #fff;
  box-shadow: 0 -10px 20px 0 rgb(54 48 98 / 15%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-primary-solid .accordion__header.collapsed {
  background: #cac7e4;
  border-color: #cac7e4;
  color: #211c37;
  box-shadow: none;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion-primary-solid .accordion__body {
  border: 2px solid #589cc9;
  border-top: none;
  box-shadow: 0 15px 20px 0 rgb(54 48 98 / 15%);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion-danger .accordion__header {
  background: #f72b50;
  border-color: #f72b50;
  color: #fff;
  box-shadow: 0 15px 20px 0 rgb(247 43 80 / 15%);
}
.accordion-danger .accordion__header.collapsed {
  background: #fee6ea;
  border-color: #fee6ea;
  color: #211c37;
  box-shadow: none;
}
.accordion-danger-solid .accordion__header {
  background: #f72b50;
  border-color: #f72b50;
  color: #fff;
  box-shadow: 0 -10px 20px 0 rgb(247 43 80 / 15%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-danger-solid .accordion__header.collapsed {
  background: #fee6ea;
  border-color: #fee6ea;
  color: #211c37;
  box-shadow: none;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion-danger-solid .accordion__body {
  border: 2px solid #f72b50;
  border-top: none;
  box-shadow: 0 15px 20px 0 rgb(247 43 80 / 15%);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion__item {
  margin-bottom: 1.25rem;
}
.accordion__header {
  padding: 1rem 1.75rem;
  border: 1px solid #d7dae3;
  cursor: pointer;
  position: relative;
  color: #333;
  font-weight: 400;
  border-radius: 0.75rem;
  transition: all 0.5s;
}
.accordion__header--indicator {
  font-family: themify;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
}
[direction=rtl] .accordion__header--indicator {
  right: auto;
  left: 1.5625rem;
}
.accordion__header--indicator.indicator_bordered {
  display: inline-block;
  width: 25px;
  text-align: center;
  height: 25px;
  border: 1px solid #d7dae3;
  border-radius: 50%;
  line-height: 25px;
}
.accordion__header:not(.collapsed) .accordion__header--indicator::before {
  content: "\e622";
}
.accordion__header:not(.collapsed) .accordion__header--indicator.style_two::before {
  content: "\e648";
}
.accordion__header.collapsed .accordion__header--indicator::before {
  content: "\e61a";
}
.accordion__header.collapsed .accordion__header--indicator.style_two::before {
  content: "\e64b";
}
.accordion__body--text {
  padding: 0.875rem 1.25rem;
}
.accordion-bordered .accordion__body {
  border: 1px solid #d7dae3;
  border-top: none;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion-bordered .accordion__header.collapsed {
  border-radius: 0.75rem;
}
.accordion-bordered .accordion__header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-no-gutter .accordion__item {
  margin-bottom: 0;
}
.accordion-no-gutter .accordion__item .accordion__header.collapsed {
  border-bottom: none;
}
.accordion-no-gutter .accordion__item:last-child .accordion__header {
  border-bottom: 1px solid #d7dae3;
}
.accordion-no-gutter.accordion__bordered .accordion__item:not(:last-child) .accordion__body {
  border-bottom: none;
}
.accordion-left-indicator .accordion__header--text {
  padding-left: 2.5rem;
}
.accordion-left-indicator .accordion__header--indicator {
  right: auto;
  left: 1.5625rem;
}
.accordion-with-icon .accordion__header--text {
  padding-left: 2.5rem;
}
[direction=rtl] .accordion-with-icon .accordion__header--text {
  padding-left: 0;
  padding-right: 2.5rem;
}
.accordion-with-icon .accordion__header--icon {
  position: absolute;
  right: auto;
  left: 1.5625rem;
  font-family: themify;
}
[direction=rtl] .accordion-with-icon .accordion__header--icon {
  left: auto;
  right: 1.5625rem;
}
.accordion-with-icon .accordion__header--icon::before {
  content: "\e645";
}
.accordion-header-bg .accordion__header {
  background-color: #c8c8c8;
}
.accordion-header-bg .accordion__header--primary {
  background-color: #589cc9;
  color: #fff;
  border-color: #589cc9;
}
.accordion-header-bg .accordion__header--info {
  background-color: #3a82ef;
  color: #fff;
  border-color: #3a82ef;
}
.accordion-header-bg .accordion__header--success {
  background-color: #68cf29;
  color: #fff;
  border-color: #68cf29;
}
.accordion-header-bg.accordion-no-gutter .accordion__header {
  border-color: transparent;
  border-radius: 0;
}
.accordion-header-bg.accordion-no-gutter .accordion__item:first-child .accordion__header {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.accordion-header-bg.accordion-no-gutter .accordion__item:last-child .accordion__header {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion.accordion-no-gutter .accordion__header {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion__header.collapsed {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion__body {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion__item:first-child .accordion__header {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.accordion.accordion-no-gutter .accordion__item:last-child .accordion__header.collapsed {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion.accordion-no-gutter .accordion__item:last-child .accordion__body {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion-solid-bg .accordion__header {
  border-color: transparent;
  background-color: #cac7e4;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-solid-bg .accordion__header.collapsed {
  border-radius: 0.75rem;
}
.accordion-solid-bg .accordion__body {
  border-color: transparent;
  background-color: #cac7e4;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion-active-header .accordion__header:not(.collapsed) {
  background-color: #3a82ef;
  border-color: #3a82ef;
  color: #fff;
}
.accordion-header-shadow .accordion__header {
  border: none;
  box-shadow: 0 0 0.9375rem -3px rgb(0 0 0 / 30%);
}
.accordion-rounded-stylish .accordion__header {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.accordion-rounded-stylish .accordion__body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-rounded .accordion__header {
  border-radius: 0.3125rem;
}
.accordion-gradient .accordion__header {
  color: #fff;
  background-image:
    linear-gradient(
      to right,
      rgb(186 1 181 / 85%) 0%,
      rgb(103 25 255 / 85%) 100%);
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-gradient .accordion__header.collapsed {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion-gradient .accordion__body {
  color: #fff;
  background-image:
    linear-gradient(
      to right,
      rgb(186 1 181 / 85%) 0%,
      rgb(103 25 255 / 85%) 100%);
  border-color: transparent;
}
.alert {
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
}
.alert p {
  line-height: 1.5;
}
.alert-rounded {
  border-radius: 30px;
}
.alert-primary {
  background: #cac7e4;
  border-color: #cac7e4;
  color: #589cc9;
}
.alert-secondary {
  background: #f1e0f4;
  border-color: #f1e0f4;
  color: #ac4cbc;
}
.alert-success {
  background: #ecfae4;
  border-color: #ecfae4;
  color: #68cf29;
}
.alert-warning {
  background: #fff0da;
  border-color: #fff0da;
  color: #ffab2d;
}
.alert-danger {
  background: #fee6ea;
  border-color: #fee6ea;
  color: #f72b50;
}
.alert-info {
  background: #dfebfc;
  border-color: #dfebfc;
  color: #3a82ef;
}
.alert-dark {
  background: #eee;
  border-color: #eee;
  color: #6e6e6e;
}
.alert-light {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #6e6e6e;
}
.alert-alt.alert-primary {
  border-left: 4px solid #589cc9;
}
.alert-alt.alert-secondary {
  border-left: 4px solid #ac4cbc;
}
.alert-alt.alert-success {
  border-left: 4px solid #68cf29;
}
.alert-alt.alert-warning {
  border-left: 4px solid #ffab2d;
}
.alert-alt.alert-danger {
  border-left: 4px solid #f72b50;
}
.alert-alt.alert-info {
  border-left: 4px solid #3a82ef;
}
.alert-alt.alert-dark {
  border-left: 4px solid #6e6e6e;
}
.alert-alt.alert-light {
  border-left: 4px solid #a2a2a2;
}
.alert-alt.alert-primary.solid {
  border-left: 4px solid #07060c !important;
}
.alert-alt.alert-secondary.solid {
  border-left: 4px solid #5a2563 !important;
}
.alert-alt.alert-success.solid {
  border-left: 4px solid #336514 !important;
}
.alert-alt.alert-warning.solid {
  border-left: 4px solid #ad6800 !important;
}
.alert-alt.alert-danger.solid {
  border-left: 4px solid #9d0621 !important;
}
.alert-alt.alert-info.solid {
  border-left: 4px solid #0d469d !important;
}
.alert-alt.alert-dark.solid {
  border-left: 4px solid #2e2e2e !important;
}
.alert-alt.alert-light.solid {
  border-left: 4px solid #888 !important;
}
.alert-dismissible.solid .close:hover {
  color: #fff;
  opacity: 1;
}
.alert.alert-primary.solid {
  background: #589cc9;
  color: #fff;
  border-color: #589cc9;
}
.alert.alert-secondary.solid {
  background: #ac4cbc;
  color: #fff;
  border-color: #ac4cbc;
}
.alert.alert-success.solid {
  background: #68cf29;
  color: #fff;
  border-color: #68cf29;
}
.alert.alert-warning.solid {
  background: #ffab2d;
  color: #fff;
  border-color: #ffab2d;
}
.alert.alert-danger.solid {
  background: #f72b50;
  color: #fff;
  border-color: #f72b50;
}
.alert.alert-info.solid {
  background: #3a82ef;
  color: #fff;
  border-color: #3a82ef;
}
.alert.alert-dark.solid {
  background: #6e6e6e;
  color: #fff;
  border-color: #6e6e6e;
}
.alert.alert-light.solid {
  background: #c8c8c8;
  color: #6e6e6e;
  border-color: #c8c8c8;
}
.alert-right-icon > span i {
  font-size: 18px;
  margin-right: 5px;
}
.alert-right-icon .close i {
  font-size: 16px;
}
.alert.alert-outline-primary {
  background: transparent;
  color: #589cc9;
  border-color: #589cc9;
}
.alert.alert-outline-secondary {
  background: transparent;
  color: #7e7e7e;
  border-color: #ac4cbc;
}
.alert.alert-outline-success {
  background: transparent;
  color: #68cf29;
  border-color: #68cf29;
}
.alert.alert-outline-info {
  background: transparent;
  color: #3a82ef;
  border-color: #3a82ef;
}
.alert.alert-outline-warning {
  background: transparent;
  color: #ffab2d;
  border-color: #ffab2d;
}
.alert.alert-outline-danger {
  background: transparent;
  color: #f72b50;
  border-color: #f72b50;
}
.alert.alert-outline-dark {
  background: transparent;
  color: #7e7e7e;
  border-color: #6e6e6e;
}
.alert.alert-outline-light {
  background: transparent;
  color: #6e6e6e;
  border-color: #c8c8c8;
}
.alert-social {
  color: #fff;
}
.alert-social .alert-social-icon {
  align-self: center;
  margin-right: 0.9375rem;
}
.alert-social .alert-social-icon i {
  font-size: 42px;
}
.alert-social.facebook {
  background-color: #3b5998;
}
.alert-social.twitter {
  background-color: #1da1f2;
}
.alert-social.linkedin {
  background-color: #007bb6;
}
.alert-social.google-plus {
  background-color: #db4439;
}
.alert-social .close:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.left-icon-big .alert-left-icon-big {
  align-self: center;
  margin-right: 0.9375rem;
}
.left-icon-big .alert-left-icon-big i {
  font-size: 35px;
  line-height: 1;
}
[direction=rtl] .left-icon-big .alert-left-icon-big,
[direction=rtl] .alert-social .alert-social-icon {
  margin-right: 0;
  margin-left: 0.9375rem;
}
.badge {
  line-height: 1.5;
  border-radius: 0.75rem;
  padding: 4px 10px;
  border: 1px solid transparent;
}
.badge-rounded {
  border-radius: 20px;
  padding: 3px 13px;
}
.badge-circle {
  border-radius: 100px;
  padding: 3px 7px;
}
.badge-outline-primary {
  border: 1px solid #589cc9;
  color: #589cc9;
}
.badge-outline-secondary {
  border: 1px solid #ac4cbc;
  color: #ac4cbc;
}
.badge-outline-success {
  border: 1px solid #68cf29;
  color: #68cf29;
}
.badge-outline-info {
  border: 1px solid #3a82ef;
  color: #3a82ef;
}
.badge-outline-warning {
  border: 1px solid #ffab2d;
  color: #ffab2d;
}
.badge-outline-danger {
  border: 1px solid #f72b50;
  color: #f72b50;
}
.badge-outline-light {
  border: 1px solid #d7dae3;
  color: #6e6e6e;
}
.badge-outline-dark {
  border: 1px solid #6e6e6e;
  color: #6e6e6e;
}
.badge-xs {
  font-size: 10px;
  padding: 0 5px;
  line-height: 18px;
}
.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}
.badge-lg {
  font-size: 14px;
  padding: 0 10px;
  line-height: 30px;
}
.badge-xl {
  font-size: 15px;
  padding: 0 15px;
  line-height: 35px;
}
.badge-default {
  background: #adb6c7;
}
.badge-success {
  background-color: #68cf29;
}
.badge-info {
  background-color: #3a82ef;
}
.badge-primary {
  background-color: #589cc9;
}
.badge-warning {
  background-color: #ffab2d;
}
.badge-danger {
  background-color: #f72b50;
}
.badge-dark {
  background-color: #6e6e6e;
}
.badge-light {
  background-color: #c8c8c8;
}
.light.badge-default {
  background: #adb6c7;
}
.light.badge-success {
  background-color: #ecfae4;
  color: #68cf29;
}
.light.badge-info {
  background-color: #d1e2fb;
  color: #3a82ef;
}
.light.badge-primary {
  background-color: #cac7e4;
  color: #589cc9;
}
.light.badge-secondary {
  background-color: #f1e0f4;
  color: #ac4cbc;
}
.light.badge-warning {
  background-color: #fff0da;
  color: #ffab2d;
}
.light.badge-danger {
  background-color: #fee6ea;
  color: #f72b50;
}
.light.badge-dark {
  background-color: #eee;
  color: #6e6e6e;
}
.bootstrap-label .label {
  display: inline-block;
  margin-right: 1rem;
}
.bootstrap-label .label:last-child {
  margin-right: 0;
}
.badge-demo .badge {
  margin-right: 5px;
  margin-bottom: 5px;
}
.badge-demo .badge:last-child {
  margin-right: 0;
}
.bootstrap-badge-buttons button {
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.bootstrap-badge-buttons button:last-child {
  margin-right: 0;
}
.page-titles {
  padding: 0.9375rem 0;
  background: transparent;
  margin-bottom: 5px;
  border-radius: 5px;
  margin-top: -30px;
}
@media only screen and (width <=767px) {
  .page-titles {
    margin: -15px -15px 0 !important;
    padding: 15px 0;
  }
}
.page-titles .justify-content-sm-end {
  align-items: center;
}
.page-titles h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: #589cc9;
  font-size: 1.25rem;
}
.page-titles h4 span {
  font-size: 0.875rem;
  font-weight: 400;
}
.page-titles .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}
.page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
}
.page-titles .breadcrumb li a {
  color: #828690;
}
.page-titles .breadcrumb li.active {
  color: #589cc9;
  font-weight: 600;
}
.page-titles .breadcrumb li.active a {
  color: #589cc9;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #589cc9;
}
.page-titles .breadcrumb-datepicker {
  font-size: 0.75rem;
  color: #89879f;
}
.page-titles .breadcrumb-datepicker__icon {
  font-size: 0.875rem;
}
.page-titles .breadcrumb-widget .border-dark {
  border-color: #dee2e6 !important;
}
.page-titles .breadcrumb-widget h4 {
  color: #646c9a;
  font-weight: 600;
}
@media only screen and (width <=575px) {
  .page-titles .breadcrumb-widget {
    text-align: left !important;
    margin-bottom: 0.9375rem;
  }
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  padding: 0.938rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 500;
  font-size: 1rem;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  outline: 0 !important;
}
@media only screen and (width <=1400px) {
  .btn {
    padding: 0.625rem 1rem;
    font-size: 0.813rem;
  }
}
.btn-transparent {
  background-color: transparent;
}
.btn.btn-success {
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #589cc9;
}
.sharp {
  min-width: 40px;
  padding: 7px;
  height: 40px;
  min-height: 40px;
}
.sharp.btn-xs {
  padding: 3px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
}
.light.tp-btn {
  background-color: transparent;
}
.light.btn-default {
  background: #adb6c7;
}
.light.btn-success {
  background-color: #ecfae4;
  border-color: #ecfae4;
  color: #68cf29;
}
.light.btn-success g [fill] {
  fill: #68cf29;
}
.light.btn-success:hover {
  background-color: #68cf29;
  border-color: #68cf29;
  color: #fff;
}
.light.btn-success:hover g [fill] {
  fill: #fff;
}
.light.btn-info {
  background-color: #d1e2fb;
  border-color: #d1e2fb;
  color: #3a82ef;
}
.light.btn-info g [fill] {
  fill: #3a82ef;
}
.light.btn-info:hover {
  background-color: #3a82ef;
  border-color: #3a82ef;
  color: #fff;
}
.light.btn-info:hover g [fill] {
  fill: #fff;
}
.light.btn-primary {
  background-color: #cac7e4;
  border-color: #cac7e4;
  color: #589cc9;
}
.light.btn-primary g [fill] {
  fill: #589cc9;
}
.light.btn-primary:hover {
  background-color: #589cc9;
  border-color: #589cc9;
  color: #fff;
}
.light.btn-primary:hover g [fill] {
  fill: #fff;
}
.light.btn-secondary {
  background-color: #f1e0f4;
  border-color: #f1e0f4;
  color: #ac4cbc;
}
.light.btn-secondary g [fill] {
  fill: #ac4cbc;
}
.light.btn-secondary:hover {
  background-color: #ac4cbc;
  border-color: #ac4cbc;
  color: #fff;
}
.light.btn-secondary:hover g [fill] {
  fill: #fff;
}
.light.btn-warning {
  background-color: #fff0da;
  border-color: #fff0da;
  color: #ffab2d;
}
.light.btn-warning g [fill] {
  fill: #ffab2d;
}
.light.btn-warning:hover {
  background-color: #ffab2d;
  border-color: #ffab2d;
  color: #fff;
}
.light.btn-warning:hover g [fill] {
  fill: #fff;
}
.light.btn-danger {
  background-color: #fee6ea;
  border-color: #fee6ea;
  color: #f72b50;
}
.light.btn-danger g [fill] {
  fill: #f72b50;
}
.light.btn-danger:hover {
  background-color: #f72b50;
  border-color: #f72b50;
  color: #fff;
}
.light.btn-danger:hover g [fill] {
  fill: #fff;
}
.light.btn-dark {
  background-color: #eee;
  border-color: #eee;
  color: #6e6e6e;
}
.light.btn-dark g [fill] {
  fill: #6e6e6e;
}
.light.btn-dark:hover {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}
.light.btn-dark:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn {
  background-color: transparent;
  border-color: transparent;
}
.btn.tp-btn.btn-default {
  background: #adb6c7;
}
.btn.tp-btn.btn-success {
  color: #68cf29;
}
.btn.tp-btn.btn-success g [fill] {
  fill: #68cf29;
}
.btn.tp-btn.btn-success:hover {
  background-color: #68cf29;
  border-color: #68cf29;
  color: #fff;
}
.btn.tp-btn.btn-success:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-info {
  color: #3a82ef;
}
.btn.tp-btn.btn-info g [fill] {
  fill: #3a82ef;
}
.btn.tp-btn.btn-info:hover {
  background-color: #3a82ef;
  border-color: #3a82ef;
  color: #fff;
}
.btn.tp-btn.btn-info:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-primary {
  color: #589cc9;
}
.btn.tp-btn.btn-primary g [fill] {
  fill: #589cc9;
}
.btn.tp-btn.btn-primary:hover {
  background-color: #589cc9;
  border-color: #589cc9;
  color: #fff;
}
.btn.tp-btn.btn-primary:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-secondary {
  color: #ac4cbc;
}
.btn.tp-btn.btn-secondary g [fill] {
  fill: #ac4cbc;
}
.btn.tp-btn.btn-secondary:hover {
  background-color: #ac4cbc;
  border-color: #ac4cbc;
  color: #fff;
}
.btn.tp-btn.btn-secondary:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-warning {
  color: #ffab2d;
}
.btn.tp-btn.btn-warning g [fill] {
  fill: #ffab2d;
}
.btn.tp-btn.btn-warning:hover {
  background-color: #ffab2d;
  border-color: #ffab2d;
  color: #fff;
}
.btn.tp-btn.btn-warning:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-danger {
  color: #f72b50;
}
.btn.tp-btn.btn-danger g [fill] {
  fill: #f72b50;
}
.btn.tp-btn.btn-danger:hover {
  background-color: #f72b50;
  border-color: #f72b50;
  color: #fff;
}
.btn.tp-btn.btn-danger:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-light {
  color: #6e6e6e;
}
.btn.tp-btn.btn-light g [fill] {
  fill: #6e6e6e;
}
.btn.tp-btn.btn-light:hover {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #6e6e6e;
}
.btn.tp-btn.btn-light:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-dark {
  color: #6e6e6e;
}
.btn.tp-btn.btn-dark g [fill] {
  fill: #6e6e6e;
}
.btn.tp-btn.btn-dark:hover {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}
.btn.tp-btn.btn-dark:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn-light {
  background-color: transparent;
  border-color: transparent;
}
.btn.tp-btn-light.btn-success {
  color: #68cf29;
}
.btn.tp-btn-light.btn-success g [fill] {
  fill: #68cf29;
}
.btn.tp-btn-light.btn-success:hover {
  background-color: #ecfae4;
  border-color: #ecfae4;
  color: #68cf29;
}
.btn.tp-btn-light.btn-success:hover g [fill] {
  fill: #68cf29;
}
.btn.tp-btn-light.btn-info {
  color: #3a82ef;
}
.btn.tp-btn-light.btn-info g [fill] {
  fill: #3a82ef;
}
.btn.tp-btn-light.btn-info:hover {
  background-color: #d1e2fb;
  border-color: #d1e2fb;
  color: #3a82ef;
}
.btn.tp-btn-light.btn-info:hover g [fill] {
  fill: #3a82ef;
}
.btn.tp-btn-light.btn-primary {
  color: #589cc9;
}
.btn.tp-btn-light.btn-primary g [fill] {
  fill: #589cc9;
}
.btn.tp-btn-light.btn-primary:hover {
  background-color: #cac7e4;
  border-color: #cac7e4;
  color: #589cc9;
}
.btn.tp-btn-light.btn-primary:hover g [fill] {
  fill: #589cc9;
}
.btn.tp-btn-light.btn-secondary {
  color: #ac4cbc;
}
.btn.tp-btn-light.btn-secondary g [fill] {
  fill: #ac4cbc;
}
.btn.tp-btn-light.btn-secondary:hover {
  background-color: #f1e0f4;
  border-color: #f1e0f4;
  color: #ac4cbc;
}
.btn.tp-btn-light.btn-secondary:hover g [fill] {
  fill: #ac4cbc;
}
.btn.tp-btn-light.btn-warning {
  color: #ffab2d;
}
.btn.tp-btn-light.btn-warning g [fill] {
  fill: #ffab2d;
}
.btn.tp-btn-light.btn-warning:hover {
  background-color: #fff0da;
  border-color: #fff0da;
  color: #ffab2d;
}
.btn.tp-btn-light.btn-warning:hover g [fill] {
  fill: #ffab2d;
}
.btn.tp-btn-light.btn-danger {
  color: #f72b50;
}
.btn.tp-btn-light.btn-danger g [fill] {
  fill: #f72b50;
}
.btn.tp-btn-light.btn-danger:hover {
  background-color: #fee6ea;
  border-color: #fee6ea;
  color: #f72b50;
}
.btn.tp-btn-light.btn-danger:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn-light.btn-dark {
  color: #6e6e6e;
}
.btn.tp-btn-light.btn-dark g [fill] {
  fill: #6e6e6e;
}
.btn.tp-btn-light.btn-dark:hover {
  background-color: #eee;
  border-color: #eee;
  color: #6e6e6e;
}
.btn.tp-btn-light.btn-dark:hover g [fill] {
  fill: #fff;
}
.shadow.btn-primary {
  box-shadow: 0 5px 15px 0 rgb(54 48 98 / 20%) !important;
}
.shadow.btn-secondary {
  box-shadow: 0 5px 15px 0 rgb(172 76 188 / 20%) !important;
}
.shadow.btn-warning {
  box-shadow: 0 5px 15px 0 rgb(255 171 45 / 20%) !important;
}
.shadow.btn-danger {
  box-shadow: 0 5px 15px 0 rgb(247 43 80 / 20%) !important;
}
.shadow.btn-info {
  box-shadow: 0 5px 15px 0 rgb(58 130 239 / 20%) !important;
}
.shadow.btn-success {
  box-shadow: 0 5px 15px 0 rgb(104 207 41 / 20%) !important;
}
.btn-xxs {
  padding: 6px 15px;
  font-size: 11px;
  line-height: 1.3;
}
.btn-xs {
  font-size: 0.75rem;
  padding: 0.438rem 1rem;
  font-weight: 600;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.813rem !important;
  padding: 0.625rem 1rem;
}
.btn-md {
  font-size: 0.813rem !important;
  padding: 0.875rem 1.25rem;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 1rem 2rem;
  font-size: 1.125rem !important;
}
@media only screen and (width <=575px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 0.75rem 1.25rem;
  }
}
.btn-xl {
  padding: 0.6rem 1rem;
}
.btn-xl.btn-default {
  font-weight: 600;
}
.btn-square {
  border-radius: 0;
}
.btn-rounded {
  border-radius: 40px !important;
}
.btn-icon-right {
  border-left: 1px solid white;
  display: inline-block;
  margin: -1rem -0.25rem -1rem 1rem;
  padding: 1rem 0 1rem 1.25rem;
}
.btn-icon-left {
  background: #fff;
  border-radius: 10rem;
  display: inline-block;
  margin: -0.5rem 0.75rem -0.5rem -1.188rem;
  padding: 0.5rem 0.8rem;
  float: left;
}
@media only screen and (width <=1400px) {
  .btn-icon-left {
    margin: -0.5rem 0.75rem -0.5rem -0.88rem;
  }
}
[direction=rtl] .btn-icon-left {
  margin: -0.5rem 0.5rem -0.5rem -1rem;
}
@media only screen and (width <=1400px) {
  [direction=rtl] .btn-icon-left {
    margin: -0.5rem 0.75rem -0.5rem -0.88rem;
  }
}
[direction=rtl] .btn-icon-right {
  border-left: 0 solid white;
  display: inline-block;
  margin: -0.8rem 1rem -0.8rem 0;
  padding: 0.4375rem 1rem 0.4375rem 0;
  border-right: 1px solid white;
}
.toggle-dropdown::after {
  margin-left: 0.755em;
}
.social-btn-icon .btn {
  min-width: 7.5rem;
  margin-bottom: 1.5rem;
}
.social-icon .btn {
  padding: 0.7rem 1.4rem;
}
.btn-circle {
  height: 5rem;
  width: 5rem;
  border-radius: 50% !important;
}
.btn-circle-sm {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.8rem;
}
.btn-circle-md {
  width: 6rem;
  height: 6rem;
  font-size: 2.5rem;
}
.btn-circle-md i {
  font-size: 2.4rem;
}
.btn-circle-lg {
  width: 8rem;
  height: 8rem;
  font-size: 3.2rem;
}
.btn-circle-lg i {
  font-size: 3.1rem;
}
.btn-page .btn {
  min-width: 110px;
  margin-right: 4px;
  margin-bottom: 8px;
}
.size-1 {
  min-width: 160px !important;
  font-size: 24px;
  padding: 0.68rem 0.75rem;
}
.size-2 {
  font-size: 20px;
  min-width: 130px !important;
  padding: 0.57rem 0.75rem;
}
.size-3 {
  font-size: 14px;
  min-width: 110px !important;
  padding: 0.536rem 0.75rem;
}
.size-4 {
  font-size: 14px;
  min-width: 100px !important;
}
.size-5 {
  font-size: 14px;
  min-width: 90px !important;
  padding: 0.22rem 0.75rem;
}
.size-6 {
  font-size: 13px;
  min-width: 80px !important;
  padding: 0.097rem 0.75rem;
}
.size-7 {
  font-size: 12px;
  min-width: 60px !important;
  padding: 0.001rem 0.75rem;
}
.btn-light {
  background: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background: white;
  color: #6e6e6e;
  border-color: white;
}
.btn-outline-light {
  color: #6e6e6e;
}
.btn-dark {
  background: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background: #555;
  color: #fff;
  border-color: #555;
}
.btn-group.btn-rounded .btn:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.btn-group.btn-rounded .btn:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
  background: #2d4373;
  color: #fff;
  border-color: #2d4373;
}
.btn-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
  background: #0c85d0;
  color: #fff;
  border-color: #0c85d0;
}
.btn-youtube {
  background: #f00;
  border-color: #f00;
  color: #fff;
}
.btn-youtube:active,
.btn-youtube:focus,
.btn-youtube:hover {
  background: #c00;
  color: #fff;
  border-color: #c00;
}
.btn-instagram {
  background: #c32aa3;
  border-color: #c32aa3;
  color: #fff;
}
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover {
  background: #992180;
  color: #fff;
  border-color: #992180;
}
.btn-pinterest {
  background: #bd081c;
  border-color: #bd081c;
  color: #fff;
}
.btn-pinterest:active,
.btn-pinterest:focus,
.btn-pinterest:hover {
  background: #8c0615;
  color: #fff;
  border-color: #8c0615;
}
.btn-linkedin {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover {
  background: #005983;
  color: #fff;
  border-color: #005983;
}
.btn-google-plus {
  background: #db4439;
  border-color: #db4439;
  color: #fff;
}
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover {
  background: #be2d23;
  color: #fff;
  border-color: #be2d23;
}
.btn-google {
  background: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.btn-google:active,
.btn-google:focus,
.btn-google:hover {
  background: #1266f1;
  color: #fff;
  border-color: #1266f1;
}
.btn-snapchat {
  background: #fffc00;
  border-color: #fffc00;
  color: #000;
}
.btn-snapchat:active,
.btn-snapchat:focus,
.btn-snapchat:hover {
  background: #ccca00;
  color: #000;
  border-color: #ccca00;
}
.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
  background: #1da851;
  color: #fff;
  border-color: #1da851;
}
.btn-tumblr {
  background: #35465d;
  border-color: #35465d;
  color: #fff;
}
.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover {
  background: #222e3d;
  color: #fff;
  border-color: #222e3d;
}
.btn-reddit {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-reddit:active,
.btn-reddit:focus,
.btn-reddit:hover {
  background: #cc3700;
  color: #fff;
  border-color: #cc3700;
}
.btn-spotify {
  background: #1ed760;
  border-color: #1ed760;
  color: #fff;
}
.btn-spotify:active,
.btn-spotify:focus,
.btn-spotify:hover {
  background: #18aa4c;
  color: #fff;
  border-color: #18aa4c;
}
.btn-yahoo {
  background: #430297;
  border-color: #430297;
  color: #fff;
}
.btn-yahoo:active,
.btn-yahoo:focus,
.btn-yahoo:hover {
  background: #2d0165;
  color: #fff;
  border-color: #2d0165;
}
.btn-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble:active,
.btn-dribbble:focus,
.btn-dribbble:hover {
  background: #e51e6b;
  color: #fff;
  border-color: #e51e6b;
}
.btn-skype {
  background: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.btn-skype:active,
.btn-skype:focus,
.btn-skype:hover {
  background: #008abd;
  color: #fff;
  border-color: #008abd;
}
.btn-quora {
  background: #a20;
  border-color: #a20;
  color: #fff;
}
.btn-quora:active,
.btn-quora:focus,
.btn-quora:hover {
  background: #771800;
  color: #fff;
  border-color: #771800;
}
.btn-vimeo {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo:active,
.btn-vimeo:focus,
.btn-vimeo:hover {
  background: #1295bf;
  color: #fff;
  border-color: #1295bf;
}
.card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0 solid transparent;
  border-radius: 0.75rem;
  box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
}
@media only screen and (width <=575px) {
  .card {
    margin-bottom: 0.938rem;
    height: calc(100% - 0.938rem);
  }
}
.card-body {
  padding: .75rem;
}
@media only screen and (width <=575px) {
  .card-body {
    padding: 1rem;
  }
}
.card-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.card-title--large {
  font-size: 1.5rem;
}
.card-title--medium {
  font-size: 1rem;
}
.card-title--small {
  font-size: 0.875rem;
}
.card-header {
  border-color: #d7dae3;
  position: relative;
  background: transparent;
  padding: 1.5rem 1.875rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (width <=575px) {
  .card-header {
    padding: 1.25rem 1rem;
  }
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header .subtitle {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.card-footer {
  border-color: #d7dae3;
  background: transparent;
  padding: 1.25rem 1.875rem;
}
.transparent-card.card {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}
.card-action > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border-color: transparent;
  text-align: center;
  background: black;
  color: #fff;
  margin-right: 8px;
}
.card-action > a:last-child {
  margin-right: 0;
}
.card-action > a:hover,
.card-action > a:focus {
  background: black;
}
.card-action > a i,
.card-action > a span {
  font-size: 1rem;
}
.card-action .dropdown {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border-color: transparent;
  text-align: center;
  margin-right: 8px;
  top: -2px;
  position: relative;
  display: inline-block;
  background: black;
  color: #589cc9;
}
.card-action .dropdown:hover,
.card-action .dropdown:focus {
  background: black;
}
.card-action .dropdown .btn {
  padding: 0;
  line-height: 27px;
  color: #fff;
}
.card-action .dropdown .btn:focus {
  box-shadow: none;
}
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: auto;
}
.card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(0 0 0 / 75%);
  z-index: 999;
}
.card-loader i {
  margin: 0 auto;
  background: #29244a;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
}
.rotate-refresh {
  animation: mymove 0.8s infinite linear;
  display: inline-block;
}
.card-header .date_picker {
  display: inline-block;
  padding: 8px;
  border: 1px solid #d7dae3;
  cursor: pointer;
  border-radius: 0.375rem;
}
.card-header .border-0 {
  padding-bottom: 0;
}
@keyframes mymove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mymove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carousel-custom-prev,
.carousel-custom-next {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.carousel-custom-prev i,
.carousel-custom-next i {
  font-size: 1rem;
}
.carousel-custom-prev:hover,
.carousel-custom-next:hover {
  background:
    linear-gradient(
      to right,
      rgb(245 60 121 / 99%) 0%,
      rgb(246 104 47 / 99%) 100%);
  color: #fff;
}
.carousel-custom-next {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.carousel-custom-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.carousel-caption {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 78%);
  z-index: 1;
}
.carousel-caption h5 {
  color: #fff;
  font-size: 1.8rem;
}
.carousel-caption p {
  margin-bottom: 0;
}
.carousel-indicators {
  z-index: 1;
}
.dropdown-toggle:focus {
  box-shadow: none !important;
}
.dropdown-outline {
  border: 0.1rem solid #589cc9;
}
.dropdown-menu {
  font-size: inherit;
  border: 0;
  box-shadow: 0 10px 40px 0 rgb(32 28 69 / 10%);
  margin-top: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 16px;
  color: #7e7e7e;
  padding: 0.5rem 1.75rem;
}
@media only screen and (width <=1400px) {
  .dropdown-menu .dropdown-item {
    padding: 0.375rem 1rem;
    font-size: 14px;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active {
  color: #514e5f;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: #589cc9;
  background: rgb(54 48 98 / 10%);
}
[direction=rtl] .dropdown-menu {
  right: auto !important;
}
.dropdown-toggle-split {
  padding: 0 10px;
  opacity: 0.85;
}
.dropdown-toggle-split::after {
  margin-left: 0 !important;
}
.dropdown-toggle-split:active,
.dropdown-toggle-split:focus,
.dropdown-toggle-split:hover {
  opacity: 1;
}
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::before,
.dropup .dropdown-toggle::after,
.dropdown-toggle::after {
  content: "\f107";
  font-family: FontAwesome;
  border: 0;
  vertical-align: middle;
  margin-left: 0.25em;
  line-height: 1;
}
.dropup .dropdown-toggle::after {
  content: "\f106";
}
.dropleft .dropdown-toggle::before {
  content: "\f104";
}
.dropright .dropdown-toggle::before {
  content: "\f105";
}
.dropright .dropdown-toggle::after {
  content: none;
}
.custom-dropdown {
  display: inline-block;
  margin-bottom: 1rem;
}
.custom-dropdown .dropdown-menu {
  border: 0;
  min-width: 160px;
}
.card-action .custom-dropdown {
  margin: 0;
  background: #7a71ba;
}
.card-action .custom-dropdown.show,
.card-action .custom-dropdown:focus,
.card-action .custom-dropdown:hover {
  background: #589cc9;
  color: #fff;
}
.card-action .custom-dropdown i {
  display: inline-block;
  padding-top: 9px;
}
.dropdown .dropdown-dots {
  position: relative;
  height: 5px;
  width: 5px;
  background: rgb(110 110 110 / 40%);
  border-radius: 5px;
  display: block;
}
.dropdown .dropdown-dots::after,
.dropdown .dropdown-dots::before {
  content: "";
  height: 5px;
  width: 5px;
  background: rgb(110 110 110 / 40%);
  position: absolute;
  border-radius: 5px;
}
.dropdown .dropdown-dots::after {
  right: -8px;
}
.dropdown .dropdown-dots::before {
  left: -8px;
}
.dropdown .dropdown-dots.text-white {
  background: rgb(255 255 255 / 70%);
}
.dropdown .dropdown-dots.text-white::after,
.dropdown .dropdown-dots.text-white::before {
  background: rgb(255 255 255 / 70%);
}
.grid-col {
  padding: 0.5rem !important;
  background: #f2f4fa;
}
.row.grid {
  margin-bottom: 1.5rem;
  text-align: center;
}
.row.grid .grid-col:first-child {
  text-align: left;
}
.label {
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.2rem 0.8rem;
}
.label-fixed {
  width: 7.5rem;
  padding: 0.6rem 0;
}
.label-fixed-lg {
  width: 9.5rem;
  padding: 0.6rem 0;
}
.label-big {
  width: 16.8rem;
  font-size: 1.4rem;
  padding: 1.1rem 0;
}
.label-xl {
  width: 10.5rem;
  padding: 1.1rem 0;
  font-size: 1.5rem;
}
.label-lg {
  width: 9.5rem;
  padding: 1.1rem 0;
}
.label-md {
  width: 8.5rem;
  padding: 1.1rem 0;
}
.label-sm {
  width: 7.5rem;
  padding: 1.1rem 0;
}
.label-default {
  background: #adb6c7;
}
.label-primary {
  background: #589cc9;
  color: #fff;
}
.label-secondary {
  background: #ac4cbc;
  color: #fff;
}
.label-info {
  background: #3a82ef;
  color: #fff;
}
.label-success {
  background: #68cf29;
  color: #fff;
}
.label-warning {
  background: #ffab2d;
  color: #fff;
}
.label-danger {
  background: #f72b50;
  color: #fff;
}
.label-light {
  background: #c8c8c8;
  color: #000;
}
.label-dark {
  background: #6e6e6e;
  color: #fff;
}
code {
  word-break: break-word;
  padding: 2px 5px;
  border-radius: 3px;
  background: #fdcdd6;
  color: #f72b50;
}
.heading-labels {
  color: #333;
}
.heading-labels > * {
  margin-bottom: 0.8rem;
}
.heading-labels h1 .label {
  font-size: 18px;
  font-weight: normal;
  padding: 0.4rem 0.9rem;
}
.heading-labels h2 .label {
  font-size: 16px;
  font-weight: normal;
  padding: 0.3rem 0.9rem;
}
.heading-labels h3 .label {
  font-size: 14px;
  font-weight: normal;
}
.heading-labels h4 .label {
  font-size: 12px;
  font-weight: normal;
}
.heading-labels h5 .label {
  font-size: 12px;
  font-weight: normal;
}
.heading-labels h6 .label {
  font-size: 12px;
  font-weight: normal;
}
.list-group-item {
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid #d7dae3;
  padding: 1rem 1.5rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #fff;
  background-color: #ac4cbc;
  border-color: #ac4cbc;
}
[class*=bg-] .list-group-item {
  border-color: rgb(255 255 255 / 5%);
}
.bg-warning .list-group-item {
  border-color: rgb(0 0 0 / 5%);
}
.media img {
  border-radius: 3px;
}
.vertical-card__menu:hover {
  box-shadow: none;
}
.vertical-card__menu--image {
  text-align: center;
}
.vertical-card__menu--image img {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.vertical-card__menu--status.closed {
  background: #f72b50;
}
.vertical-card__menu--status.closed::after {
  border-top: 10px solid #f72b50;
}
.vertical-card__menu--status.closed .ribbon-curve {
  border-top: 11px solid #f72b50;
  border-bottom: 10px solid #f72b50;
}
.vertical-card__menu--desc p {
  margin-bottom: 0.625rem;
}
.vertical-card__menu--price {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 700;
}
.vertical-card__menu--rating {
  font-size: 0.75rem;
}
.vertical-card__menu--title {
  font-weight: 700;
}
.vertical-card__menu--button button {
  font-size: 0.75rem;
}
.vertical-card__menu .card-footer {
  padding: 15px 20px;
  background-color: #d7dae3;
  border-top: none;
}
@media only screen and (width >=1200px) and (width <=1440px) {
  .vertical-card__menu .card-footer {
    padding: 15px;
  }
}
.vertical-card__menu .card-footer span {
  color: #6e6e6e;
  margin-right: 0.3125rem;
}
.horizontal-card__menu {
  box-shadow: 0 0 7px rgb(173 173 173 / 32%);
  display: flex;
  flex-direction: row;
}
@media (width <=575.98px) {
  .horizontal-card__menu {
    display: block;
  }
}
.horizontal-card__menu .card-body {
  padding: 0;
  padding: 20px 30px;
}
.horizontal-card__menu--image {
  flex-basis: 30%;
  max-width: 30%;
}
.horizontal-card__menu--image img {
  height: 100%;
  width: 100%;
}
@media (width <=575.98px) {
  .horizontal-card__menu--image {
    max-width: unset;
    flex-basis: 100%;
  }
}
.horizontal-card__menu--title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.horizontal-card__menu--fav {
  margin-right: 0.5rem;
}
.horizontal-card__menu--price {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.horizontal-card__menu--rating {
  font-size: 0.625rem;
}
.horizontal-card__menu--footer {
  margin-top: 10px;
}
.prev_price {
  text-decoration: line-through;
  font-size: 80%;
  opacity: 0.5;
}
.modal-header {
  padding: 1rem 1.875rem;
}
.modal-header .close {
  padding: 0.875rem 1.815rem;
  margin: 0;
  position: absolute;
  right: 0;
  float: none;
  top: 0;
  font-size: 30px;
  font-weight: 100;
}
.modal-body {
  padding: 1.875rem;
}
.modal-footer {
  padding: 1rem 1.875rem;
}
.modal-content {
  border-radius: 0.75rem;
}
.modal-backdrop {
  z-index: 10 !important;
}
.pagination .page-item .page-link:hover {
  background: #589cc9;
  border-color: #589cc9;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background: #589cc9;
  border-color: #589cc9;
  color: #fff;
}
.pagination {
  margin-bottom: 20px;
}
.pagination .page-item.page-indicator .page-link {
  padding: 0.65rem 0.8rem;
  font-size: 14px;
}
.pagination .page-item.page-indicator:hover .page-link {
  color: #6e6e6e;
}
.pagination .page-item .page-link {
  text-align: center;
  padding: 0.55rem 1rem;
  font-size: 1rem;
  background: rgb(255 255 255 / 15%);
  color: #6e6e6e;
  border: 1px solid #d7dae3;
}
.pagination .page-item .page-link:hover i,
.pagination .page-item .page-link span {
  color: #fff;
}
.pagination .page-item .page-link:focus {
  outline: 0;
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  background: #589cc9;
  color: #fff;
  border-color: #589cc9;
}
.pagination .page-item.active .page-link {
  background-color: #589cc9;
  border-color: #589cc9;
  color: #fff;
  box-shadow: 0 10px 20px 0 rgb(54 48 98 / 20%);
}
.pagination .page-item .page-link {
  color: #6e6e6e;
  transition: all 0.5s;
}
.pagination .page-item:last-child .page-link {
  margin-right: 0;
}
[direction=rtl] .pagination .page-item:first-child .page-link {
  margin-right: 0;
}
.pagination.no-bg li:not(.page-indicator, .active) .page-link {
  background: transparent;
  border-color: transparent;
}
.pagination.no-bg.pagination-primary li:not(.page-indicator, .active):hover .page-link {
  background: #589cc9;
  border-color: #589cc9;
}
.pagination.no-bg.pagination-danger li:not(.page-indicator, .active):hover .page-link {
  background: #f72b50;
  border-color: #f72b50;
}
.pagination.no-bg.pagination-info li:not(.page-indicator, .active):hover .page-link {
  background: #3a82ef;
  border-color: #3a82ef;
}
.pagination.no-bg.pagination-warning li:not(.page-indicator, .active):hover .page-link {
  background: #ffab2d;
  border-color: #ffab2d;
}
.pagination-primary .page-item .page-link {
  background: #cac7e4;
  border-color: #cac7e4;
  color: #589cc9;
}
.pagination-primary .page-item:hover .page-link,
.pagination-primary .page-item.active .page-link {
  background: #589cc9;
  border-color: #589cc9;
  box-shadow: 0 10px 20px 0 rgb(54 48 98 / 20%);
}
.pagination-danger .page-item .page-link {
  background: #fee6ea;
  border-color: #fee6ea;
  color: #f72b50;
}
.pagination-danger .page-item:hover .page-link,
.pagination-danger .page-item.active .page-link {
  background: #f72b50;
  border-color: #f72b50;
  box-shadow: 0 10px 20px 0 rgb(247 43 80 / 20%);
}
.pagination-info .page-item .page-link {
  background: #d1e2fb;
  border-color: #d1e2fb;
  color: #3a82ef;
}
.pagination-info .page-item:hover .page-link,
.pagination-info .page-item.active .page-link {
  background: #3a82ef;
  border-color: #3a82ef;
  box-shadow: 0 10px 20px 0 rgb(58 130 239 / 20%);
}
.pagination-warning .page-item .page-link {
  background: #fff0da;
  border-color: #fff0da;
  color: #ffab2d;
}
.pagination-warning .page-item:hover .page-link,
.pagination-warning .page-item.active .page-link {
  background: #ffab2d;
  border-color: #ffab2d;
  box-shadow: 0 10px 20px 0 rgb(255 171 45 / 20%);
}
.pagination-gutter .page-item {
  margin-right: 7px;
}
.pagination-gutter .page-item .page-link {
  border-radius: 0.75rem !important;
}
.pagination-circle .page-item {
  margin-right: 7px;
}
.pagination-circle .page-item .page-link,
.pagination-circle .page-item.page-indicator .page-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50% !important;
  padding: 0;
}
.pagination.pagination-md .page-item .page-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.pagination.pagination-sm .page-item.page-indicator .page-link {
  font-size: 12px;
}
.pagination.pagination-sm .page-item .page-link {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.pagination.pagination-xs .page-item.page-indicator .page-link {
  font-size: 10px;
}
.pagination.pagination-xs .page-item .page-link {
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.popover {
  border: 2px solid #ac4cbc;
  min-width: 210px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
.popover-header {
  background: #ac4cbc;
  color: #fff;
  font-weight: 300;
}
.popover-header::before {
  border-bottom: 0 !important;
}
.popover-body {
  font-size: 0.75rem;
}
.bootstrap-popover-wrapper .bootstrap-popover:not(:last-child) {
  margin-right: 8px;
}
.bootstrap-popover-wrapper .bootstrap-popover {
  margin-bottom: 0.5rem;
}
.bootstrap-popover-wrapper .bootstrap-popover button:hover,
.bootstrap-popover-wrapper .bootstrap-popover button:focus {
  background: #589cc9;
  color: #fff;
  box-shadow: none;
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 0;
  border-top-color: #ac4cbc;
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  right: 0;
  border-left-color: #ac4cbc;
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  left: 0;
  border-right-color: #ac4cbc;
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 0;
  border-bottom-color: #ac4cbc;
}
.note-popover {
  display: none;
}
.progress-bar {
  background-color: #589cc9;
}
.progress-bar-primary {
  background-color: #589cc9;
}
.progress-bar-success {
  background-color: #68cf29;
}
.progress-bar-info {
  background-color: #3a82ef;
}
.progress-bar-danger {
  background-color: #f72b50;
}
.progress-bar-warning {
  background-color: #ffab2d;
}
.progress-bar-pink {
  background-color: #e83e8c;
}
.progress {
  height: 6px;
  overflow: hidden;
}
.progress-bar {
  border-radius: 4px;
}
.progress-vertical {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 17rem;
  position: relative;
}
@media (width <=991.98px) {
  .progress-vertical {
    margin-right: 1rem;
  }
}
.progress-vertical-bottom {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 17rem;
  position: relative;
  transform: rotate(180deg);
}
@media (width <=991.98px) {
  .progress-vertical-bottom {
    margin-right: 1rem;
  }
}
.progress-animated {
  animation-duration: 5s;
  animation-name: myanimation;
  transition: all 5s ease 0s;
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
.ribbon {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
.ribbon__one {
  top: 15px;
  left: -11px;
  min-height: 20px;
  min-width: 52px;
  text-align: center;
  padding: 3px 10px;
  background: #3ab54b;
  color: #fff;
  font-size: 0.625rem;
}
.ribbon__one::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #239132;
  border-left: 11px solid transparent;
  left: 0;
  content: "";
  bottom: -10px;
}
.ribbon__two {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #ffab2d;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  right: 15px;
  top: 15px;
  border-radius: 3px;
}
.ribbon__three {
  left: -1.875rem;
  top: 0.875rem;
  width: 6.875rem;
  height: 1.5625rem;
  background-color: #f72b50;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  transform: rotate(-45deg);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.ribbon__four {
  left: 8px;
  top: -8px;
  width: 110px;
  height: 50px;
  background-color: #589cc9;
  z-index: auto;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ribbon__four::after {
  right: -5px;
}
.ribbon__four::before {
  left: -5px;
}
.ribbon__four::after,
.ribbon__four::before {
  z-index: -1;
  background-color: #5c52a6;
  top: 3px;
  transform: rotate(45deg);
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
}
.ribbon__five {
  left: -1.875rem;
  top: 0.625rem;
  width: 6.875rem;
  height: 1.875rem;
  background-color: #589cc9;
  transform: rotate(-45deg);
  color: #fff;
  padding-bottom: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.ribbon__five::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px;
  border-color: transparent transparent #589cc9;
  left: 0.25rem;
  top: -2.8125rem;
}
.ribbon__six {
  left: 0;
  top: 1.125rem;
  width: 6.875rem;
  height: 2.375rem;
  background-color: #589cc9;
  clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ribbon-curve {
  position: absolute;
  top: 0;
  right: -6px;
  width: 10px;
  height: 11px;
  border-top: 11px solid #3ab54b;
  border-bottom: 10px solid #3ab54b;
  border-right: 5px solid transparent;
}
.jsgrid-grid-body::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 8px;
  height: 8px;
}
.jsgrid-grid-body::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.jsgrid-grid-body::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #7e7e7e;
}
.multi-steps > li.is-active::before,
.multi-steps > li.is-active ~ li::before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 400;
}
.multi-steps > li.is-active::after,
.multi-steps > li.is-active ~ li::after {
  background-color: #d7dae3;
}
.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #589cc9;
}
@media (width <=575.98px) {
  .multi-steps > li {
    font-size: 0.75rem;
  }
}
.multi-steps > li::before {
  content: "\2713";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  border-width: 2px;
  border-style: solid;
  border-color: #589cc9;
  border-radius: 5px;
}
@media (width <=575.98px) {
  .multi-steps > li::before {
    width: 25px;
    height: 25px;
    line-height: 21px;
  }
}
.multi-steps > li::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #589cc9;
  position: absolute;
  top: 12px;
  left: 50%;
}
[direction=rtl] .multi-steps > li::after {
  left: auto;
  right: 50%;
}
@media (width <=575.98px) {
  .multi-steps > li::after {
    top: 12px;
  }
}
.multi-steps > li:last-child::after {
  display: none;
}
.multi-steps > li.is-active::before {
  background-color: #fff;
  border-color: #589cc9;
}
.multi-steps > li.is-active ~ li {
  color: #7e7e7e;
}
.multi-steps > li.is-active ~ li::before {
  background-color: #d7dae3;
  border-color: #d7dae3;
}
.nav-pills .nav-link {
  border-radius: 0.75rem;
  padding: 0.75rem 1.25rem;
}
.default-tab .nav-link {
  background: transparent;
  border-radius: 0;
  font-weight: 500;
}
.default-tab .nav-link i {
  display: inline-block;
  transform: scale(1.5);
  color: #589cc9;
}
.default-tab .nav-link:focus,
.default-tab .nav-link:hover,
.default-tab .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff #ebeef6;
  border-radius: 0.75rem 0.75rem 0 0;
  color: #589cc9;
}
.custom-tab-1 .nav-link {
  background: transparent;
  border-radius: 0;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  border-width: 0 0 3px;
}
.custom-tab-1 .nav-link i {
  display: inline-block;
  transform: scale(1.5);
  color: #589cc9;
}
.custom-tab-1 .nav-link:focus,
.custom-tab-1 .nav-link:hover,
.custom-tab-1 .nav-link.active {
  background-color: #fff;
  border-color: #589cc9;
  border-radius: 0;
  color: #589cc9;
  border-width: 0 0 3px;
}
.nav-pills.light .nav-link.active,
.nav-pills.light .show > .nav-link {
  background: #cac7e4;
  color: #589cc9;
  box-shadow: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  box-shadow: 0 0 20px 0 rgb(54 48 98 / 20%);
}
.tooltip-wrapper button:not(:last-child) {
  margin-right: 8px;
}
.tooltip-wrapper button:hover {
  background: #589cc9;
  color: #fff;
}
.tooltip-wrapper button {
  margin-bottom: 0.5rem;
}
.tooltip-wrapper button:focus {
  box-shadow: none;
}
.tooltip-inner {
  border-radius: 0;
  background: #333;
  font-size: 12px;
  font-weight: 300;
  padding: 0.35rem 0.7rem;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #333;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #333;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #333;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #333;
}
.widget-timeline .timeline {
  list-style: none;
  position: relative;
}
.widget-timeline .timeline::before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  left: 9px;
  margin-right: -1.5px;
  background: #c8c8c8;
  height: 120px;
}
[direction=rtl] .widget-timeline .timeline::before {
  left: auto;
  right: 9px;
  margin-right: auto;
  margin-left: -1.5px;
}
.widget-timeline .timeline > li {
  margin-bottom: 15px;
  position: relative;
}
.widget-timeline .timeline > li::before {
  content: " ";
  display: table;
}
.widget-timeline .timeline > li::after {
  content: " ";
  display: table;
  clear: both;
}
.widget-timeline .timeline > li > .timeline-panel {
  border-radius: 0.75rem;
  padding: 15px 20px;
  position: relative;
  display: block;
  margin-left: 40px;
  border-width: 1px;
  border-style: solid;
}
.widget-timeline .timeline > li > .timeline-panel span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  opacity: 0.8;
  letter-spacing: 1px;
}
.widget-timeline .timeline > li > .timeline-panel p {
  font-size: 14px;
}
.widget-timeline .timeline > li > .timeline-panel::after {
  content: "";
  width: 10px;
  height: 10px;
  background: inherit;
  border-color: inherit;
  border-style: solid;
  border-width: 0 0 1px 1px;
  display: block;
  position: absolute;
  left: -5px;
  transform: rotate(45deg);
  top: 15px;
}
.widget-timeline .timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 22px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 22px;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  padding: 4px;
}
.widget-timeline .timeline > li > .timeline-badge::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
}
[direction=rtl] .widget-timeline .timeline > li > .timeline-badge {
  left: auto;
  right: 19px;
}
.widget-timeline .timeline-body > p {
  font-size: 12px;
}
.widget-timeline .timeline-badge.primary {
  border-color: #cac7e4;
}
.widget-timeline .timeline-badge.primary::after {
  background-color: #589cc9 !important;
  box-shadow: 0 5px 10px 0 rgb(54 48 98 / 20%);
}
.widget-timeline .timeline-badge.primary + .timeline-panel {
  background: #cac7e4;
  border-color: #cac7e4;
}
.widget-timeline .timeline-badge.success {
  border-color: #ecfae4;
}
.widget-timeline .timeline-badge.success::after {
  background-color: #68cf29 !important;
  box-shadow: 0 5px 10px 0 rgb(104 207 41 / 20%);
}
.widget-timeline .timeline-badge.success + .timeline-panel {
  background: #ecfae4;
  border-color: #ecfae4;
}
.widget-timeline .timeline-badge.warning {
  border-color: #fff0da;
}
.widget-timeline .timeline-badge.warning::after {
  background-color: #ffab2d !important;
  box-shadow: 0 5px 10px 0 rgb(255 171 45 / 20%);
}
.widget-timeline .timeline-badge.warning + .timeline-panel {
  background: #fff0da;
  border-color: #fff0da;
}
.widget-timeline .timeline-badge.danger {
  border-color: #fee6ea;
}
.widget-timeline .timeline-badge.danger::after {
  background-color: #f72b50 !important;
  box-shadow: 0 5px 10px 0 rgb(247 43 80 / 20%);
}
.widget-timeline .timeline-badge.danger + .timeline-panel {
  background: #fee6ea;
  border-color: #fee6ea;
}
.widget-timeline .timeline-badge.info {
  border-color: #d1e2fb;
}
.widget-timeline .timeline-badge.info::after {
  background-color: #3a82ef !important;
  box-shadow: 0 5px 10px 0 rgb(58 130 239 / 20%);
}
.widget-timeline .timeline-badge.info + .timeline-panel {
  background: #d1e2fb;
  border-color: #d1e2fb;
}
.widget-timeline .timeline-badge.dark {
  border-color: #eee;
}
.widget-timeline .timeline-badge.dark::after {
  background-color: #6e6e6e !important;
  box-shadow: 0 5px 10px 0 rgb(110 110 110 / 20%);
}
.widget-timeline .timeline-badge.dark + .timeline-panel {
  background: #eee;
  border-color: #eee;
}
.widget-timeline.style-1 .timeline-panel {
  background: transparent;
}
.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
  background: transparent !important;
  border-style: solid;
  border-width: 0 0 0 5px;
  border-radius: 0;
  padding: 5px 10px 5px 15px;
}
.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel::after {
  border: 0;
  left: -9px;
  width: 7px;
  height: 7px;
}
.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel {
  border-color: #589cc9;
}
.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel::after {
  background: #589cc9;
}
.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel {
  border-color: #68cf29;
}
.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel::after {
  background: #68cf29;
}
.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel {
  border-color: #ffab2d;
}
.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel::after {
  background: #ffab2d;
}
.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel {
  border-color: #f72b50;
}
.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel::after {
  background: #f72b50;
}
.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel {
  border-color: #3a82ef;
}
.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel::after {
  background: #3a82ef;
}
.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel {
  border-color: #6e6e6e;
}
.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel::after {
  background: #6e6e6e;
}
#chart_widget_4 {
  height: 255px !important;
}
#chart_widget_5 .ct-series-a .ct-line,
#chart_widget_5 .ct-series-a .ct-point {
  stroke: #46ffc8;
}
#chart_widget_5 .ct-line {
  stroke-width: 1px;
}
#chart_widget_5 .ct-point {
  stroke-width: 2px;
}
#chart_widget_5 .ct-series-a .ct-area {
  fill: #20dea6;
}
#chart_widget_5 .ct-area {
  fill-opacity: 1;
}
#chart_widget_6 .ct-series-a .ct-line,
#chart_widget_6 .ct-series-a .ct-point {
  stroke: #3a82ef;
}
#chart_widget_6 .ct-line {
  stroke-width: 2px;
}
#chart_widget_6 .ct-point {
  stroke-width: 5px;
}
#chart_widget_6 .ct-series-a .ct-area {
  fill: #3a82ef;
}
#chart_widget_6 .ct-area {
  fill-opacity: 0.5;
}
#chart_widget_8 {
  height: 255px;
}
#chart_widget_8 .ct-series-a .ct-line,
#chart_widget_8 .ct-series-a .ct-point {
  stroke: #3a82ef;
}
#chart_widget_8 .ct-line {
  stroke-width: 2px;
}
#chart_widget_8 .ct-point {
  stroke-width: 5px;
}
#chart_widget_8 .ct-series-a .ct-area {
  fill: #3a82ef;
}
#chart_widget_8 .ct-area {
  fill-opacity: 0.5;
}
#chart_widget_9,
#chart_widget_10 {
  height: 250px !important;
}
#chart_widget_11 .ct-slice-donut,
#chart_widget_12 .ct-slice-donut,
#chart_widget_13 .ct-slice-donut {
  stroke-width: 25px !important;
}
#chart_widget_11 {
  height: 270px !important;
}
#chart_widget_17 {
  height: 150px !important;
}
.chart_widget_tab_one .nav-link {
  border: 1px solid #ddd;
}
.chart_widget_tab_one .nav-link.active {
  background-color: #589cc9;
  border: 1px solid #589cc9;
  color: #fff;
}
.chart_widget_tab_one .nav-link.active:hover {
  border: 1px solid #589cc9;
}
.chart_widget_tab_one .nav-link:hover {
  border: 1px solid #ddd;
}
.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  background: #fbfbfb;
  margin-bottom: 0.5rem;
  font-size: 20px;
}
.social-icon i {
  color: #fff;
}
.social-icon.youtube {
  background: #f00;
}
.social-icon.facebook {
  background: #3b5998;
}
.social-icon.twitter {
  background: #1da1f2;
}
.social-icon2 a {
  border: 0.1rem solid #589cc9;
  display: block;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}
.social-icon2 i {
  font-size: 12px;
  color: #589cc9;
}
.social-icon3 ul li {
  display: inline-block;
}
.social-icon3 ul li a {
  display: block;
}
.social-icon3 ul li a i {
  font-size: 1.4rem;
  padding: 1rem 0.7rem;
  color: #464a53;
}
.social-icon3 ul li a:hover i {
  color: #589cc9;
}
.social-icons-muted ul li a i {
  color: #89879f;
}
.social-links a {
  padding: 0.5rem;
}
.widget-stat .media {
  padding: 0;
  align-items: center;
}
.widget-stat .media > span {
  height: 85px;
  width: 85px;
  border-radius: 50px;
  padding: 10px 12px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #464a53;
  min-width: 85px;
}
.widget-stat .media .media-body p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.widget-stat .media .media-body h3 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.widget-stat .media .media-body h4 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.widget-stat .media .media-body span {
  margin-left: 5px;
}
.widget-stat[class*=bg-] .media > span {
  background-color: rgb(255 255 255 / 25%);
  color: #fff;
}
.widget-stat[class*=bg-] .progress {
  background-color: rgb(255 255 255 / 25%) !important;
}
[direction=rtl] .widget-stat .media .media-body span {
  margin-left: 0;
  margin-right: 10px;
}
.dez-widget-1 .card {
  background: #ffe7db;
}
.dez-widget-1 .card .card-body p {
  color: #f87533;
}
.dez-widget-1 .icon {
  float: right;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 28px;
}
.bgl-primary {
  background: #cac7e4;
  border-color: #cac7e4;
}
.bgl-secondary {
  background: #f1e0f4;
  border-color: #f1e0f4;
}
.bgl-success {
  background: #ecfae4;
  border-color: #ecfae4;
}
.bgl-warning {
  background: #fff0da;
  border-color: #fff0da;
}
.bgl-danger {
  background: #fee6ea;
  border-color: #fee6ea;
}
.bgl-info {
  background: #d1e2fb;
  border-color: #d1e2fb;
}
.bg-primary-light {
  background: rgb(202 199 228 / 50%);
}
.bg-secondary-light {
  background: rgb(241 224 244 / 50%);
}
.bg-success-light {
  background: rgb(236 250 228 / 50%);
}
.bg-warning-light {
  background: rgb(255 240 218 / 50%);
}
.bg-danger-light {
  background: rgb(254 230 234 / 50%);
}
.bg-info-light {
  background: rgb(209 226 251 / 50%);
}
.bgl-dark {
  background: #eee;
  border-color: #eee;
}
.bgl-light {
  background: #c8c8c8;
  border-color: #c8c8c8;
}
.overlay-box {
  position: relative;
  z-index: 1;
}
.overlay-box::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.85;
  background: #589cc9;
  z-index: -1;
}
.rating-bar {
  font-size: 13px;
}
.tdl-holder {
  margin: 0 auto;
}
.tdl-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tdl-holder li {
  background-color: #fff;
  border-bottom: 1px solid #d7dae3;
  list-style: none none;
  margin: 0;
  padding: 0;
}
.tdl-holder li span {
  margin-left: 35px;
  font-size: 1rem;
  vertical-align: middle;
  transition: all 0.2s linear;
}
[direction=rtl] .tdl-holder li span {
  margin-left: auto;
  margin-right: 35px;
}
.tdl-holder label {
  cursor: pointer;
  display: block;
  line-height: 50px;
  padding-left: 1.5rem;
  position: relative;
  margin: 0 !important;
}
[direction=rtl] .tdl-holder label {
  padding-left: 0;
  padding-right: 1.5rem;
}
.tdl-holder label:hover {
  background-color: #eef1f6;
  color: #6e6e6e;
}
.tdl-holder label:hover a {
  color: #f72b50;
}
.tdl-holder label a {
  color: #fff;
  display: inline-block;
  line-height: normal;
  height: 100%;
  text-align: center;
  text-decoration: none;
  width: 50px;
  transition: all 0.2s linear;
  padding: 18px 0;
  font-size: 18px;
  position: absolute;
  right: 0;
}
[direction=rtl] .tdl-holder label a {
  right: auto;
  left: 0;
}
.tdl-holder input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.tdl-holder input[type=checkbox] + i {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  display: block;
  height: 20px;
  position: absolute;
  top: 15px;
  width: 20px;
  z-index: 1;
  font-size: 11px;
  border-radius: 4px;
}
.tdl-holder input[type=checkbox]:checked + i {
  background: #589cc9;
  border-color: transparent;
}
.tdl-holder input[type=checkbox]:checked + i::after {
  content: "\f00c";
  font-family: fontAwesome;
  display: block;
  left: 2px;
  position: absolute;
  top: -14px;
  z-index: 2;
  color: #fff;
}
.tdl-holder input[type=checkbox]:checked ~ span {
  text-decoration: line-through;
  position: relative;
}
.tdl-holder input[type=text] {
  background-color: #fff;
  height: 50px;
  margin-top: 29px;
  border-radius: 3px;
}
.tdl-holder input[type=text]::placeholder {
  color: #6e6e6e;
}
.widget-message p {
  font-size: 14px;
  line-height: 1.5;
}
.picker .picker__frame {
  min-width: 450px !important;
  max-width: 450px !important;
}
.picker .picker__frame .picker__box {
  padding: 20px;
  border: 0;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.picker .picker__frame .picker__box .picker__header {
  margin-top: 0;
}
.picker .picker__frame .picker__box .picker__header .picker__year {
  color: #589cc9;
  font-style: inherit;
  font-size: 20px;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev,
.picker .picker__frame .picker__box .picker__header .picker__nav--next {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 2px;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev::before,
.picker .picker__frame .picker__box .picker__header .picker__nav--next::before {
  content: none !important;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev::after,
.picker .picker__frame .picker__box .picker__header .picker__nav--next::after {
  font-family: fontawesome;
  border: 0;
  margin: 0 auto;
  font-size: 22px;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev:hover,
.picker .picker__frame .picker__box .picker__header .picker__nav--next:hover {
  background-color: #7a71ba !important;
  color: #589cc9 !important;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev {
  left: 0;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev::after {
  content: "\f0d9";
}
.picker .picker__frame .picker__box .picker__header .picker__nav--next {
  right: 0;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--next::after {
  content: "\f0da";
}
.picker .picker__frame .picker__box .picker__table .picker__weekday {
  padding: 10px 0;
  font-size: 16px;
}
.picker .picker__frame .picker__box .picker__table .picker__day {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 0 !important;
  font-size: 16px;
  line-height: 40px;
  margin: auto;
  border: 0 !important;
}
.picker .picker__frame .picker__box .picker__table .picker__day.picker__day--today::before {
  content: none !important;
}
.picker .picker__frame .picker__box .picker__table .picker__day.picker__day--highlighted {
  border: 0 !important;
  padding: 0;
  background-color: #7a71ba !important;
  color: #fff !important;
}
.picker .picker__frame .picker__box .picker__table .picker__day:hover {
  background-color: #7a71ba !important;
  color: #fff !important;
}
.picker .picker__frame .picker__box .picker__footer .picker__button--today {
  background-color: #7a71ba !important;
  color: #fff !important;
}
.picker .picker__frame .picker__box .picker__footer .picker__button--today::before {
  content: none !important;
}
.picker .picker__frame .picker__box .picker__footer .picker__button--clear,
.picker .picker__frame .picker__box .picker__footer .picker__button--close,
.picker .picker__frame .picker__box .picker__footer .picker__button--today {
  border: 0;
  border-radius: 2px;
  font-size: 16px;
}
.picker .picker__frame .picker__box .picker__footer .picker__button--clear:hover,
.picker .picker__frame .picker__box .picker__footer .picker__button--close:hover,
.picker .picker__frame .picker__box .picker__footer .picker__button--today:hover {
  background-color: #7a71ba !important;
  color: #fff !important;
}
@media only screen and (width <=575px) {
  .picker .picker__frame {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .picker .picker__frame .picker__box {
    padding: 15px;
    margin: 0 10px;
  }
}
.card-list {
  overflow: unset;
  height: calc(100% - 50px);
}
.card-list .card-header {
  padding-top: 0;
  padding-bottom: 0;
}
.card-list .card-header .photo {
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}
@media only screen and (width <=1199px) {
  .card-list {
    height: calc(100% - 40px);
  }
}
.card-list.list-left {
  margin-top: 15px;
  margin-left: 15px;
}
.card-list.list-left .card-header {
  padding-left: 0;
}
.card-list.list-left .card-header .photo {
  margin: -15px 15px 0 -15px;
}
.card-list.list-right {
  margin-top: 15px;
  margin-right: 15px;
  text-align: right;
}
.card-list.list-right .card-header {
  padding-right: 0;
}
.card-list.list-right .card-header .photo {
  margin: -15px -15px 0 15px;
}
.card-list.list-right .card-header .photo img {
  width: 100%;
}
.card-list.list-center {
  margin-top: 15px;
}
.card-list.list-center .card-header .photo {
  margin: -15px 0 0;
}
.card-list .photo img {
  width: 100%;
}
.card-profile .profile-photo {
  margin-top: -20px;
}
.widget-media .timeline .timeline-panel {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget-media .timeline .timeline-panel .media {
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 12px;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  align-self: start;
}
.widget-media .timeline .timeline-panel .media-primary {
  background: #cac7e4;
  color: #589cc9;
}
.widget-media .timeline .timeline-panel .media-info {
  background: #d1e2fb;
  color: #3a82ef;
}
.widget-media .timeline .timeline-panel .media-warning {
  background: #fff0da;
  color: #ffab2d;
}
.widget-media .timeline .timeline-panel .media-danger {
  background: #fee6ea;
  color: #f72b50;
}
.widget-media .timeline .timeline-panel .media-success {
  background: #ecfae4;
  color: #68cf29;
}
.widget-media .timeline .timeline-panel .media-body p {
  font-size: 14px;
  line-height: 1.5;
}
.widget-media .timeline .timeline-panel .dropdown {
  align-self: self-end;
  margin-top: 5px;
}
.widget-media .timeline li:last-child .timeline-panel {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.card[class*=bg-] .timeline .timeline-panel {
  border-color: rgb(255 255 255 / 20%) !important;
}
.table {
  color: strong;
  color-color: #6e6e6e;
}
.table th,
.table td {
  border-color: #d7dae3;
  padding: 12px 9px;
}
.table.table-striped tbody tr:nth-of-type(odd),
.table.table-hover tr:hover {
  background-color: #f2f4fa;
}
.table.shadow-hover tbody tr:hover {
  background-color: #fff;
  box-shadow: 0 0 30px rgb(54 48 98 / 15%);
}
.table.tr-rounded tr td:first-child,
.table.tr-rounded tr th:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
.table.tr-rounded tr td:last-child,
.table.tr-rounded tr th:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}
.table.bg-primary-hover th,
.table.bg-primary-hover td {
  border: none;
  font-weight: 500;
}
.table.bg-primary-hover td {
  color: #000;
}
.table.bg-primary-hover th {
  color: #6c6c6c;
}
.table.bg-primary-hover tr:hover td,
.table.bg-primary-hover tr:hover th {
  background: rgb(54 48 98 / 10%);
  color: #589cc9 !important;
}
.table.bg-secondary-hover th,
.table.bg-secondary-hover td {
  border: none;
  font-weight: 500;
}
.table.bg-secondary-hover td {
  color: #000;
}
.table.bg-secondary-hover th {
  color: #6c6c6c;
}
.table.bg-secondary-hover tr:hover td,
.table.bg-secondary-hover tr:hover th {
  background: rgb(172 76 188 / 10%);
  color: #ac4cbc !important;
}
.table.bg-info-hover th,
.table.bg-info-hover td {
  border: none;
  font-weight: 500;
}
.table.bg-info-hover td {
  color: #000;
}
.table.bg-info-hover th {
  color: #6c6c6c;
}
.table.bg-info-hover tr:hover td,
.table.bg-info-hover tr:hover th {
  background: rgb(58 130 239 / 10%);
  color: #3a82ef !important;
}
.table.bg-warning-hover th,
.table.bg-warning-hover td {
  border: none;
  font-weight: 500;
}
.table.bg-warning-hover td {
  color: #000;
}
.table.bg-warning-hover th {
  color: #6c6c6c;
}
.table.bg-warning-hover tr:hover td,
.table.bg-warning-hover tr:hover th {
  background: rgb(255 171 45 / 10%);
  color: #ffab2d !important;
}
.table.border-no td {
  border: 0;
}
.table.short-one tr td:first-child,
.table.short-one tr th:first-child {
  width: 60px !important;
}
.table thead th {
  border-bottom-width: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: #d7dae3;
}
.table tbody tr td {
  vertical-align: middle;
  border-color: #d7dae3;
}
.offlineFlight .table tbody tr td {
  border: none;
}
.offlineFlight .table {
  border: none !important;
}
.table:not(.table-bordered) thead th {
  border-top: none;
}
.table .thead-primary th {
  background-color: #589cc9;
  color: #fff;
}
.table .thead-info th {
  background-color: #3a82ef;
  color: #fff;
}
.table .thead-warning th {
  background-color: #ffab2d;
  color: #fff;
}
.table .thead-danger th {
  background-color: #f72b50;
  color: #fff;
}
.table .thead-success th {
  background-color: #68cf29;
  color: #fff;
}
.table.primary-table-bordered {
  border: 1px solid #d7dae3;
}
.table.primary-table-bg-hover thead th {
  background-color: #2d2851;
  color: #fff;
  border-bottom: none;
}
.table.primary-table-bg-hover tbody tr {
  background-color: #589cc9;
  color: #fff;
  transition: all 0.1s ease;
}
.table.primary-table-bg-hover tbody tr:hover {
  background-color: #3f3873;
}
.table.primary-table-bg-hover tbody tr:not(:last-child) td,
.table.primary-table-bg-hover tbody tr:not(:last-child) th {
  border-bottom: 1px solid #2d2851;
}
.table-responsive-tiny {
  min-width: 18.75rem;
}
.table-responsive-sm {
  min-width: 30rem !important;
}
.table-responsive-md {
  min-width: 36rem !important;
}
.table-responsive-lg {
  min-width: 60.9375rem !important;
}
.table-responsive-xl {
  min-width: 70.9375rem !important;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cac7e4;
  color: #589cc9;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #ecfae4;
  color: #68cf29;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1e2fb;
  color: #3a82ef;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff0da;
  color: #ffab2d;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fee6ea;
  color: #f72b50;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f2f4fa;
}
.card-table th:first-child,
.card-table td:first-child {
  padding-left: 30px;
}
@media only screen and (width <=575px) {
  .card-table th:first-child,
  .card-table td:first-child {
    padding-left: 15px;
  }
}
.card-table th:last-child,
.card-table td:last-child {
  padding-right: 30px;
}
@media only screen and (width <=575px) {
  .card-table th:last-child,
  .card-table td:last-child {
    padding-right: 15px;
  }
}
.bootgrid-header {
  padding: 0 !important;
  margin: 0;
}
@media only screen and (width <=575px) {
  .bootgrid-header .actionBar {
    padding: 0;
  }
  .bootgrid-header .search {
    margin: 0 0 10px;
  }
}
table#example {
  padding: 0 0 2rem;
}
table.dataTable {
  font-size: 14px;
}
#example2_wrapper .dataTables_scrollBody {
  max-height: 33.25rem !important;
}
#employees,
#custommers {
  padding: 0.5rem 0 1rem;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0;
  border-top: 0;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 0;
}
table.dataTable tbody tr,
table.dataTable tbody td {
  background: transparent !important;
}
table.dataTable thead th {
  color: #000;
  white-space: nowrap;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 20px 15px;
}
@media only screen and (width <=1400px) {
  table.dataTable thead th {
    font-size: 16px;
  }
}
table.dataTable tbody td {
  padding: 12px 15px;
  font-size: 16px;
}
@media only screen and (width <=575px) {
  table.dataTable tbody td {
    padding: 8px 5px;
  }
}
@media only screen and (width <=1400px) {
  table.dataTable tbody td {
    font-size: 14px;
    padding: 8px 15px;
  }
}
table.dataTable tr.selected {
  color: #589cc9;
}
table.dataTable tfoot th {
  color: #6e6e6e;
  font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate {
  align-items: center;
  display: flex;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  margin-left: 5px;
  font-size: 16px;
  border: 0 !important;
  height: 40px;
  width: auto;
  padding: 0 15px;
  border-radius: 2rem;
  line-height: 40px;
  display: inline-block;
  background-color: #cac7e4;
  color: #589cc9 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.next:hover {
  color: #fff !important;
  background: #589cc9 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  color: #589cc9 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button {
  height: 40px;
  width: 40px;
  padding: 0;
  margin-left: 5px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #cac7e4;
  color: #589cc9 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  color: #fff !important;
  background: #589cc9;
  border: 0 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
  color: #fff !important;
  background: #589cc9 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
  color: #fff !important;
  background: #589cc9 !important;
}
.dataTables_wrapper input[type=search],
.dataTables_wrapper input[type=text],
.dataTables_wrapper select {
  border: 1px solid #e2e2e2;
  padding: 0.3rem 0.5rem;
  color: #715d5d;
  border-radius: 5px;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length .bootstrap-select {
  width: 80px !important;
  margin: 0 5px;
}
table.dataTable.no-footer {
  border-bottom: 0;
}
.rounded-lg {
  min-width: 30px;
}
.dataTables_scroll {
  padding: 1rem 0;
}
.dataTables_scrollFoot {
  padding-top: 1rem;
}
.dataTablesCard {
  background-color: #fff;
  border-radius: 0.75rem;
}
.dataTablesCard.border-no td {
  border-top: 0 !important;
}
@media (width <=991.98px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }
}
.dataTables_wrapper .dataTables_info {
  padding-top: 0.755em;
  padding-bottom: 0.755em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #7e7e7e !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #7e7e7e;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7e7e7e !important;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-color: #eee;
}
.dataTables_wrapper .dataTables_length .bootstrap-select .dropdown-toggle {
  font-size: 0.813rem !important;
  padding: 0.625rem 1rem;
}
.fooicon {
  font-size: 1.25rem;
  color: #6e6e6e;
}
.jsgrid-table .jsgrid-header-row > .jsgrid-header-cell {
  color: #6e6e6e;
}
.jsgrid-table > tbody > tr > td {
  padding: 1.2em;
}
.jsgrid-table .jsgrid-insert-row input,
.jsgrid-table .jsgrid-insert-row select,
.jsgrid-table .jsgrid-edit-row input,
.jsgrid-table .jsgrid-edit-row select {
  border: 1px solid #dddfe1;
}
.jsgrid .jsgrid-button {
  border: 0 !important;
  margin-left: 10px;
}
.error-page .error-text {
  font-size: 150px;
  line-height: 1;
}
@media only screen and (width <=575px) {
  .error-page .error-text {
    font-size: 80px;
  }
}
.error-page h4 {
  font-size: 40px;
  margin-bottom: 5px;
}
@media only screen and (width <=575px) {
  .error-page h4 {
    font-size: 20px;
  }
}
.error-page p {
  font-size: 16px;
}
@media only screen and (width <=575px) {
  .error-page p {
    font-size: 14px;
  }
}
.authincation-content {
  background: #fff;
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  border-radius: 5px;
}
.welcome-content {
  background: url("./media/1-I222Z3AR.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 75px 50px;
  position: relative;
  z-index: 1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.welcome-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #589cc9;
  opacity: 0.75;
  z-index: -1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.welcome-content .welcome-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.welcome-content p {
  color: #fff;
}
.welcome-content .brand-logo a {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.welcome-content .brand-logo a img {
  width: 100px;
}
.welcome-content .intro-social {
  position: absolute;
  bottom: 75px;
}
.welcome-content .intro-social ul {
  margin-bottom: 0;
}
.welcome-content .intro-social ul li {
  display: inline-block;
}
.welcome-content .intro-social ul li a {
  color: #fff;
  font-size: 14px;
  padding: 0 7px;
}
.auth-form {
  padding: 50px;
}
@media only screen and (width <=575px) {
  .auth-form {
    padding: 30px;
  }
}
.auth-form .btn {
  height: 50px;
  font-weight: 700;
}
.auth-form .page-back {
  display: inline-block;
  margin-bottom: 15px;
}
.pricing_table_content {
  background: #fff;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 25px;
  transition: all 0.25s ease-in-out;
}
.pricing_table_content .package {
  font-weight: 700;
  font-size: 18px;
}
.pricing_table_content .price {
  font-weight: 700;
  font-size: 50px;
  line-height: 100px;
  color: #6e6e6e;
}
.pricing_table_content hr {
  margin: 0;
}
.pricing_table_content .price_list {
  padding: 30px 0;
  text-align: left;
  max-width: 175px;
  margin: 0 auto;
}
.pricing_table_content .price_list li {
  color: #909093;
  font-size: 14px;
  line-height: 25px;
  padding: 7px 0;
}
.pricing_table_content .price_list li i {
  margin-right: 15px;
}
.pricing_table_content .price-btn {
  padding: 15px 50px;
  box-shadow: none;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 25px;
  transition: all 0.25s ease-in-out;
}
.pricing_table_content:focus,
.pricing_table_content:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgb(0 0 0 / 17.5%);
}
.pricing_table_content:focus .price-btn,
.pricing_table_content:hover .price-btn {
  color: #f72b50;
}
.page-timeline .timeline {
  list-style: none;
  padding: 40px 0;
  position: relative;
}
.page-timeline .timeline-workplan.page-timeline .timeline {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-timeline .timeline-workplan.page-timeline .timeline.timeline > li > .timeline-badge {
  top: 4.5rem;
}
.page-timeline .timeline-workplan.page-timeline .timeline > li {
  margin-bottom: 2.6rem;
}
@media only screen and (width >=1200px) and (width <=1650px) {
  .page-timeline .timeline-workplan.page-timeline .timeline li > p {
    max-width: 8rem;
  }
}
@media only screen and (width <=1199px) {
  .page-timeline .timeline-workplan.page-timeline .timeline li > p {
    max-width: 7rem;
  }
}
@media only screen and (width <=991px) {
  .page-timeline .timeline-workplan.page-timeline .timeline li > p {
    max-width: 100%;
  }
}
@media only screen and (width <=575px) {
  .page-timeline .timeline-workplan.page-timeline .timeline li > p {
    max-width: 7rem;
  }
}
.page-timeline .timeline-workplan.page-timeline .timeline::before {
  left: 20%;
  top: 6rem;
}
[direction=rtl] .page-timeline .timeline-workplan.page-timeline .timeline::before {
  right: 22%;
  left: auto;
}
@media only screen and (width <=575px) {
  .page-timeline .timeline-workplan.page-timeline .timeline::before {
    left: 22%;
  }
}
.page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
  left: 21.4%;
  height: 0.9rem;
  width: 0.9rem;
  background-color: #589cc9;
}
[direction=rtl] .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
  right: 19.2%;
  left: auto;
}
@media only screen and (width >=1200px) and (width <=1650px) {
  .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
    left: 22.4%;
  }
}
@media only screen and (width <=1199px) {
  .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
    left: 22.4%;
  }
}
@media only screen and (width <=991px) {
  .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
    left: 21.7%;
  }
}
@media only screen and (width <=767px) {
  .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
    left: 19.5%;
  }
}
@media only screen and (width <=575px) {
  .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
    left: 21.4%;
  }
}
.page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge::after {
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  background-color: rgb(54 48 98 / 40%);
  content: "";
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-timeline .timeline-workplan.page-timeline .timeline .timeline-panel {
  width: 70%;
}
.page-timeline .timeline::before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eceff2;
  left: 50%;
  margin-left: -1.5px;
}
.page-timeline .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.page-timeline .timeline > li::after,
.page-timeline .timeline > li::before {
  content: " ";
  display: table;
}
.page-timeline .timeline > li::after {
  clear: both;
}
.page-timeline .timeline > li::after,
.page-timeline .timeline > li::before {
  content: " ";
  display: table;
}
.page-timeline .timeline > li::after {
  clear: both;
}
.page-timeline .timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border-radius: 2px;
  position: relative;
}
.page-timeline .timeline > li > .timeline-badge {
  background-color: #f2f4fa;
  border: 1px solid #dddfe1;
  border-radius: 50%;
  color: #6e6e6e;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: -13px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 40px;
  z-index: 1;
  transform: translate(-25%, -3rem);
}
@media (width >=576px) {
  .page-timeline .timeline > li > .timeline-badge {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.page-timeline .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.page-timeline .timeline > li.timeline-inverted > .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.page-timeline .timeline > li.timeline-inverted > .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.page-timeline .timeline-title {
  margin-top: 0;
  color: inherit;
}
.page-timeline .event_time {
  font-size: 14px;
  font-weight: 600;
}
.page-timeline .event_vanue {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 600;
}
.page-timeline .timeline_img {
  height: 100px;
  width: 100px;
}
.page-timeline .timeline-body > p,
.page-timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (width <=767px) {
  .page-timeline ul.timeline::before {
    left: 40px;
  }
  .page-timeline ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
  }
  .page-timeline ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }
  .page-timeline ul.timeline > li > .timeline-panel {
    float: right;
  }
  .page-timeline ul.timeline > li > .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .page-timeline ul.timeline > li > .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .page-timeline .timeline_img {
    height: 30%;
    width: 30%;
  }
}
.page-timeline .timeline-timestamp {
  text-align: center;
}
.page-timeline .timeline-timestamp .badge {
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-size: 0.8125rem;
}
@media only screen and (width <=767px) {
  .doctor-info-details {
    display: block !important;
  }
}
.doctor-info-details .media {
  position: relative;
}
@media only screen and (width <=1400px) {
  .doctor-info-details .media img {
    width: 100%;
  }
}
@media only screen and (width <=767px) {
  .doctor-info-details .media {
    float: left;
  }
}
@media only screen and (width <=1400px) {
  .doctor-info-details .media {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.doctor-info-details .media i {
  width: 64px;
  height: 64px;
  border-radius: 60px;
  border: 3px solid #fff;
  line-height: 58px;
  text-align: center;
  background: #589cc9;
  position: absolute;
  right: -15px;
  bottom: -15px;
  color: #fff;
  font-size: 24px;
}
@media only screen and (width <=1400px) {
  .doctor-info-details .media i {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
  }
}
@media only screen and (width <=575px) {
  .doctor-info-details .media i {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 33px;
    right: -7px;
    bottom: -7px;
  }
}
.doctor-info-details .media-body {
  padding-left: 40px;
}
@media only screen and (width <=1400px) {
  .doctor-info-details .media-body {
    padding-left: 20px;
  }
}
@media only screen and (width <=767px) {
  .doctor-info-details .media-body {
    padding-left: 0;
  }
}
.doctor-info-details .media-body h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
@media only screen and (width <=1400px) {
  .doctor-info-details .media-body h2 {
    font-size: 28px;
  }
}
@media only screen and (width <=575px) {
  .doctor-info-details .media-body h2 {
    font-size: 20px;
  }
}
.doctor-info-details .media-body p {
  font-size: 18px;
  font-weight: 500;
  color: #3e4954;
}
.doctor-info-details .media-body span {
  color: #333;
}
.doctor-info-details .media-body span i {
  transform: scale(1.3);
  display: inline-block;
  margin-right: 10px;
}
.doctor-info-details .star-review i {
  font-size: 22px;
}
@media only screen and (width <=1400px) {
  .doctor-info-details .star-review i {
    font-size: 16px;
  }
}
.doctor-info-content p {
  line-height: 1.4;
}
.review-box {
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  padding: 20px 30px 30px;
}
@media only screen and (width <=1400px) {
  .review-box {
    padding: 15px 15px 20px;
  }
}
@media only screen and (width <=767px) {
  .review-box {
    display: block !important;
  }
}
.review-box h4 {
  font-size: 20px;
}
.review-box p {
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (width <=767px) {
  .review-box img {
    width: 60px;
    float: left;
  }
}
.review-box .media-footer {
  min-width: 150px;
}
@media only screen and (width <=1400px) {
  .review-box .media-footer {
    min-width: 110px;
  }
}
@media only screen and (width <=767px) {
  .review-box .star-review {
    margin-top: 15px;
  }
}
.review-box .star-review span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media only screen and (width <=767px) {
  .review-box .star-review span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.review-box .star-review i {
  font-size: 18px;
  margin: 0 2px;
}
@media only screen and (width <=1400px) {
  .review-box .star-review i {
    font-size: 16px;
    margin: 0 1px;
  }
}
@media only screen and (width <=767px) {
  .patient-box {
    display: block !important;
  }
}
.patient-box .up-sign i {
  font-size: 50px;
  line-height: 0.7;
}
@media only screen and (width <=767px) {
  .patient-box .up-sign {
    float: right;
  }
}
@media only screen and (width <=767px) {
  .patient-box img {
    width: 100px;
    float: left;
  }
}
.patient-calender {
  color: #fff;
}
.patient-calender .bootstrap-datetimepicker-widget table td,
.patient-calender .bootstrap-datetimepicker-widget table th {
  padding: 15px 5px;
  border-radius: 0.75rem;
}
.patient-calender .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-weight: 400;
  opacity: 0.7;
  font-size: 14px;
}
.patient-calender .bootstrap-datetimepicker-widget table td.active,
.patient-calender .bootstrap-datetimepicker-widget table td.active:hover,
.patient-calender .bootstrap-datetimepicker-widget table span,
.patient-calender .bootstrap-datetimepicker-widget table i {
  color: #fff;
}
.patient-calender .bootstrap-datetimepicker-widget table thead tr:first-child th {
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}
.patient-calender .bootstrap-datetimepicker-widget table .btn-primary {
  border: 0;
  padding: 10px;
}
.patient-calender .bootstrap-datetimepicker-widget table .btn-primary,
.patient-calender .bootstrap-datetimepicker-widget table td span.active,
.patient-calender .bootstrap-datetimepicker-widget table td i.active,
.patient-calender .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.patient-calender .bootstrap-datetimepicker-widget table td span:hover,
.patient-calender .bootstrap-datetimepicker-widget table td i:hover,
.patient-calender .bootstrap-datetimepicker-widget table td.day:hover,
.patient-calender .bootstrap-datetimepicker-widget table td.hour:hover,
.patient-calender .bootstrap-datetimepicker-widget table td.minute:hover,
.patient-calender .bootstrap-datetimepicker-widget table td.second:hover {
  background: rgb(0 0 0 / 20%);
}
.patient-calender .datepicker table tr td.active,
.patient-calender .datepicker table tr td.today {
  background: rgb(0 0 0 / 20%) !important;
}
.abilities-chart .ct-chart .ct-label {
  font-size: 16px;
  fill: #000;
}
.abilities-chart .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #209f84;
}
.abilities-chart .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #07654e;
}
.abilities-chart .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #93cbff;
}
.abilities-chart .chart-point {
  font-size: 16px;
  justify-content: space-between;
  margin-top: 40px;
}
.abilities-chart .chart-point .a,
.abilities-chart .chart-point .b,
.abilities-chart .chart-point .c {
  width: 32px;
  height: 8px;
  display: block;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.abilities-chart .chart-point .a {
  background: #07654e;
}
.abilities-chart .chart-point .b {
  background: #209f84;
}
.abilities-chart .chart-point .c {
  background: #93cbff;
}
.patient-map-area {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.patient-map-area a {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.patient-map-area i {
  background: #3e4954;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  color: #fff;
  border-radius: 56px;
}
.patient-map-area img {
  width: 100%;
}
.iconbox {
  position: relative;
  padding-left: 70px;
}
.iconbox i {
  background: #f9f7fa;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 56px;
  text-align: center;
  font-size: 32px;
  color: #589cc9;
  position: absolute;
  left: 0;
  top: 0;
}
.iconbox p {
  margin: 0;
  color: #484848;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.iconbox small {
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
}
.widget-timeline-icon li {
  padding-left: 45px;
  position: relative;
  margin-left: 28px;
  border-left: 3px solid #589cc9;
  min-height: 80px;
  padding-top: 1px;
}
.widget-timeline-icon li .icon {
  position: absolute;
  width: 56px;
  height: 56px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  border-radius: 56px;
  left: -30px;
  top: 0;
}
.widget-timeline-icon li:last-child {
  border-left: 3px solid transparent;
}
.assigned-doctor {
  position: relative;
}
.assigned-doctor .owl-item img {
  width: 90px;
}
.assigned-doctor .owl-next,
.assigned-doctor .owl-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0.75rem;
  top: 50%;
  background: #fff;
  color: #589cc9;
  font-size: 18px;
  margin-top: -30px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 0 13px 25px 0 rgb(0 0 0 / 13%);
}
@media only screen and (width <=575px) {
  .assigned-doctor .owl-next,
  .assigned-doctor .owl-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.assigned-doctor .owl-next:hover,
.assigned-doctor .owl-prev:hover {
  background: #450b5a;
  color: #fff;
}
.assigned-doctor .owl-next {
  right: -45px;
}
@media only screen and (width <=575px) {
  .assigned-doctor .owl-next {
    right: -25px;
  }
}
.assigned-doctor .owl-prev {
  left: -45px;
}
@media only screen and (width <=575px) {
  .assigned-doctor .owl-prev {
    left: -25px;
  }
}
.review-table {
  padding: 25px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  height: auto;
  margin-bottom: 0;
}
.review-table .disease {
  border-left: 1px solid #eee;
  padding-left: 20px;
}
@media only screen and (width <=991px) {
  .review-table .disease {
    border-left: 0;
    padding-left: 0;
    margin-right: 10px !important;
    margin-left: 0;
  }
}
.review-table .star-review i {
  font-size: 20px;
}
@media only screen and (width <=991px) {
  .review-table .star-review i {
    font-size: 216x;
  }
}
.review-table .media-body p {
  color: #3e4954;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (width <=991px) {
  .review-table .media-body p {
    font-size: 14px;
  }
}
.review-table .media-footer {
  min-width: 500px;
}
@media only screen and (width <=1400px) {
  .review-table .media-footer {
    min-width: 300px;
    margin-left: 10px;
  }
}
@media only screen and (width <=991px) {
  .review-table .media-footer {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (width <=991px) {
  .review-table img {
    float: left;
    width: 80px;
  }
}
@media only screen and (width <=991px) {
  .review-table .media {
    display: block !important;
  }
}
@media only screen and (width <=1199px) {
  .review-table .custom-control {
    float: right;
  }
}
@media only screen and (width <=991px) {
  .review-table {
    padding: 15px;
  }
}
.review-tab.nav-pills {
  margin-bottom: 0;
}
.review-tab.nav-pills li {
  display: inline-block;
}
.review-tab.nav-pills li a.nav-link {
  color: #6b6b6b;
  background: #e9e9e9;
  box-shadow: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 40px;
  margin-right: 1px;
}
.review-tab.nav-pills li a.nav-link.active {
  color: #589cc9;
  background: #fff;
}
@media only screen and (width <=991px) {
  .review-tab.nav-pills li a.nav-link {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.review-tab.nav-pills li:first-child a.nav-link {
  border-radius: 0.75rem 0 0;
}
.review-tab.nav-pills li:last-child a.nav-link {
  border-radius: 0 0.75rem 0 0;
}
.patient-activity tbody tr {
  padding: 0;
  border-radius: 0.75rem;
  position: relative;
  box-shadow: 0 1px 0 0 #f8f8f8;
  transition: all 0.5s;
}
.patient-activity tbody tr .dropdown {
  opacity: 0;
}
.patient-activity tbody tr.active,
.patient-activity tbody tr:hover {
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
  z-index: 1;
}
.patient-activity tbody tr.active .dropdown,
.patient-activity tbody tr:hover .dropdown {
  opacity: 1;
}
.patient-activity tbody tr th,
.patient-activity tbody tr td {
  border: 0;
  padding: 18px 8px;
}
@media only screen and (width <=575px) {
  .patient-activity {
    width: 500px;
  }
}
.star-review i {
  font-size: 16px;
}
.star-review i.text-gray {
  color: #d9d9d9;
}
.star-review span {
  color: #000;
}
.revenue-chart .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
  display: flex !important;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
}
.revenue-chart-bar {
  margin-bottom: -30px;
}
@media only screen and (width <=575px) {
  .revenue-chart-bar {
    margin-bottom: 20px;
    float: none;
    padding-left: 20px;
  }
}
@media only screen and (width >=1200px) and (width <=1600px) {
  .revenue-chart-bar {
    margin-bottom: 20px;
    float: none;
    padding-left: 20px;
  }
}
#activeUser {
  height: 215px !important;
}
#activeUser {
  height: 180px !important;
}
span#counter {
  font-size: 30px;
  font-weight: 700;
  color: #589cc9;
}
.social-graph-wrapper {
  text-align: center;
  padding: 20px;
  position: relative;
  color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.social-graph-wrapper.widget-facebook {
  background-color: #3b5998;
}
.social-graph-wrapper.widget-twitter {
  background-color: #1da1f2;
}
.social-graph-wrapper.widget-linkedin {
  background-color: #007bb6;
}
.social-graph-wrapper.widget-googleplus {
  background-color: #db4439;
}
.social-graph-wrapper .s-icon {
  font-size: 24px;
  position: relative;
  padding: 0 10px;
}
.recent-stats i {
  font-size: 11px;
  position: relative;
  top: -1px;
}
@media only screen and (width >=1200px) and (width <=1600px) {
  #lineChart_3Kk {
    height: 140px !important;
  }
}
.recovered-chart-deta {
  margin-bottom: 25px;
}
.recovered-chart-deta .col {
  display: flex;
  padding: 0;
  margin-right: 15px;
}
.recovered-chart-deta .col p {
  margin-bottom: 5px;
  line-height: 1.5;
}
.recovered-chart-deta .col h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.recovered-chart-deta .col [class*=bg-] {
  height: 54px;
  width: 12px;
  border-radius: 5px;
  margin-right: 10px;
}
.rounded {
  border-radius: 0.75rem !important;
}
.btn-link {
  font-weight: 500;
  font-size: 16px;
}
.book-box {
  background: #589cc9;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 50px;
  border-radius: 0.75rem;
  margin-bottom: 40px;
  margin-top: 100px;
  z-index: 1;
}
.book-box img {
  margin-top: -80px;
  margin-bottom: 10px;
}
.book-box a {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}
@media only screen and (width <=1350px) {
  .book-box {
    margin: 0 20px;
    margin-bottom: 20px;
    margin-top: 80px;
  }
}
.book-box::before {
  background-image: url("./media/dots-YF5CPA22.png");
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  width: 22px;
  position: absolute;
  right: 40px;
  z-index: -1;
  top: 25px;
}
.book-box::after {
  content: "";
  background-image: url("./media/dots-2-QYNE7Q3E.png");
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 0.75rem;
  position: absolute;
  height: 50px;
  width: 40px;
}
.deznav .copyright {
  font-size: 14px;
  padding: 0 50px;
  color: #aa97b0;
  margin-bottom: 40px;
}
.deznav .copyright p {
  margin-bottom: 10px;
  color: #7e7e7e;
}
.deznav .copyright p strong {
  display: block;
}
@media only screen and (width <=1350px) {
  .deznav .copyright {
    padding: 0 20px;
  }
}
.widget-buyer .media img {
  width: 30px;
}
.widget-buyer .media .media-body h5 {
  font-size: 14px;
  margin-bottom: 0;
}
.widget-buyer .media .media-body p {
  font-size: 13px;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: transparent !important;
  opacity: 0.9;
}
.card-tabs .nav-tabs {
  border: 0;
}
.card-tabs .nav-tabs .nav-link {
  border-radius: 2rem;
  font-weight: 500;
  border: 0;
  padding: 5px 15px;
}
.card-tabs .nav-tabs .nav-link.active {
  background: #589cc9;
  color: #fff;
}
.default-select.style-1 {
  width: auto !important;
  border-radius: 2rem;
  left: 0;
  top: 0;
  height: auto !important;
}
.default-select.style-1 .btn {
  padding: 15px 20px;
  font-size: 16px !important;
  color: #589cc9 !important;
  border: 1px solid !important;
  border-color: #589cc9 !important;
  border-radius: 60px !important;
  font-weight: 500;
}
.default-select.style-1 .btn::after {
  margin-left: 0.5em;
  font-size: 16px;
}
.default-select.style-1 .dropdown-menu {
  z-index: 1;
}
.default-select.style-1 .dropdown-menu .dropdown-item {
  font-size: 16px;
}
@media only screen and (width <=1400px) {
  .default-select.style-1 .btn {
    padding: 0.625rem 1rem;
    font-size: 0.813rem !important;
  }
  .default-select.style-1 .dropdown-menu .dropdown-item {
    font-size: 0.813rem !important;
  }
}
.default-select.style-2 {
  width: auto !important;
  left: 0;
  top: 0;
  height: auto !important;
}
.default-select.style-2 .btn {
  padding: 0.938rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  color: #589cc9 !important;
  border: 1px solid #eee !important;
}
.default-select.style-2 .btn::after {
  margin-left: 0.5em;
  font-size: 16px;
}
.default-select.style-2 .dropdown-menu {
  z-index: 1;
}
.default-select.style-2 .dropdown-menu .dropdown-item {
  font-size: 1rem;
}
.rating-widget .rating-stars ul li i {
  font-size: 25px !important;
}
.heart-blast {
  background-position: -1680px 0 !important;
  transition: background 1s steps(28);
}
.heart {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url("./media/like-BUVM6TGB.png");
  cursor: pointer;
  margin: -25px -15px;
}
.max-h80 {
  max-height: 80px;
  height: 80px;
}
.max-h180 {
  max-height: 150px;
}
.amount-bx {
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 20px 0;
  margin: 35px -30px;
}
.amount-bx .form-control {
  width: 100%;
  font-size: 48px;
  text-align: center;
  border: 0;
  color: #000;
  font-weight: 600;
}
.amount-bx .form-control::placeholder {
  color: #000;
}
@media only screen and (width <=575px) {
  .amount-bx {
    padding: 15px 0;
    margin: 15px -15px;
  }
  .amount-bx .form-control {
    font-size: 25px;
  }
}
.detault-daterange {
  width: auto;
  border: 1px solid #589cc9;
  border-radius: 2rem;
  overflow: hidden;
}
.detault-daterange .form-control {
  border: 0;
  color: #589cc9;
  height: 50px;
  font-weight: 600;
}
.detault-daterange .input-group-text {
  background: transparent;
  padding-right: 0;
  color: #589cc9;
  border-radius: 0;
}
.detault-daterange .input-group-text i {
  font-size: 28px;
}
@media only screen and (width <=1400px) {
  .detault-daterange .form-control,
  .detault-daterange .input-group-text {
    height: 40px;
  }
}
@media only screen and (width <=575px) {
  .svg-btn {
    width: max-content;
    padding: 5px 10px;
  }
  .svg-btn svg {
    height: 30px;
    width: 30px;
  }
}
.wspace-no {
  white-space: nowrap;
}
.ic-icon {
  height: 63px;
  width: 63px;
  min-width: 63px;
  display: inline-block;
  line-height: 63px;
  text-align: center;
  border-radius: 0.75rem;
}
@media only screen and (width <=575px) {
  .ic-icon {
    height: 45px;
    width: 45px;
    min-width: 45px;
    line-height: 45px;
  }
}
.activity-icon {
  height: 63px;
  width: 63px;
  border-radius: 0.75rem;
  border: 4px solid;
  border-color: #eee;
  display: inline-block;
  text-align: center;
  line-height: 48px;
}
@media only screen and (width <=575px) {
  .activity-icon {
    height: 50px;
    width: 50px;
    border-width: 2px;
    line-height: 44px;
  }
}
.bar-chart line {
  stroke-dasharray: 6;
}
#lineChart line {
  stroke-dasharray: 6;
}
.form-wrapper .form-group {
  margin-bottom: 12px;
}
.form-wrapper .input-group {
  border: 1px solid #eee;
  border-radius: 0.75rem;
}
.form-wrapper .input-group .input-group-prepend .input-group-text {
  background: transparent;
  border: 0;
  color: #000;
  font-weight: 500;
  padding-left: 30px;
}
.form-wrapper .input-group .form-control {
  border-radius: 0.75rem;
  font-size: 24px;
  height: 75px;
  border: 0;
  text-align: right;
  color: #000;
}
@media only screen and (width <=575px) {
  .form-wrapper .input-group .input-group-prepend .input-group-text {
    font-size: 14px;
    padding-left: 15px;
  }
  .form-wrapper .input-group .form-control {
    font-size: 16px;
    height: 50px;
  }
}
.wallet-card {
  border-radius: 0.75rem;
  padding: 30px 25px;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 340px;
  background-position: center;
}
.wallet-card .head {
  margin-bottom: 30px;
}
.wallet-card .head span {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
}
.wallet-card .wallet-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wallet-card .wallet-footer img {
  height: 30px !important;
  width: auto;
}
.wallet-card .wallet-footer span {
  color: #ffef60;
}
.wallet-card::after {
  content: "";
  height: 100%;
  opacity: 0.4;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background:
    linear-gradient(
      left,
      rgb(30 87 153 / 0%) 50%,
      rgb(255 255 255 / 67%) 100%);
  background:
    linear-gradient(
      to right,
      rgb(30 87 153 / 0%) 50%,
      rgb(255 255 255 / 67%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#abffffff", GradientType=1);
}
@media only screen and (width <=575px) {
  .wallet-card {
    padding: 20px 18px;
    width: 330px;
  }
}
.donut-chart-sale small {
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  top: 0;
  justify-content: center;
  font-weight: 600;
}
@media only screen and (width <=575px) {
  .ds-img-profile {
    width: 100px;
  }
}
.share-icon li a {
  color: #589cc9;
  height: 63px;
  width: 63px;
  line-height: 63px;
  display: block;
  border: 1px solid;
  border-color: #589cc9;
  text-align: center;
  font-size: 35px;
  border-radius: 60px;
  margin: 0 5px;
  transition: all 0.5s;
}
.share-icon li a:hover {
  background: #589cc9;
}
.share-icon li a:hover i {
  color: #fff;
}
@media only screen and (width <=575px) {
  .share-icon li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 25px;
  }
}
.share-icon li a i {
  color: #589cc9;
}
.underline {
  text-decoration: underline;
}
.coin-holding-card .card-body {
  padding: 15px 30px 10px;
}
.coin-holding-card .card-footer {
  padding: 15px 30px;
}
.coin-holding-card .card-footer .footer-info {
  font-size: 18px;
}
.coin-holding-card .title,
.coin-holding-card .amount {
  font-size: 25px;
}
@media only screen and (width <=1600px) {
  .coin-holding-card .card-footer .footer-info {
    font-size: 14px;
  }
}
@media only screen and (width <=575px) {
  .coin-holding-card .card-body {
    padding: 15px 15px 10px;
  }
  .coin-holding-card .card-footer {
    padding: 10px 15px 5px;
    flex-flow: wrap;
  }
  .coin-holding-card .card-footer .footer-info {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .coin-holding-card .title,
  .coin-holding-card .amount {
    font-size: 18px;
  }
}
.theme-colors .btn {
  height: 30px;
  width: 30px;
  cursor: pointer;
  border-radius: 35px !important;
  text-align: center;
  margin-right: 12px;
  padding: 3px;
}
.theme-colors .btn i {
  font-size: 22px;
  color: #fff;
  display: none;
}
.theme-colors .btn.active i {
  display: block;
}
.rank-ic {
  height: 63px;
  width: 63px;
  line-height: 63px;
  display: block;
  border-radius: 60px;
  text-align: center;
}
@media only screen and (width <=575px) {
  .rank-ic {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 16px !important;
  }
}
@media only screen and (width <=575px) {
  .info-group h2,
  .info-group h3 {
    font-size: 18px !important;
  }
  .info-group p {
    font-size: 13px !important;
  }
}
.coin-tabs .nav-tabs {
  border: 0;
}
.coin-tabs .nav-tabs .nav-link {
  border: 0;
  border-radius: 50px;
}
.coin-tabs .nav-tabs .nav-link.bg-primary,
.coin-tabs .nav-tabs .nav-link.bg-secondary,
.coin-tabs .nav-tabs .nav-link.bg-warning,
.coin-tabs .nav-tabs .nav-link.bg-info {
  background-color: transparent !important;
}
.coin-tabs .nav-tabs .nav-link.active {
  color: #fff;
}
.coin-tabs .nav-tabs .nav-link.active svg path {
  fill: #fff;
}
.coin-tabs .nav-tabs .nav-link.active.bg-primary {
  background-color: #589cc9 !important;
}
.coin-tabs .nav-tabs .nav-link.active.bg-secondary {
  background-color: #ac4cbc !important;
}
.coin-tabs .nav-tabs .nav-link.active.bg-warning {
  background-color: #ffab2d !important;
}
.coin-tabs .nav-tabs .nav-link.active.bg-info {
  background-color: #3a82ef !important;
}
.search-area-2 {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  width: 400px;
  overflow: hidden;
  border-radius: 2rem;
}
.search-area-2 .input-group-append .input-group-text {
  background: #fff;
  padding-left: 20px;
  border-radius: 2rem;
}
.search-area-2 .input-group-append .input-group-text i {
  font-size: 22px;
}
.search-area-2 .form-control {
  border: 0;
  background: #fff;
  border-radius: 2rem;
  font-size: 16px;
}
.search-area-2 .form-control:hover,
.search-area-2 .form-control:active,
.search-area-2 .form-control:focus {
  background: #fff;
}
@media only screen and (width <=1400px) {
  .search-area-2 .input-group-append .input-group-text {
    height: 41px;
  }
}
.order-bg {
  background: #fbfbfb;
}
.btn-buy-now {
  height: 3.2rem;
  width: 3.2rem;
  line-height: 3rem;
  text-align: center;
  font-size: 25px;
  position: fixed;
  right: -3px;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #f72b50;
  color: #fff;
  animation-name: tada;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.btn-buy-now:hover {
  color: #fff;
}
@media only screen and (width <=575px) {
  .btn-buy-now {
    display: none;
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.dz-crypto-scroll::after,
.dz-crypto-scroll::before {
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 100%;
  z-index: 2;
}
@media only screen and (width <=575px) {
  .dz-crypto-scroll::after,
  .dz-crypto-scroll::before {
    display: none;
  }
}
.dz-crypto-scroll::before {
  left: 0;
  top: -10px;
  background:
    linear-gradient(
      270deg,
      transparent 0,
      #fbfbfb);
}
.dz-crypto-scroll::after {
  right: 0;
  top: -10px;
  background:
    linear-gradient(
      270deg,
      #fbfbfb 0,
      transparent);
}
.crypto-list .card {
  margin-top: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.crypto-list .card h2 {
  font-size: 20px;
}
.ds-4 .input-group-prepend .btn,
.ds-4 .input-group-append .btn {
  width: 100px;
}
@media only screen and (width <=1400px) {
  .ds-4 .input-group-prepend .btn,
  .ds-4 .input-group-append .btn {
    width: 80px;
  }
}
.apex-card-donut {
  margin-bottom: -8px;
}
.market-bar {
  margin: -30px 0;
}
.produtct-detail-tag {
  display: inline-block;
}
.produtct-detail-tag a {
  font-style: 13px;
  color: #6e6e6e;
}
.product-detail-content .item-tag {
  background: #828690;
  border-radius: 6px;
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
  padding: 2px 12px;
  color: #fff;
}
.filtaring-area h4 {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}
.plus-minus-input .input-icon {
  font-size: 13px;
  color: #6e6e6e;
}
.plus-minus-input {
  display: flex;
  width: 120px;
}
.plus-minus-input .custom-btn {
  border-radius: 0;
  height: 40px;
  padding: 12px 8px;
  background: #fff;
  border: 1px solid #d7dae3;
}
.plus-minus-input .form-control:hover,
.plus-minus-input .form-control:focus,
.plus-minus-input .form-control:active {
  border: 1px solid #d7dae3;
}
.btn-reveal-trigger .avatar-xl {
  min-width: 30px;
}
.share-view {
  display: inline-block;
}
.share-view ul li {
  display: inline-block;
}
.share-view .share-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #d7dae3;
  text-align: center;
  line-height: 40px;
  font-style: 16px;
  color: #d7dae3;
  margin-right: 8px;
}
.veritical-line {
  padding: 20px 30px;
  border-top: 1px solid #d7dae3;
  border-right: 1px solid #d7dae3;
  border-bottom: 1px solid #d7dae3;
  position: relative;
}
.veritical-line::before {
  background: #d7dae3;
  bottom: 0;
  content: "";
  height: 100%;
  left: -1px;
  max-height: 40%;
  position: absolute;
  width: 1px;
}
.tab-content-text p {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
.tab-item-list li a {
  background: #fff;
  border-top: 1px solid #d7dae3;
  border-left: 1px solid #d7dae3;
  border-right: 1px solid #d7dae3;
  color: #6e6e6e;
  display: block;
  font-size: 16px;
  padding: 16px;
  text-transform: uppercase;
}
.tab-item-list li a:hover,
.tab-item-list li a:focus {
  background: #fff;
  color: #6e6e6e;
  border-right: 0;
}
.tab-item-list li:last-child {
  border-bottom: 1px solid #d7dae3;
}
.tab-list li {
  margin-bottom: 7px;
  font-size: 13px;
}
.tab-list li i {
  font-size: 13px;
  margin-right: 14px;
}
.slide-item-list {
  text-align: center;
  margin: 0 -5px;
}
.slide-item-list li {
  display: inline-block;
  flex: 0 0 25%;
  width: 25%;
  padding: 0 5px;
}
.slide-item-list li a {
  display: inline-block;
  padding: 0;
  background: transparent;
}
.slide-item-list li a:hover,
.slide-item-list li a:focus {
  background: transparent;
}
.slide-item-list li a img {
  width: 100%;
}
.product-detail-text {
  padding: 28px 30px 70px;
}
.star-rating .product-review {
  font-style: 13px;
  color: #6e6e6e;
  font-weight: 400;
  text-decoration: underline !important;
}
.product-detail .tab-content img {
  display: inline-block;
  width: 100%;
}
.popular-tag ul {
  margin: 0;
  padding: 0;
}
.popular-tag ul li {
  display: inline-block;
  padding: 8px 15px;
  background: #f8f8f8;
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}
.size-filter ul li {
  display: inline-block;
}
.intro {
  border: 1px solid red;
  color: #1d1d1d;
}
#listResults .slider {
  margin: 25px 0;
}
#listResults .slider-box {
  width: 90%;
  margin: 25px auto;
}
#listResults input {
  width: 10%;
}
#listResults label {
  border: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 30%;
}
.plus-minus-input .input-icon {
  font-size: 13px;
  color: #aaa;
}
.plus-minus-input .custom-btn {
  border-radius: 0;
  height: 40px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #c8c8c8;
}
.plus-minus-input .custom-btn:hover,
.plus-minus-input .custom-btn:focus,
.plus-minus-input .custom-btn.active {
  box-shadow: none;
  outline: none;
}
.plus-minus-input .form-control {
  height: 40px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 0 solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.plus-minus-input .form-control:hover,
.plus-minus-input .form-control:focus,
.plus-minus-input .form-control:active {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 0 solid #c8c8c8;
  border-right: 0 solid #c8c8c8;
}
.new-arrival-product .new-arrivals-img-contnent {
  overflow: hidden;
}
.new-arrival-product .new-arrivals-img-contnent img {
  width: 100%;
  transition: all 0.5s;
}
.new-arrival-product:hover .new-arrivals-img-contnent img {
  transform: scale(1.5) translateY(12%);
}
.new-arrival-content .item {
  font-size: 12px;
  color: #6e6e6e;
}
.new-arrival-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.new-arrival-content h4 a {
  color: #000;
}
.new-arrival-content .price {
  font-weight: 600;
  color: #589cc9;
  font-size: 24px;
  margin-bottom: 0;
  float: right;
}
@media only screen and (width <=575px) {
  .new-arrival-content .price {
    float: none;
    margin-top: 10px;
  }
}
.new-arrival-content p {
  font-size: 14px;
  color: #828690;
  margin-bottom: 6px;
  line-height: 24px;
}
.new-arrival-content .text-content {
  margin-top: 18px;
}
.new-arrival-content.text-center .price {
  float: unset;
}
.success-icon {
  color: #68cf29;
  font-size: 16px;
}
.comment-review {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
.comment-review .client-review {
  color: #828690;
  padding-right: 20px;
  text-decoration: underline !important;
  font-size: 14px;
}
.comment-review .span {
  color: #828690;
  font-size: 14px;
}
@media only screen and (width <=575px) {
  .comment-review {
    margin-bottom: 0;
  }
}
.star-rating li {
  display: inline-block;
}
.star-rating li i {
  color: gold;
}
.custom-dropdown-list {
  border: 1px solid #919191;
  padding: 0.775rem 0.75rem;
  line-height: 1.5;
  width: 100%;
  border-radius: 4px;
}
.custom-dropdown-list .mat-mtc-form-field-label {
  top: 19px;
  background-color: white;
  width: auto !important;
  padding: 0 10px;
}
.custom-dropdown-list .mat-mtc-select-trigger {
  height: auto;
}
.custom-dropdown-list .mat-mtc-select-arrow {
}
.custom-dropdown-list .mat-mtc-form-field-type-mat-select .mat-mtc-form-field-label {
  padding: 10px;
}
.custom-dropdown-list .mat-mtc-form-field-appearance-legacy .mat-mtc-form-field-underline {
  height: 0 !important;
}
.custom-dropdown-list .mat-mtc-form-field-type-mat-select .mat-mtc-form-field-label {
  height: 10px;
}
.custom-dropdown-list .mat-mdc-form-field-infix {
  padding: 0;
  margin: 0;
  border: 0;
}
.custom-dropdown-list .mat-mdc-form-field-wrapper {
  padding-bottom: 0 !important;
}
.custom-dropdown-list .mat-mdc-form-field-appearance-legacy {
  top: 1em;
}
.custom-dropdown-list .mat-mdc-form-field-underline {
  height: 0 !important;
}
.custom-dropdown-list .mat-mdc-form-field-label-wrapper {
  top: -19px;
}
.custom-dropdown-list .mat-mdc-select-placeholder {
  height: 30px;
}
.custom-dropdown-list .mat-mdc-form-field-appearance-legacy.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label,
.mat-mdc-form-field-appearance-legacy.mat-mdc-form-field-can-float .mat-mdc-input-server:focus + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.58125em) scale(0.75) perspective(100px) translateZ(0.001px);
  background-color: #fbfbfb;
}
.custom-dropdown-list .mat-mdc-form-field-ripple {
  height: 0 !important;
}
.custom-form-label label,
.custom-dropdown-list .mat-mdc-select-placeholder {
  color: rgb(0 0 0 / 54%);
  position: absolute;
  left: 25px;
  top: -11px;
  font-size: 12px;
  background-color: white;
  padding: 0 9px;
}
.custom-form-label .form-control {
  background-color: white;
  border-color: #919191;
  border-radius: 4px;
  border: 1px solid #919191;
}
.btn-next {
  width: 142px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 22px;
  background: #1c75bb;
  color: white;
  box-shadow:
    0 1px 5px rgb(0 0 0 / 12%),
    0 2px 2px rgb(0 0 0 / 14%),
    0 3px 1px -2px rgb(0 0 0 / 20%);
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
  border: 0;
}
.btn-reset,
.btn-prev,
.btn-add-new,
.btn-delete,
.btn-cancel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 22px;
  width: 142px;
  height: 40px;
  border: 1px solid #1c75bb;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  background-color: white;
}
.btn-reset {
  color: red;
  border: 1px solid red;
}
.btn-prev {
  color: #1c75bb;
  border: 1px solid #1c75bb;
}
.btn-next:disabled {
  opacity: 0.5;
}
.btn-add-new {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  color: white;
}
.btn-delete {
  background-color: #ef4444;
  border: 1px solid #ef4444;
  color: white;
}
.btn-delete:hover {
  color: white;
}
.btn-cancel {
  border-radius: 4px;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.mat-mtc-dialog-container {
  border-radius: 16px !important;
}
.mat-mtc-step-header .mat-mtc-step-icon-selected,
.mat-mtc-step-header .mat-mtc-step-icon-state-done,
.mat-mtc-step-header .mat-mtc-step-icon-state-edit {
  background-color: #ed8b00 !important;
}
.mat-mdc-radio-button.mat-mdc-accent .mat-mdc-radio-inner-circle,
.mat-mdc-radio-button.mat-mdc-accent .mat-mdc-radio-ripple .mat-mdc-ripple-element:not(.mat-mdc-radio-persistent-ripple),
.mat-mdc-radio-button.mat-mdc-accent.mat-mdc-radio-checked .mat-mdc-radio-persistent-ripple,
.mat-mdc-radio-button.mat-mdc-accent:active .mat-mdc-radio-persistent-ripple,
.mat-mdc-radio-button.mat-mdc-caccent .mat-mdc-radio-inner-circle,
.mat-mdc-radio-button.mat-mdc-accent .mat-mdc-radio-ripple .mat-mdc-ripple-element:not(.mat-mdc-radio-persistent-ripple),
.mat-mdc-radio-button.mat-mdc-accent.mat-mdc-radio-checked .mat-mdc-radio-persistent-ripple,
.mat-mdc-radio-button.mat-mdc-accent:active .mat-mdc-radio-persistent-ripple {
  background-color: #2196f3 !important;
}
.mat-mdc-radio-button.mat-mdc-accent.mat-mdc-radio-checked .mat-mdc-radio-outer-circle {
  border-color: #2196f3 !important;
}
.mat-mdc-input-element[type=time] {
  padding: 0 !important;
}
.mat-mdc-input-element[type=time]::after {
  white-space: unset !important;
}
.mat-mdc-menu-trigger {
  background-color: transparent;
  border: 0;
}
.mat-mdc-dialog-surface {
  padding: 24px;
}
.dropdown-menu[data-bs-popper] {
  left: auto !important;
  right: 0;
}
.mat-internal-form-field > label {
  margin-bottom: 0;
}

/* node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\fffd;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* src/styles.scss */
.angular-editor {
  display: block;
  border: 1px solid #ddd !important;
  background-color: #fff;
}
.angular-editor .angular-editor-toolbar {
  display: flex !important;
  flex-wrap: wrap;
  padding: 6px !important;
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #ddd !important;
  gap: 4px;
}
.angular-editor .angular-editor-toolbar .angular-editor-toolbar-set {
  display: flex !important;
  align-items: center;
  border-right: 1px solid #eee;
  padding: 0 4px;
}
.angular-editor .angular-editor-toolbar .angular-editor-toolbar-set:last-child {
  border: none;
}
.angular-editor .angular-editor-toolbar button {
  background: none;
  border: 1px solid transparent;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.angular-editor .angular-editor-toolbar button svg {
  display: none !important;
}
.angular-editor .angular-editor-toolbar button::before {
  font-family: "FontAwesome" !important;
  font-size: 14px;
  color: #444;
  display: inline-block;
}
.angular-editor .angular-editor-toolbar button[title=Undo]::before {
  content: "\f0e2";
}
.angular-editor .angular-editor-toolbar button[title=Redo]::before {
  content: "\f01e";
}
.angular-editor .angular-editor-toolbar button[title=Bold]::before {
  content: "\f032";
}
.angular-editor .angular-editor-toolbar button[title=Italic]::before {
  content: "\f033";
}
.angular-editor .angular-editor-toolbar button[title=Underline]::before {
  content: "\f0cd";
}
.angular-editor .angular-editor-toolbar button[title=Strikethrough]::before {
  content: "\f0cc";
}
.angular-editor .angular-editor-toolbar button[title="Justify Left"]::before {
  content: "\f036";
}
.angular-editor .angular-editor-toolbar button[title="Justify Center"]::before {
  content: "\f037";
}
.angular-editor .angular-editor-toolbar button[title="Justify Right"]::before {
  content: "\f038";
}
.angular-editor .angular-editor-toolbar button[title="Justify Full"]::before {
  content: "\f039";
}
.angular-editor .angular-editor-toolbar button[title="Unordered List"]::before {
  content: "\f0ca";
}
.angular-editor .angular-editor-toolbar button[title="Ordered List"]::before {
  content: "\f0cb";
}
.angular-editor .angular-editor-toolbar button[title="Insert Link"]::before {
  content: "\f0c1";
}
.angular-editor .angular-editor-toolbar button[title="Insert Image"]::before {
  content: "\f03e";
}
.angular-editor .angular-editor-toolbar button[title="Insert Video"]::before {
  content: "\f03d";
}
.angular-editor .angular-editor-toolbar button[title="Horizontal Line"]::before {
  content: "\f068";
}
.angular-editor .angular-editor-toolbar button[title="Clear Formatting"]::before {
  content: "\f12d";
}
.angular-editor .angular-editor-toolbar button[title="HTML Code"]::before {
  content: "\f121";
}
.angular-editor .angular-editor-toolbar button[title="Text Color"]::before {
  content: "\f042";
}
.angular-editor .angular-editor-toolbar button[title="Background Color"]::before {
  content: "\f043";
}
.angular-editor .angular-editor-toolbar button[title=Subscript]::before {
  content: "\f12c";
}
.angular-editor .angular-editor-toolbar button[title=Superscript]::before {
  content: "\f12b";
}
.angular-editor .angular-editor-toolbar button:hover {
  background-color: #e9ecef !important;
}
.angular-editor .angular-editor-textarea {
  min-height: 200px !important;
  padding: 15px !important;
  outline: none !important;
  border-top: none !important;
}
.ae-picker-label {
  padding: 4px 8px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
}
.ae-picker-label svg {
  display: none !important;
}
.ae-picker-label::after {
  content: "\f0d7" !important;
  font-family: "FontAwesome" !important;
  margin-left: 8px;
  font-size: 12px;
}
.mdc-switch__track::after {
  color: rgba(55, 165, 55, 0.699) !important;
  background-color: rgba(55, 165, 55, 0.699) !important;
}
.mdc-switch__icon.mdc-switch__icon--on {
  background-color: green !important;
  border-radius: 100% !important;
}
.mdc-switch__icon.mdc-switch__icon--off {
  background-color: rgba(150, 150, 150, 0.5) !important;
  border-radius: 100% !important;
}
.invalid-formControl {
  margin-top: -15px;
  padding-bottom: 8px;
  color: red;
}
.mat-pseudo-checkbox {
  display: none !important;
}
.designMenuAvailabilityCalendar .mat-mdc-menu-content .mat-mdc-menu-item {
  cursor: initial !important;
  background-color: white;
}
.menu-actions .mat-mdc-menu-content {
  padding: 0;
}
.menu-actions .mat-mdc-menu-content button:not(:last-of-type) {
  border-bottom: 1px solid #A9AEB1;
}
.menu-actions .mat-mdc-menu-content button.delete {
  color: #FF3B30;
}
.-mx-5 {
  margin-inline: -5px !important;
}
.px-5 {
  padding-inline: 5px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mdc-switch__icon {
  border-radius: 100% !important;
  border: none !important;
}
.mdc-switch__handle::after {
  border-radius: 100% !important;
  border: none !important;
}
.mdc-switch__handle::before {
  border-radius: 100% !important;
  border: none !important;
}
.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: green !important;
}
.searchInput-option {
  padding: 0;
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.cursor-pointer {
  cursor: pointer;
}
.searchInput-option span {
  display: block;
  height: 52px;
  width: 100%;
}
.mat-mdc-select-panel {
  position: relative !important;
  padding: 0 0 8px 0 !important;
}
.room-select-panel {
  min-width: 350px;
  padding: 0 !important;
}
.confirm-button {
  background-color: #1c75bb !important;
  color: #fff !important;
}
.cancel-button {
  background-color: 6C6C6C !important;
  color: #fff !important;
}
.custom-view-images .mat-mdc-dialog-surface,
.custom-view-Price .mat-mdc-dialog-surface {
  padding: 0 !important;
  border-radius: 16px;
}
.contentRoomAvalibitiy .btn.transparent,
.btn.primaryColor,
.contentRoomAvalibitiy .btn.btn-dark,
.contentRoomAvalibitiy .btn.btn-danger,
.contentRoomAvalibitiy .btn.btn-success,
.contentRoomAvalibitiy .btn.btn-outline-danger {
  font-size: 1rem;
  border-radius: 8px;
  padding: 10px 15px;
  min-width: 140px;
}
.btn.primaryColor {
  background-color: #3993DA;
}
.btn.primaryColor {
  color: white;
}
.disabledDate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(150, 150, 150, 0.2);
}
.btn.transparent {
  color: #2C2E30;
  box-shadow: none !important;
  outline: 0 !important;
}
.menu-toggle .deznav .metismenu li > ul {
  position: absolute;
  left: 4.5rem;
  top: auto !important;
  width: 16rem;
  z-index: 100000111 !important;
  display: none;
  padding-left: 1px;
  overflow-y: auto !important;
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
  border-radius: 6px;
  margin-left: 0;
  border: 0;
  background: #fff;
}
.designMenuAvailability .mat-mdc-menu-item-text,
.designMenuAvailability .prices,
.content-stopSale .mat-mdc-menu-item-text {
  display: flex;
  align-items: center;
}
.content-stopSale .mat-mdc-menu-item-text {
  gap: 8px;
}
.designMenuAvailability {
  max-width: initial !important;
  min-width: 366px !important;
  overflow: initial !important;
}
.designMenuAvailability .mat-mdc-menu-item,
.designMenuAvailability .mat-mdc-menu-item-text {
  overflow: initial !important;
  background-color: white !important;
}
.designMenuAvailability .mat-mdc-menu-content {
  padding: 0 !important;
}
.designMenuAvailability .mat-mdc-menu-content {
  min-width: 366px !important;
}
.designMenuAvailability .mat-mdc-menu-content .mat-mdc-menu-item-text {
  justify-content: space-between;
  padding: 0 10px;
}
.designMenuAvailability .mat-mdc-menu-content .mat-mdc-menu-item-text .nationalityName,
.designMenuAvailability .mat-mdc-menu-content .mat-mdc-menu-item-text .prices {
  color: #44484B;
  font-size: 13px;
}
.designMenuAvailability .mat-mdc-menu-content .mat-mdc-menu-item-text .nationalityName {
  font-size: 15px;
  font-weight: 500;
}
.designMenuAvailability .mat-mdc-menu-content .mat-mdc-menu-item-text .prices {
  gap: 5px;
}
.designMenuAvailability .mat-mdc-menu-content .mat-mdc-menu-item-text .prices .btnDelete,
.designMenuAvailability .mat-mdc-menu-content .mat-mdc-menu-item-text .prices .btnEdit {
  padding-left: 5px !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.designMenuAvailability.mealPlan,
.designMenuAvailability.mealPlan .mat-mdc-menu-content {
  min-width: 440px !important;
}
.designMenuAvailability.stopSale,
.designMenuAvailability.stopSale .mat-mdc-menu-content {
  min-width: 345px !important;
}
@media screen and (min-height: 400px) {
  .menu-toggle .deznav .metismenu li > ul {
    bottom: min(70vh - 240px, 20px) !important;
    max-height: calc(70vh - 240px) !important;
  }
}
@media screen and (min-height: 700px) {
  .menu-toggle .deznav .metismenu li > ul {
    bottom: min(70vh - 350px, 10px) !important;
    max-height: calc(70vh - 350px) !important;
  }
}
@media screen and (min-height: 1100px) {
  .menu-toggle .deznav .metismenu li > ul {
    bottom: min(70vh - 350px, -200%) !important;
    max-height: calc(70vh - 300px) !important;
  }
}
.dropdown-menu.show .iti__country-list {
  height: 270px;
  overflow-y: scroll;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
.iti--allow-dropdown input.iti__tel-input {
  height: 55px;
  width: 100%;
}

/* public/assets/css/dashboard.css */
.event-chart {
  margin: -10px 0;
}
.default-select.style-1 {
  border: 0;
  font-size: 12px;
  padding: 5px;
}
.default-select.style-1 option {
  background: #fff;
  box-shadow: 0 10px 40px 0 rgb(32 28 69 / 10%);
}
.event-table {
  border-radius: 0.75rem;
}
.event-table thead th {
  color: #000;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 600;
  padding: 20px 10px;
}
.event-table tbody td {
  font-size: 14px;
  padding: 20px 10px;
}
@media only screen and (width <= 1400px) {
  .event-table thead th {
    color: #000;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 600;
  }
  .event-table tbody td {
    padding: 12px 15px;
  }
}
.dropdown-no-icon .dropdown-toggle::after {
  content: none;
}
.detault-daterange .dashboard-select.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-flex {
  padding: 0 1em;
}
.detault-daterange .mat-mdc-form-field-prefix,
.detault-daterange .mat-mdc-form-field-suffix {
  top: 5px;
}
.dashboard-select {
  font-size: 16px;
}
.dashboard-select .mat-mdc-form-field-wrapper,
.dashboard-select .mat-mdc-form-field-appearance-fill .mat-mdc-form-field-flex {
  padding: 0;
  background: transparent;
}
.dashboard-select .mat-mdc-form-field-underline {
  display: none;
}
.dashboard-select .mat-mdc-form-field-infix {
  border: 0;
}
.dashboard-select.mat-mdc-form-field-appearance-fill .mat-select-arrow-wrapper {
  transform: translateY(-10%);
}
.dashboard-select.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-flex {
  padding: 1em 1em 0;
  background-color: #fff;
}
.dashboard-select.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-infix {
  padding: .25em 0 1em;
}
.dashboard-select .mat-select-arrow,
.dashboard-select .mat-select-value {
  color: #589cc9;
}
.dashboard-select.style-1 {
  font-size: 16px;
  border: 1px solid #589cc9;
  border-radius: 3rem;
}
.dashboard-select.style-1.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-infix {
  padding: 6px 0 18px;
}
.dashboard-select.style-1.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-flex {
  border-radius: 3rem;
  background-color: #fff;
  padding: 12px 20px 0;
}
.dashboard-select.style-1 .mat-mdc-form-field-infix {
  max-width: 120px;
  width: 150px;
}
@media only screen and (width <= 1400px) {
  .dashboard-select.style-1 {
    font-size: 0.813rem;
  }
  .dashboard-select.style-1.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-infix {
    padding: 6px 0 12px;
  }
  .dashboard-select.style-1.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-flex {
    padding: 8px 15px 0;
  }
}
.compose-content .dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-salebx {
  height: 630px;
}
@media only screen and (width <= 1199px) {
  .latest-salebx {
    height: 350px;
  }
}
.post-input .btn-social {
  margin-right: 4px;
}
.rating-widget .ng-star-inserted {
  color: #589cc9;
  font-size: 30px;
}
.default-accordion {
  box-shadow: none;
  margin-bottom: 1.25rem;
  height: unset;
  border-radius: 5px;
}
.default-accordion .card-header {
  padding: 0;
  border: 0;
}
.default-accordion .card-header button {
  border-radius: 5px;
  background: #589cc9;
  color: #fff;
  display: block;
  border: 0;
  width: 100%;
  text-align: left;
  padding-right: 40px;
}
.default-accordion .card-header button.collapsed {
  background: rgb(54 48 98 / 15%);
  color: #000;
}
.default-accordion .card-header button.collapsed::after {
  content: "\e61a";
}
.default-accordion .card-header button:focus {
  box-shadow: none;
}
.default-accordion .card-header button::after {
  position: absolute;
  font-family: themify;
  top: 50%;
  content: "\e622";
  transform: translateY(-50%);
  right: 20px;
}
.custom-header-accordion {
  border: 1px solid #EEE;
  box-shadow: none;
  margin-bottom: 0;
  height: unset;
}
.custom-header-accordion .card-header button:focus {
  box-shadow: none;
}
.prevent-accordion {
  box-shadow: none;
  margin-bottom: 1.25rem;
  height: unset;
  border-radius: 5px;
}
.prevent-accordion .card-header {
  padding: 0;
  border: 0;
}
.prevent-accordion .card-header button {
  background: #589cc9;
  border-radius: 5px;
  color: #fff;
  display: block;
  border: 0;
  width: 100%;
  text-align: left;
  padding-right: 40px;
}
.prevent-accordion .card-header button.collapsed {
  background: rgb(54 48 98 / 15%);
  color: #000;
}
.prevent-accordion .card-header button.collapsed::after {
  content: "\e61a";
}
.prevent-accordion .card-header button:focus {
  box-shadow: none;
}
.prevent-accordion .card-header button::after {
  position: absolute;
  font-family: themify;
  top: 50%;
  content: "\e622";
  transform: translateY(-50%);
  right: 20px;
}
.default-nestable {
}
.default-nestable .dd-dragel .ngx-nestable-hidden,
.default-nestable .dd-dragel button {
  visibility: hidden;
}
.default-nestable .dd-list .dd-item .nestable-item-container {
  background: #cac7e4;
  color: #000;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 32px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  cursor: pointer;
  outline: 0;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 10px;
  transition: all 0.5s;
}
.default-nestable .dd-list .dd-item .nestable-item-container:hover {
  background: #589cc9;
  color: #fff;
}
.default-nestable .dd-list .dd-item .nestable-item-container:hover button {
  color: #fff;
}
.default-nestable .dd-list .dd-item .nestable-item-container button {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  outline: 0;
  border: 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  margin-right: 10px;
  background: transparent;
  color: #000;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
@media only screen and (width <= 575px) {
  .default-nestable .dd-list .dd-item .nestable-item-container {
    padding: 0;
  }
}
.default-nestable .result-bx textarea {
  height: 100%;
  width: 100%;
}
@media only screen and (width <= 991px) {
  .default-nestable .result-bx {
    margin-top: 30px;
  }
  .default-nestable .result-bx textarea {
    height: 600px;
    width: 100%;
  }
}
.alert-dismissible .close {
  height: 100%;
  font-size: 30px;
}
.alert-dismissible .close span {
  font-weight: 400;
}
.calendar-responsive {
  overflow: auto;
  display: block;
}
.default-calendar ngb-datepicker {
  border: 0;
  background: #f3f3f3;
}
.default-calendar .form-group .input-group .form-control {
  color: #000;
}
.default-calendar .form-group .input-group .input-group-append button {
  background-image: none !important;
  padding: 0;
  border-color: #589cc9;
  background: #589cc9;
  width: 45px;
  text-align: center;
}
.default-calendar .form-group .input-group .input-group-append button::after {
  color: #fff;
  content: "\f133";
  font-family: "Line Awesome Free";
  padding: 0;
  font-size: 26px;
}
.default-calendar .form-group .input-group .input-group-append button:hover {
  background: #589cc9;
}
.default-calendar .form-group .input-group .input-group-append button:hover::after {
  color: #fff;
}
.default-calendar .form-group .input-group .input-group-append button:focus {
  box-shadow: none;
}
.default-calendar .weekend {
  background-color: #589cc9;
}
.default-calendar .ngb-dp-header {
  background: #589cc9;
  padding: 8px 5px;
}
.default-calendar .ngb-dp-header .ngb-dp-navigation-chevron {
  border-color: #fff;
}
.default-calendar .ngb-dp-header .custom-select {
  color: #fff;
  background: #589cc9;
  border-radius: 5px;
  margin: 0 5px;
  padding: 0 20px;
}
.default-calendar .ngb-dp-weekdays {
  border: 1px solid rgb(54 48 98 / 25%);
  background: #fff;
}
.default-calendar .ngb-dp-weekdays .ngb-dp-weekday {
  color: #589cc9;
  font-weight: 600;
  font-size: 15px;
  font-style: unset;
}
.default-calendar .ngb-dp-day,
.default-calendar .ngb-dp-week-number,
.default-calendar .ngb-dp-weekday {
  max-height: 40px;
  max-width: 40px;
  height: 40px;
  width: 35px;
  line-height: 40px;
}
.default-calendar [ngbDatepickerDayView] {
  max-height: 40px;
  max-width: 40px;
  width: 35px;
  height: 40px;
  line-height: 40px;
}
.default-calendar [ngbDatepickerDayView]:active {
  background-color: #589cc9 !important;
  color: white !important;
}
.default-calendar .ngb-dp-navigation-select {
  flex: unset;
}
.default-calendar .custom-day {
  height: 40px !important;
  line-height: 40px;
  padding: 0 !important;
  width: 100% !important;
}
.default-calendar .custom-day.range,
.default-calendar .custom-day:hover {
  height: 40px;
  background-color: #589cc9 !important;
}
.default-calendar .ngb-dp-month-name {
  padding: 8px 0;
  height: auto;
}
.dashboard-full-calendar.fc .fc-button-primary {
  background-color: #589cc9;
  color: #fff;
  border: 0;
}
.dashboard-full-calendar.fc .fc-button-primary:hover,
.dashboard-full-calendar.fc .fc-button-primary.fc-button-active,
.dashboard-full-calendar.fc .fc-button-primary:active {
  background-color: #100e1e !important;
}
.dashboard-full-calendar.fc .fc-button-primary:focus {
  box-shadow: none !important;
}
.dashboard-full-calendar.fc-theme-standard td,
.dashboard-full-calendar.fc-theme-standard th,
.dashboard-full-calendar.fc-theme-standard .fc-scrollgrid,
.dashboard-full-calendar.fc-theme-standard .fc-list {
  border-color: #ECF0F3;
}
.dashboard-full-calendar .fc-daygrid-day.fc-day-today {
  background-color: #cac7e4 !important;
}
.dashboard-full-calendar .fc-daygrid-dot-event {
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.dashboard-full-calendar.fc-theme-standard th {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.dashboard-full-calendar.fc-theme-standard th a {
  color: #B5B5C3;
}
.dashboard-full-calendar .fc-h-event,
.dashboard-full-calendar .fc-v-event {
  background-color: #589cc9;
  border-color: #589cc9;
}
.dashboard-full-calendar .fc-daygrid-event-dot,
.dashboard-full-calendar .fc-list-event-dot {
  border-color: #589cc9 !important;
}
@media only screen and (width <= 767px) {
  .dashboard-full-calendar.fc .fc-toolbar {
    display: block;
    text-align: center;
  }
  .dashboard-full-calendar.fc .fc-toolbar .fc-toolbar-title {
    margin: 10px;
  }
}
.calendar-list {
  margin-bottom: 10px;
}
.calendar-list .list-group-item {
  background: #f4f6fa;
  color: #589cc9;
  border: 0;
  margin-bottom: 5px;
  border-radius: 6px;
  position: relative;
  border-left: 4px solid #589cc9;
}
.calendar-checkbox {
  border-radius: 6px;
  background: #cac7e4;
  padding: 10px 15px;
  margin-bottom: 5px;
  color: #000;
}
.calendar-checkbox label {
  margin-bottom: 0;
}
.calendar-checkbox input[type=checkbox],
.calendar-checkbox input[type=radio] {
  margin-right: 6px;
}
.calendar-description h2 {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.calendar-description ul li {
  font-size: 15px;
  color: #000;
}
.default-carousel .carousel-caption {
  background: rgb(0 0 0 / 50%);
  bottom: 45px;
  padding: 15px;
}
.default-carousel .carousel-caption h3 {
  color: #fff;
}
@media only screen and (width <= 575px) {
  .default-carousel .carousel-caption {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.default-carousel .carousel-indicators li {
  transition: all 0.5s;
  height: 13px;
  width: 13px;
  border: 0;
  border-radius: 13px;
  background: #589cc9;
}
.default-carousel .carousel-indicators li.active {
  width: 30px;
}
@media only screen and (width <= 575px) {
  .default-carousel .carousel-item img {
    height: 280px;
  }
}
.default-rating span {
  font-size: 35px;
}
.pagination-responsive {
  overflow: auto;
}
.pagination .page-item .page-link span {
  color: #B1B1B1;
}
.pagination .page-item .page-link:hover span {
  color: #fff;
}
.progress {
  height: 16px;
}
.form-select.mat-mdc-form-field {
  display: block;
}
.form-select .mat-mdc-form-field-infix {
  border-top: 0;
}
.form-select .mat-mdc-form-field-underline {
  display: none;
}
.form-select.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-flex {
  border-radius: 0.75rem;
  padding: 15px 15px 8px;
  background: transparent;
  border: 1px solid #EEE;
}
.form-select.mat-mdc-form-field-appearance-fill .mat-select-arrow-wrapper {
  transform: translateY(0%);
}
.default-autocomplete {
}
.default-autocomplete .mat-mdc-form-field {
  width: 100%;
}
.default-autocomplete .mat-mdc-form-field-appearance-legacy.mat-mdc-form-field-can-float .mat-mdc-form-field-autofill-control:-webkit-autofill + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label,
.default-autocomplete .mat-mdc-form-field-appearance-legacy.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label,
.default-autocomplete .mat-mdc-form-field-appearance-legacy.mat-mdc-form-field-can-float .mat-input-server:focus + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  color: #589cc9;
}
.default-autocomplete .mat-mdc-form-field.mat-focused .mat-mdc-form-field-ripple {
  background-color: #589cc9;
}
.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary,
.mat-badge-content {
  background-color: #589cc9;
}
.mat-badge-accent .mat-badge-content {
  background: #AC4CBC;
  color: #fff;
}
.mat-bottom-sheet-container {
  max-height: 80vh;
  overflow: auto;
}
.mat-bottom-sheet-container ul li a {
  padding: 15px;
  display: block;
}
.mat-bottom-sheet-container ul li a:hover,
.mat-bottom-sheet-container ul li a:focus {
  background: rgb(0 0 0 / 4%);
}
.mat-bottom-sheet-container ul li a span {
  color: #000;
  display: block;
  font-size: 16px;
}
.mat-bottom-sheet-container ul li a span:last-child {
  font-size: 14px;
}
.default-mt-btn .mat-button.mat-primary,
.default-mt-btn .mat-icon-button.mat-primary,
.default-mt-btn .mat-stroked-button.mat-primary {
  color: #589cc9;
}
.default-mt-btn .example-label {
  font-size: 1rem !important;
  color: #000;
}
.default-mt-btn .example-button-row {
  width: auto !important;
}
.default-mt-btn .example-button-row .mat-button-base {
  margin: 15px 15px 15px 0 !important;
}
.default-mt-btn .mat-flat-button.mat-accent,
.default-mt-btn .mat-raised-button.mat-accent,
.default-mt-btn .mat-fab.mat-accent,
.default-mt-btn .mat-mini-fab.mat-accent {
  background-color: #AC4CBC;
}
.default-mt-btn .mat-flat-button.mat-accent,
.default-mt-btn .mat-raised-button.mat-accent,
.default-mt-btn .mat-fab.mat-accent,
.default-mt-btn .mat-mini-fab.mat-accent {
  color: #fff;
}
.default-mt-btn .mat-button.mat-accent,
.default-mt-btn .mat-icon-button.mat-accent,
.default-mt-btn .mat-stroked-button.mat-accent {
  color: #AC4CBC;
}
.default-mt-btn .mat-button.mat-accent .mat-button-focus-overlay,
.default-mt-btn .mat-icon-button.mat-accent .mat-button-focus-overlay,
.default-mt-btn .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #AC4CBC;
}
.default-mt-btn .mat-button,
.default-mt-btn .mat-raised-button,
.default-mt-btn .mat-stroked-button,
.default-mt-btn .mat-flat-button {
  padding: 0 25px;
  line-height: 55px;
  border-radius: 0.75rem;
  font-size: 1rem;
}
@media only screen and (width <= 1400px) {
  .default-mt-btn .example-button-row {
    width: auto !important;
  }
  .default-mt-btn .example-button-row .mat-button-base {
    margin: 10px 10px 10px 0 !important;
  }
  .default-mt-btn .mat-button,
  .default-mt-btn .mat-raised-button,
  .default-mt-btn .mat-stroked-button,
  .default-mt-btn .mat-flat-button {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media only screen and (width <= 575px) {
  .default-mt-btn .btn-list-group {
    display: block !important;
    padding: 10px 0;
  }
  .default-mt-btn .btn-list-group .example-label {
    display: block !important;
  }
  .default-mt-btn .example-button-row {
    width: auto !important;
  }
  .default-mt-btn .example-button-row .mat-button-base {
    margin: 5px 10px 5px 0 !important;
  }
  .default-mt-btn .example-button-container {
    width: 80px !important;
  }
}
.default-mt-card .mat-card {
  border-radius: 0.75rem;
}
.default-mt-checkbox .example-section {
  margin: 0 !important;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #589cc9;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,
.mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #589cc9;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #589cc9;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #589cc9;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #AC4CBC;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #AC4CBC;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #AC4CBC;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #AC4CBC;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #AC4CBC;
}
.default-mt-chips .mat-input-element {
  color: rgb(0 0 0 / 60%);
}
.default-mt-chips .mat-chip.mat-standard-chip,
.default-mt-chips .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #589cc9;
  color: #fff;
}
.default-mt-chips .mat-mdc-form-field-appearance-legacy .mat-mdc-form-field-label,
.default-mt-chips .mat-mdc-form-field-appearance-legacy .mat-hint,
.default-mt-chips input.mat-chip-input::placeholder {
  color: rgb(0 0 0 / 54%);
}
.default-mt-chips .mat-mdc-form-field.mat-focused .mat-mdc-form-field-label {
  color: #589cc9;
}
.default-mt-chips .mat-mdc-form-field.mat-focused .mat-mdc-form-field-ripple {
  background-color: #589cc9;
}
.default-mt-chips .mat-chip.mat-standard-chip .mat-chip-remove {
  opacity: 1;
  color: rgb(255 255 255 / 80%);
}
.default-mt-chips .mat-mdc-form-field-appearance-legacy .mat-mdc-form-field-underline {
  background-color: rgb(0 0 0 / 42%);
}
.default-mt-chips .mat-mdc-form-field-infix {
  width: 100%;
  color: #fff;
}
.default-mt-chips .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #AC4CBC;
  color: #fff;
}
.default-mt-datepicker .mat-mdc-form-field-appearance-fill .mat-mdc-form-field-flex {
  background-color: rgb(54 48 98 / 10%);
}
.default-mt-datepicker .mat-mdc-form-field-label {
  color: rgb(0 0 0 / 60%);
}
.default-mt-datepicker .mat-date-range-input-inner,
.default-mt-datepicker .mat-calendar-body-cell-content,
.default-mt-datepicker .mat-date-range-input-separator {
  color: #000;
}
.default-mt-datepicker .mat-icon-button svg path {
  fill: rgb(0 0 0 / 70%);
}
.default-mt-datepicker .mat-mdc-form-field.mat-focused .mat-mdc-form-field-ripple {
  background: #589cc9;
}
.default-mt-datepicker .mat-mdc-form-field.mat-focused .mat-mdc-form-field-label {
  color: #589cc9;
}
.default-mt-datepicker .mat-mdc-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-label {
  color: rgb(0 0 0 / 50%);
}
.default-mt-datepicker .mat-mdc-form-field-appearance-fill .mat-mdc-form-field-underline::before {
  background-color: rgb(0 0 0 / 42%);
}
.default-mt-datepicker .mat-input-element:disabled,
.default-mt-datepicker .mat-mdc-form-field-type-mat-native-select.mat-mdc-form-field-disabled .mat-mdc-form-field-infix::after {
  color: #000;
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgb(172 76 188 / 20%);
}
.mat-calendar-body-selected {
  background-color: #589cc9;
}
.mat-calendar-body-in-range::before {
  background: rgb(54 48 98 / 10%);
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected, .mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected, .mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected, .mat-calendar-body-comparison-identical) {
  background-color: rgb(54 48 98 / 30%);
}
.mat-datepicker-content-container .example-header button {
  height: 35px;
  width: 35px;
  outline: none;
  border: 0;
  border-radius: 35px;
  font-size: 18px;
  margin: 0 2px;
}
.default-mt-expansion .mat-expansion-panel-header-description {
  justify-content: space-between;
  align-items: center;
}
.default-mt-expansion .mat-accordion .mat-expansion-panel:first-of-type {
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}
.default-mt-expansion .mat-accordion .mat-expansion-panel:last-of-type {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.default-mt-expansion .mat-expansion-panel-header {
  height: auto;
  padding: 15px 20px !important;
}
.default-mt-formfield .mat-mdc-form-field {
  width: 100%;
}
.default-mt-formfield .mat-mdc-form-field-appearance-outline.mat-focused .mat-mdc-form-field-outline-thick {
  color: #589cc9;
}
.default-mt-formfield .example-container .mat-mdc-form-field + .mat-mdc-form-field {
  margin-left: 0 !important;
}
.default-mt-input .example-form {
  width: 100% !important;
  min-width: 150px;
  max-width: 100% !important;
}
.default-mt-progress .mat-progress-bar-buffer {
  background-color: #cac7e4;
}
.default-mt-progress .mat-progress-bar-fill::after {
  background-color: #589cc9;
}
.default-mt-progress .mat-progress-bar {
  height: 8px;
  border-radius: 8px;
}
.default-mt-progress .mat-progress-bar pattern circle {
  fill: #cac7e4;
}
.default-mt-progress .example-section {
  height: auto !important;
}
.default-mt-progress .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #AC4CBC;
}
.default-mt-progress .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #AC4CBC;
}
.default-mt-progress .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #AC4CBC;
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #AC4CBC;
}
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
  stroke: #AC4CBC;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #589cc9;
}
.default-mt-spinner .example-margin {
  margin: 0 10px;
}
.default-mt-select .mat-mdc-form-field.mat-focused .mat-mdc-form-field-label {
  color: #589cc9;
}
.default-mt-sidenav .example-container {
  margin: 0 !important;
  width: 100% !important;
  height: 350px !important;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  border: 0 !important;
}
.default-mt-sidenav .mat-drawer-content {
  padding: 25px !important;
}
.default-mt-slidetoggle .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: #cac7e4;
}
.default-mt-slidetoggle .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #589cc9;
}
.default-mt-slidetoggle .example-section {
  height: auto !important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgb(172 76 188 / 50%);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #AC4CBC;
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #AC4CBC;
}
.default-mt-slider .example-section {
  display: block !important;
  height: auto !important;
}
.default-mt-stepper .mat-step-header .mat-step-icon-selected,
.default-mt-stepper .mat-step-header .mat-step-icon-state-done,
.default-mt-stepper .mat-step-header .mat-step-icon-state-edit {
  background-color: #589cc9;
}
@media only screen and (width <= 575px) {
  .default-mt-stepper .mat-horizontal-stepper-header-container {
    display: block;
  }
  .default-mt-stepper .mat-horizontal-stepper-header-container .mat-horizontal-stepper-header {
    padding: 0;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .default-mt-stepper .mat-horizontal-content-container {
    padding: 0;
  }
  .default-mt-stepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,
  .default-mt-stepper [dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,
  .default-mt-stepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,
  .default-mt-stepper [dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after {
    content: none;
  }
  .default-mt-stepper .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
    top: 0;
  }
}
.default-mt-table .mat-elevation-z8 {
  box-shadow: none;
}
.default-mt-table .table-responsive {
  border-radius: 0.75rem;
  position: relative;
  z-index: 1;
}
.default-mt-table .mat-header-cell {
  color: #000;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
}
.default-mt-table .mat-footer-cell {
  padding: 0 10px;
}
.default-mt-table .mat-cell {
  padding: 0 10px;
}
.default-mt-table .example-element-diagram {
  min-width: 100px !important;
  font-weight: 400 !important;
  height: 130px !important;
}
.default-mt-table mat-row,
.default-mt-table mat-header-row,
.default-mt-table mat-footer-row,
.default-mt-table th.mat-header-cell,
.default-mt-table td.mat-cell,
.default-mt-table td.mat-footer-cell {
  border-color: #EEE;
}
.default-mt-table table.mat-table {
  width: 100%;
}
.default-mt-table .stickyColumns-table .mat-table-sticky {
  background: #589cc9 !important;
}
.default-mt-table .stickyColumns-table .mat-table-sticky .mat-header-cell {
  color: #fff;
}
.default-mt-table .stickyColumns-table .mat-table-sticky .mat-cell {
  color: #fff;
}
.default-mt-table .stickyColumns-table .mat-table-sticky .mat-footer-cell {
  color: #fff;
}
.default-mt-table .stickyColumns-table .mat-table-sticky-border-elem-left,
.default-mt-table .stickyColumns-table .mat-table-sticky-border-elem-right,
.default-mt-table .stickyColumns-table .mat-table-sticky-border-elem-bottom,
.default-mt-table .stickyColumns-table .mat-table-sticky-border-elem-top {
  border-color: #fff;
  color: #fff;
}
.default-mt-table .stickyColumns-table .mat-column-filler {
  font-size: 12px;
}
.default-mt-table .stickyColumns-table mat-cell:first-of-type,
.default-mt-table .stickyColumns-table mat-header-cell:first-of-type,
.default-mt-table .stickyColumns-table mat-footer-cell:first-of-type {
  padding-right: 10px;
}
.default-mt-table .stickyColumns-table mat-cell:last-of-type,
.default-mt-table .stickyColumns-table mat-header-cell:last-of-type,
.default-mt-table .stickyColumns-table mat-footer-cell:last-of-type {
  padding-left: 10px;
}
.default-mt-table .stickyColumns-table .mat-header-cell,
.default-mt-table .stickyColumns-table .mat-footer-cell,
.default-mt-table .stickyColumns-table .mat-cell {
  min-width: 100px !important;
}
.default-mt-table .stickyColumns-table .mat-header-row,
.default-mt-table .stickyColumns-table .mat-footer-row,
.default-mt-table .stickyColumns-table .mat-row {
  min-width: 2300px !important;
}
.default-mt-tabs .mat-tab-group.mat-primary .mat-ink-bar,
.default-mt-tabs .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #589cc9;
}
.default-mt-tabs .mat-tab-body-content {
  padding: 10px 15px;
}
.default-mt-tabs .mat-tab-group.mat-background-primary > .mat-tab-header,
.default-mt-tabs .mat-tab-group.mat-background-primary > .mat-tab-link-container,
.default-mt-tabs .mat-tab-group.mat-background-primary > .mat-tab-header-pagination,
.default-mt-tabs .mat-tab-nav-bar.mat-background-primary > .mat-tab-header,
.default-mt-tabs .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container,
.default-mt-tabs .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #589cc9;
}
.default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-header,
.default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-link-container,
.default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-header-pagination,
.default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-header,
.default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container,
.default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #AC4CBC;
}
.default-mt-tabs .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
.default-mt-tabs .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar,
.default-mt-tabs .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
.default-mt-tabs .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: #fff;
}
.default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label,
.default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link,
.default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label,
.default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgb(255 255 255 / 80%);
}
.default-mt-tree .mat-checkbox-layout {
  margin: 0;
}
.default-mt-tree .mat-tree {
  background: rgb(0 0 0 / 5%);
  overflow: auto;
}
.default-mt-toolbar .mat-toolbar.mat-primary {
  background: #589cc9;
}

/* node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\fffd;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* node_modules/intl-tel-input/build/css/intlTelInput.css */
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: -1px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name {
  margin-right: 8px;
}
[dir=rtl] .iti__flag-box,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel],
.iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--show-selected-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("./media/flags-6C4T4GAU.png?1");
  background-repeat: no-repeat;
  background-position: 20px 0;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url("./media/flags@2x-O7DSVWO7.png?1");
  }
}
.iti__globe {
  background-image: url("./media/globe-5BZRH33T.png");
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}
@media (min-resolution: 2x) {
  .iti__globe {
    background-image: url("./media/globe@2x-DJZQMN5H.png");
  }
}

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