.mds-carousel {
  position: relative;
}
.mds-carousel.mds-carousel-arrow__outside {
  box-sizing: content-box;
  padding: 0 40px;
}
.mds-carousel__container {
  position: relative;
  height: 300px;
}
.mds-carousel__item-container {
  overflow: hidden;
  position: relative;
}
.mds-carousel__arrow {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: 32px;
  width: 32px;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}
.mds-carousel__arrow--left {
  left: 16px;
}
.mds-carousel__arrow-outside.mds-carousel__arrow--left {
  left: -40px;
}
.mds-carousel__arrow--right {
  right: 16px;
}
.mds-carousel__arrow-outside.mds-carousel__arrow--right {
  right: -40px;
}
.mds-carousel__arrow:hover {
  background: rgba(255, 255, 255, 0.85);
  color: rgba(0, 0, 0, 0.65);
}
.mds-carousel__arrow i {
  cursor: pointer;
}
.mds-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.mds-carousel__indicators--bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mds-carousel__indicators--right {
  bottom: 0;
  right: 24px;
}
.mds-carousel__indicators--left {
  bottom: 0;
  left: 24px;
}
.mds-carousel__indicators--top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mds-carousel__indicators--outside {
  bottom: 26px;
  text-align: center;
  position: static;
  transform: none;
}
.mds-carousel__indicators--outside .mds-carousel__indicator:hover button {
  opacity: 0.64;
}
.mds-carousel__indicators--outside button {
  background-color: #D8DCE6;
  opacity: 0.24;
}
.mds-carousel__indicators--outside .mds-carousel__button {
  width: 32px;
  height: 3px;
  border-radius: 2px;
}
.mds-carousel__indicators--outside .is-active button {
  background-color: #0364FF;
}
.mds-carousel__indicators--labels {
  left: 0;
  right: 0;
  transform: none;
  text-align: center;
}
.mds-carousel__indicators--labels .mds-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}
.mds-carousel__indicators--labels .mds-carousel__indicator {
  padding: 6px 4px;
}
.mds-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}
.mds-carousel__indicator:hover button {
  opacity: 0.72;
}
.mds-carousel__indicator--bottom {
  display: inline-block;
  padding: 12px 4px;
}
.mds-carousel__indicator--left {
  display: inline-block;
  padding: 12px 4px;
}
.mds-carousel__indicator--right {
  display: inline-block;
  padding: 12px 4px;
}
.mds-carousel__indicator--bottom {
  display: inline-block;
  padding: 12px 4px;
}
.mds-carousel__indicator--top {
  display: inline-block;
  padding: 12px 4px;
}
.mds-carousel__indicator--top .mds-carousel__button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.mds-carousel__indicator.is-active button {
  opacity: 1;
}
.mds-carousel__button {
  display: block;
  opacity: .48;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
}
.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
}
.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}
.mds-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}
.mds-carousel__item.is-active {
  z-index: 2;
}
.mds-carousel__item--card,
.mds-carousel__item.is-animating {
  transition: transform 0.4s ease-in-out;
}
.mds-carousel__item--card {
  width: 50%;
}
.mds-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}
.mds-carousel__item--card.is-in-stage.is-hover .mds-carousel__mask,
.mds-carousel__item--card.is-in-stage:hover .mds-carousel__mask {
  opacity: 0.12;
}
.mds-carousel__item--card.is-active {
  z-index: 2;
}
.mds-carousel__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .24;
  transition: 0.2s;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "Helvetica Neue For Number";
  src: local("Helvetica Neue");
  unicode-range: U+30-39;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
}
ul,
ol {
  list-style: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
::selection {
  background: #0364ff;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
a {
  color: #0364ff;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color .3s ease;
}
a:focus {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
a:hover {
  color: #3f89ff;
}
a:active {
  color: #0252dd;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  pointer-events: none;
}
.mds-divider {
  margin: 0 6px;
  display: inline-block;
  height: 8px;
  width: 1px;
  background: #ccc;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
@font-face {
  font-family: 'mdsicon';
  font-display: auto;
  font-style: normal;
  /* project id 1921203 */
  src: url(/dist/font/iconfont.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
}
.mdsicon {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdsicon:before {
  display: block;
  font-family: "mdsicon" !important;
}
.mdsicon-line-column-configuration:before {
  content: "\E783";
}
.mdsicon-line-row-configuration:before {
  content: "\E784";
}
.mdsicon-line-menu-vertical:before {
  content: "\E86E";
}
.mdsicon-line-cloud-upload:before {
  content: "\E86D";
}
.mdsicon-line-thumbs-up:before {
  content: "\E86C";
}
.mdsicon-line-trash-cancel:before {
  content: "\E86B";
}
.mdsicon-line-heart-off:before {
  content: "\E86A";
}
.mdsicon-line-zoom-in:before {
  content: "\E869";
}
.mdsicon-line-favorite-off:before {
  content: "\E868";
}
.mdsicon-line-thumbs-down:before {
  content: "\E867";
}
.mdsicon-line-favorite-half:before {
  content: "\E866";
}
.mdsicon-line-heart:before {
  content: "\E865";
}
.mdsicon-line-setting:before {
  content: "\E864";
}
.mdsicon-line-heart-half:before {
  content: "\E863";
}
.mdsicon-line-zoom-out:before {
  content: "\E862";
}
.mdsicon-line-cloud-off:before {
  content: "\E861";
}
.mdsicon-line-favorite:before {
  content: "\E860";
}
.mdsicon-line-menu:before {
  content: "\E85F";
}
.mdsicon-line-search:before {
  content: "\E85E";
}
.mdsicon-line-trash:before {
  content: "\E85D";
}
.mdsicon-line-cloud:before {
  content: "\E85C";
}
.mdsicon-line-home:before {
  content: "\E85B";
}
.mdsicon-line-ellipsis-vertical:before {
  content: "\E85A";
}
.mdsicon-line-eye:before {
  content: "\E859";
}
.mdsicon-line-cloud-download:before {
  content: "\E858";
}
.mdsicon-line-bookmark-add:before {
  content: "\E857";
}
.mdsicon-line-eye-off:before {
  content: "\E856";
}
.mdsicon-line-filter:before {
  content: "\E855";
}
.mdsicon-line-ellipsis:before {
  content: "\E854";
}
.mdsicon-line-cloud-cancel:before {
  content: "\E853";
}
.mdsicon-line-cloud-check:before {
  content: "\E852";
}
.mdsicon-line-cloud-minus:before {
  content: "\E851";
}
.mdsicon-line-cloud-add:before {
  content: "\E850";
}
.mdsicon-line-bookmark:before {
  content: "\E84F";
}
.mdsicon-line-homepage:before {
  content: "\E610";
}
.mdsicon-line-graduation:before {
  content: "\E60F";
}
.mdsicon-line-table:before {
  content: "\E611";
}
.mdsicon-line-location:before {
  content: "\E618";
}
.mdsicon-line-bracelet:before {
  content: "\E619";
}
.mdsicon-line-Closeeyes:before {
  content: "\E636";
}
.mdsicon-line-sync:before {
  content: "\E8BE";
}
.mdsicon-line-transfer:before {
  content: "\E8BD";
}
.mdsicon-line-upload:before {
  content: "\E8BC";
}
.mdsicon-line-transfer-alt:before {
  content: "\E8BB";
}
.mdsicon-swap-left:before {
  content: "\E8BA";
}
.mdsicon-line-turnleft:before {
  content: "\E8B9";
}
.mdsicon-line-turnright:before {
  content: "\E8B8";
}
.mdsicon-line-share:before {
  content: "\E8B7";
}
.mdsicon-line-send-out:before {
  content: "\E8B6";
}
.mdsicon-line-up-square:before {
  content: "\E8B5";
}
.mdsicon-line-send-in:before {
  content: "\E8B4";
}
.mdsicon-line-shrink:before {
  content: "\E8B3";
}
.mdsicon-line-swap-right:before {
  content: "\E8B2";
}
.mdsicon-line-share-alt:before {
  content: "\E8B1";
}
.mdsicon-line-rotate:before {
  content: "\E8B0";
}
.mdsicon-line-right-square:before {
  content: "\E8AF";
}
.mdsicon-line-radio-button:before {
  content: "\E8AE";
}
.mdsicon-line-point-up:before {
  content: "\E8AD";
}
.mdsicon-line-point-right:before {
  content: "\E8AC";
}
.mdsicon-line-radio-button-active:before {
  content: "\E8AB";
}
.mdsicon-line-point-down:before {
  content: "\E8AA";
}
.mdsicon-line-point-left:before {
  content: "\E8A9";
}
.mdsicon-line-plus-square:before {
  content: "\E8A8";
}
.mdsicon-line-out:before {
  content: "\E8A7";
}
.mdsicon-line-minimize:before {
  content: "\E8A6";
}
.mdsicon-line-to-top:before {
  content: "\E8A5";
}
.mdsicon-line-plus-circle:before {
  content: "\E8A4";
}
.mdsicon-line-Stretch:before {
  content: "\E8A3";
}
.mdsicon-line-plus:before {
  content: "\E8A2";
}
.mdsicon-line-minus:before {
  content: "\E8A1";
}
.mdsicon-line-minus-square:before {
  content: "\E8A0";
}
.mdsicon-line-minus-circle:before {
  content: "\E89F";
}
.mdsicon-line-finished:before {
  content: "\E89E";
}
.mdsicon-line-fullscreen:before {
  content: "\E89D";
}
.mdsicon-line-to-download:before {
  content: "\E89C";
}
.mdsicon-line-check:before {
  content: "\E89B";
}
.mdsicon-line-left-square:before {
  content: "\E89A";
}
.mdsicon-line-fullscreen-exit:before {
  content: "\E899";
}
.mdsicon-line-expand:before {
  content: "\E898";
}
.mdsicon-line-enter-upright:before {
  content: "\E897";
}
.mdsicon-line-enter-rightdown:before {
  content: "\E896";
}
.mdsicon-line-enter-rightup:before {
  content: "\E895";
}
.mdsicon-line-enter-upleft:before {
  content: "\E894";
}
.mdsicon-line-enter-leftup:before {
  content: "\E893";
}
.mdsicon-line-enter-leftdown:before {
  content: "\E892";
}
.mdsicon-line-enter-downright:before {
  content: "\E891";
}
.mdsicon-line-enter-downleft:before {
  content: "\E890";
}
.mdsicon-line-close:before {
  content: "\E88F";
}
.mdsicon-line-download:before {
  content: "\E88E";
}
.mdsicon-line-down-square:before {
  content: "\E88D";
}
.mdsicon-line-chose-square:before {
  content: "\E88C";
}
.mdsicon-line-close-circle:before {
  content: "\E88B";
}
.mdsicon-line-checkbox:before {
  content: "\E88A";
}
.mdsicon-line-check-square:before {
  content: "\E889";
}
.mdsicon-line-checkbox-active:before {
  content: "\E888";
}
.mdsicon-line-caret-up-circle:before {
  content: "\E887";
}
.mdsicon-line-caret-right:before {
  content: "\E886";
}
.mdsicon-line-caret-up-double:before {
  content: "\E885";
}
.mdsicon-line-caret-up:before {
  content: "\E884";
}
.mdsicon-line-button:before {
  content: "\E883";
}
.mdsicon-line-caret-down-double:before {
  content: "\E882";
}
.mdsicon-line-caret-down:before {
  content: "\E881";
}
.mdsicon-line-caret-right-circle:before {
  content: "\E880";
}
.mdsicon-line-caret-left-double:before {
  content: "\E87F";
}
.mdsicon-line-caret-down-circle:before {
  content: "\E87E";
}
.mdsicon-line-arrow-left:before {
  content: "\E87D";
}
.mdsicon-line-caret-right-double:before {
  content: "\E87C";
}
.mdsicon-line-caret-left:before {
  content: "\E87B";
}
.mdsicon-line-arrow-swap:before {
  content: "\E87A";
}
.mdsicon-line-arrow-up-left:before {
  content: "\E879";
}
.mdsicon-line-arrow-shrink:before {
  content: "\E878";
}
.mdsicon-line-caret-left-circle:before {
  content: "\E877";
}
.mdsicon-line-arrow-expand:before {
  content: "\E876";
}
.mdsicon-line-arrow-merge:before {
  content: "\E875";
}
.mdsicon-line-arrow-up-right:before {
  content: "\E874";
}
.mdsicon-line-arrow-right:before {
  content: "\E873";
}
.mdsicon-line-arrow-down-right:before {
  content: "\E872";
}
.mdsicon-line-arrow-down:before {
  content: "\E871";
}
.mdsicon-line-arrow-down-left:before {
  content: "\E870";
}
.mdsicon-line-arrow-diverge:before {
  content: "\E86F";
}
.mdsicon-line-move-up:before {
  content: "\E602";
}
.mdsicon-line-move-down:before {
  content: "\E601";
}
.mdsicon-line-withdraw:before {
  content: "\E63E";
}
.mdsicon-line-scissors:before {
  content: "\E910";
}
.mdsicon-line-paintbrush:before {
  content: "\E90F";
}
.mdsicon-line-format-fill:before {
  content: "\E90E";
}
.mdsicon-line-list-reorder:before {
  content: "\E90D";
}
.mdsicon-line-trademark:before {
  content: "\E90C";
}
.mdsicon-line-send:before {
  content: "\E90B";
}
.mdsicon-line-indent-decrease:before {
  content: "\E90A";
}
.mdsicon-line-list:before {
  content: "\E909";
}
.mdsicon-line-superscript:before {
  content: "\E908";
}
.mdsicon-line-pencil-paintbrush-pen:before {
  content: "\E907";
}
.mdsicon-line-subscript:before {
  content: "\E906";
}
.mdsicon-line-right:before {
  content: "\E905";
}
.mdsicon-line-tilde:before {
  content: "\E904";
}
.mdsicon-line-type-rotate:before {
  content: "\E903";
}
.mdsicon-line-swap-stroke:before {
  content: "\E902";
}
.mdsicon-line-link-off:before {
  content: "\E901";
}
.mdsicon-line-format-text-color:before {
  content: "\E900";
}
.mdsicon-line-pen-nib:before {
  content: "\E8FF";
}
.mdsicon-line-pencil:before {
  content: "\E8FE";
}
.mdsicon-line-pencil-off:before {
  content: "\E8FD";
}
.mdsicon-line-type-square:before {
  content: "\E8FC";
}
.mdsicon-line-border-style-alt:before {
  content: "\E8FB";
}
.mdsicon-line-registered:before {
  content: "\E8FA";
}
.mdsicon-line-indent:before {
  content: "\E8F9";
}
.mdsicon-line-typography:before {
  content: "\E8F8";
}
.mdsicon-line-ruler-square:before {
  content: "\E8F7";
}
.mdsicon-line-link:before {
  content: "\E8F6";
}
.mdsicon-line-palette:before {
  content: "\E8F5";
}
.mdsicon-line-touch-type:before {
  content: "\E8F4";
}
.mdsicon-line-cut:before {
  content: "\E8F3";
}
.mdsicon-line-pencil-paintbrush:before {
  content: "\E8F2";
}
.mdsicon-line-ruler:before {
  content: "\E8F1";
}
.mdsicon-line-magic-wand:before {
  content: "\E8F0";
}
.mdsicon-line-format-italic:before {
  content: "\E8EF";
}
.mdsicon-line-format-text:before {
  content: "\E8EE";
}
.mdsicon-line-swap-fill:before {
  content: "\E8ED";
}
.mdsicon-line-eye-dropper:before {
  content: "\E8EC";
}
.mdsicon-line-format-strikethrough:before {
  content: "\E8EB";
}
.mdsicon-line-border-all:before {
  content: "\E8EA";
}
.mdsicon-line-border-vertical:before {
  content: "\E8E9";
}
.mdsicon-line-pen:before {
  content: "\E8E8";
}
.mdsicon-line-paint-roller:before {
  content: "\E8E7";
}
.mdsicon-line-eraser:before {
  content: "\E8E6";
}
.mdsicon-line-layout-grid-rearrange:before {
  content: "\E8E5";
}
.mdsicon-line-left:before {
  content: "\E8E4";
}
.mdsicon-line-list-numbered:before {
  content: "\E8E3";
}
.mdsicon-line-format-off:before {
  content: "\E8E2";
}
.mdsicon-line-format-strikethrough-alt:before {
  content: "\E8E1";
}
.mdsicon-line-layout-grid:before {
  content: "\E8E0";
}
.mdsicon-line-delete:before {
  content: "\E8DF";
}
.mdsicon-line-border-outer:before {
  content: "\E8DE";
}
.mdsicon-line-format-size:before {
  content: "\E8DD";
}
.mdsicon-line-hashtag:before {
  content: "\E8DC";
}
.mdsicon-line-easel-landscape:before {
  content: "\E8DB";
}
.mdsicon-line-format-underline:before {
  content: "\E8DA";
}
.mdsicon-line-format-text-alt:before {
  content: "\E8D9";
}
.mdsicon-line-format-bold:before {
  content: "\E8D8";
}
.mdsicon-line-border-horizontal:before {
  content: "\E8D7";
}
.mdsicon-line-format-border-color:before {
  content: "\E8D6";
}
.mdsicon-line-format-shapes:before {
  content: "\E8D5";
}
.mdsicon-line-center:before {
  content: "\E8D4";
}
.mdsicon-line-border-top:before {
  content: "\E8D3";
}
.mdsicon-line-command:before {
  content: "\E8D2";
}
.mdsicon-line-edit:before {
  content: "\E8D1";
}
.mdsicon-line-border-right:before {
  content: "\E8D0";
}
.mdsicon-line-copyright:before {
  content: "\E8CF";
}
.mdsicon-line-crop:before {
  content: "\E8CE";
}
.mdsicon-line-brush:before {
  content: "\E8CD";
}
.mdsicon-line-ampersand:before {
  content: "\E8CC";
}
.mdsicon-line-bucket-drip:before {
  content: "\E8CB";
}
.mdsicon-line-border-none:before {
  content: "\E8CA";
}
.mdsicon-line-border-style:before {
  content: "\E8C9";
}
.mdsicon-line-bezier-curve:before {
  content: "\E8C8";
}
.mdsicon-line-border-left:before {
  content: "\E8C7";
}
.mdsicon-line-border-inner:before {
  content: "\E8C6";
}
.mdsicon-line-border-bottom:before {
  content: "\E8C5";
}
.mdsicon-line-align-left:before {
  content: "\E8C4";
}
.mdsicon-line-align-justify:before {
  content: "\E8C3";
}
.mdsicon-line-align-center:before {
  content: "\E8C2";
}
.mdsicon-line-align-right:before {
  content: "\E8C1";
}
.mdsicon-line-align-justify-right:before {
  content: "\E8C0";
}
.mdsicon-line-align-justify-left:before {
  content: "\E8BF";
}
.mdsicon-line-custom-header:before {
  content: "\E608";
}
.mdsicon-line-seal:before {
  content: "\E607";
}
.mdsicon-line-batch-operation:before {
  content: "\E605";
}
.mdsicon-line-list-style:before {
  content: "\E604";
}
.mdsicon-line-compound-screening:before {
  content: "\E603";
}
.mdsicon-line-drag-icon:before {
  content: "\E606";
}
.mdsicon-line-distribution:before {
  content: "\E617";
}
.mdsicon-line-move:before {
  content: "\E616";
}
.mdsicon-line-Multi-line-text:before {
  content: "\E612";
}
.mdsicon-line-Single-line-text:before {
  content: "\E613";
}
.mdsicon-line-List-freeze:before {
  content: "\E651";
}
.mdsicon-line-shield-off:before {
  content: "\E93A";
}
.mdsicon-line-padlock-off:before {
  content: "\E939";
}
.mdsicon-line-siren:before {
  content: "\E938";
}
.mdsicon-line-shield-check:before {
  content: "\E937";
}
.mdsicon-line-warning:before {
  content: "\E936";
}
.mdsicon-line-cctv-camera:before {
  content: "\E935";
}
.mdsicon-line-stop:before {
  content: "\E934";
}
.mdsicon-line-Refresh:before {
  content: "\E933";
}
.mdsicon-line-stopsign-alert:before {
  content: "\E932";
}
.mdsicon-line-policeman:before {
  content: "\E931";
}
.mdsicon-line-question-circle:before {
  content: "\E649";
}
.mdsicon-line-lock:before {
  content: "\E92F";
}
.mdsicon-line-slant:before {
  content: "\E92E";
}
.mdsicon-line-unlock:before {
  content: "\E92D";
}
.mdsicon-line-pause:before {
  content: "\E92C";
}
.mdsicon-line-square:before {
  content: "\E92B";
}
.mdsicon-line-security-camera:before {
  content: "\E92A";
}
.mdsicon-line-shield-alert:before {
  content: "\E929";
}
.mdsicon-line-flag:before {
  content: "\E928";
}
.mdsicon-line-keyhole:before {
  content: "\E927";
}
.mdsicon-line-shield:before {
  content: "\E926";
}
.mdsicon-line-bug:before {
  content: "\E925";
}
.mdsicon-line-clock-circle-o:before {
  content: "\E64E";
}
.mdsicon-line-padlock-unlock:before {
  content: "\E923";
}
.mdsicon-line-flag-wave:before {
  content: "\E922";
}
.mdsicon-line-pause-circle:before {
  content: "\E921";
}
.mdsicon-line-exclamation-circle:before {
  content: "\E64F";
}
.mdsicon-line-gavel:before {
  content: "\E91F";
}
.mdsicon-line-badge:before {
  content: "\E91E";
}
.mdsicon-line-info-circle:before {
  content: "\E650";
}
.mdsicon-line-keyhole-alt:before {
  content: "\E91C";
}
.mdsicon-line-lock-off:before {
  content: "\E91B";
}
.mdsicon-line-padlock:before {
  content: "\E91A";
}
.mdsicon-line-key:before {
  content: "\E919";
}
.mdsicon-line-exclamation:before {
  content: "\E918";
}
.mdsicon-line-check-square:before {
  content: "\E917";
}
.mdsicon-line-bug-off:before {
  content: "\E916";
}
.mdsicon-line-block:before {
  content: "\E915";
}
.mdsicon-line-info:before {
  content: "\E914";
}
.mdsicon-line-clock-circle:before {
  content: "\E64D";
}
.mdsicon-line-ban:before {
  content: "\E912";
}
.mdsicon-line-badge-alt:before {
  content: "\E911";
}
.mdsicon-line-jurisdiction:before {
  content: "\E609";
}
.mdsicon-line-user-delete:before {
  content: "\E944";
}
.mdsicon-line-more:before {
  content: "\E943";
}
.mdsicon-line-usergroup:before {
  content: "\E942";
}
.mdsicon-line-user-minus:before {
  content: "\E941";
}
.mdsicon-line-user-add:before {
  content: "\E940";
}
.mdsicon-line-user:before {
  content: "\E93F";
}
.mdsicon-line-smile:before {
  content: "\E93E";
}
.mdsicon-line-fromn:before {
  content: "\E93D";
}
.mdsicon-line-meh:before {
  content: "\E93C";
}
.mdsicon-line-user-right:before {
  content: "\E93B";
}
.mdsicon-line-changes:before {
  content: "\E60E";
}
.mdsicon-line-user-circle:before {
  content: "\E63C";
}
.mdsicon-line-user-square:before {
  content: "\E63B";
}
.mdsicon-line-user-list:before {
  content: "\E632";
}
.mdsicon-line-team:before {
  content: "\E639";
}
.mdsicon-line-face:before {
  content: "\E637";
}
.mdsicon-line-user-off:before {
  content: "\E62D";
}
.mdsicon-line-group:before {
  content: "\E62E";
}
.mdsicon-line-group-add:before {
  content: "\E634";
}
.mdsicon-line-user-heart:before {
  content: "\E63D";
}
.mdsicon-line-female:before {
  content: "\E633";
}
.mdsicon-line-male:before {
  content: "\E635";
}
.mdsicon-line-hand:before {
  content: "\E638";
}
.mdsicon-line-hand-off:before {
  content: "\E630";
}
.mdsicon-line-fingerprint:before {
  content: "\E631";
}
.mdsicon-line-man-fancy:before {
  content: "\E63A";
}
.mdsicon-line-woman-fancy:before {
  content: "\E63D";
}
.mdsicon-line-shutter:before {
  content: "\E980";
}
.mdsicon-line-tune-alt:before {
  content: "\E97F";
}
.mdsicon-line-switch-flip:before {
  content: "\E97E";
}
.mdsicon-line-portrait-carousel:before {
  content: "\E97D";
}
.mdsicon-line-photo-library:before {
  content: "\E97C";
}
.mdsicon-line-photo-portrait:before {
  content: "\E97B";
}
.mdsicon-line-live-photo-off:before {
  content: "\E97A";
}
.mdsicon-line-tune:before {
  content: "\E979";
}
.mdsicon-line-lense:before {
  content: "\E978";
}
.mdsicon-line-image-chat:before {
  content: "\E977";
}
.mdsicon-line-loupe:before {
  content: "\E976";
}
.mdsicon-line-photo-flower:before {
  content: "\E975";
}
.mdsicon-line-portraits:before {
  content: "\E974";
}
.mdsicon-line-hdr-off:before {
  content: "\E973";
}
.mdsicon-line-sd-card:before {
  content: "\E972";
}
.mdsicon-line-portrait-library:before {
  content: "\E971";
}
.mdsicon-line-redeye:before {
  content: "\E970";
}
.mdsicon-line-photo:before {
  content: "\E96F";
}
.mdsicon-line-grid:before {
  content: "\E96E";
}
.mdsicon-line-photo-search:before {
  content: "\E96D";
}
.mdsicon-line-live-photo:before {
  content: "\E96C";
}
.mdsicon-line-sd-card-off:before {
  content: "\E96B";
}
.mdsicon-line-portrait:before {
  content: "\E96A";
}
.mdsicon-line-panorama:before {
  content: "\E969";
}
.mdsicon-line-macro:before {
  content: "\E968";
}
.mdsicon-line-photos:before {
  content: "\E967";
}
.mdsicon-line-loupe-zoom:before {
  content: "\E966";
}
.mdsicon-line-image-carousel:before {
  content: "\E965";
}
.mdsicon-line-image:before {
  content: "\E964";
}
.mdsicon-line-hdr:before {
  content: "\E963";
}
.mdsicon-line-image-search:before {
  content: "\E962";
}
.mdsicon-line-focus:before {
  content: "\E961";
}
.mdsicon-line-images:before {
  content: "\E960";
}
.mdsicon-line-folders-image:before {
  content: "\E95F";
}
.mdsicon-line-flash-off:before {
  content: "\E95E";
}
.mdsicon-line-flower-setting:before {
  content: "\E95D";
}
.mdsicon-line-grid-off:before {
  content: "\E95C";
}
.mdsicon-line-flash:before {
  content: "\E95B";
}
.mdsicon-line-folder-image:before {
  content: "\E95A";
}
.mdsicon-line-flash-auto:before {
  content: "\E959";
}
.mdsicon-line-film-canister:before {
  content: "\E958";
}
.mdsicon-line-camera-filter:before {
  content: "\E957";
}
.mdsicon-line-device-portrait:before {
  content: "\E956";
}
.mdsicon-line-exposure:before {
  content: "\E955";
}
.mdsicon-line-camera-tripod:before {
  content: "\E954";
}
.mdsicon-line-camera-mic:before {
  content: "\E953";
}
.mdsicon-line-exposure-alt:before {
  content: "\E952";
}
.mdsicon-line-carousel:before {
  content: "\E951";
}
.mdsicon-line-camera:before {
  content: "\E950";
}
.mdsicon-line-camera-dslr:before {
  content: "\E94F";
}
.mdsicon-line-device-image:before {
  content: "\E94E";
}
.mdsicon-line-camera-off:before {
  content: "\E94D";
}
.mdsicon-line-camera-add:before {
  content: "\E94C";
}
.mdsicon-line-brightness-medium:before {
  content: "\E94B";
}
.mdsicon-line-brightness-low:before {
  content: "\E94A";
}
.mdsicon-line-album-portrait:before {
  content: "\E949";
}
.mdsicon-line-_x33_d-rotate:before {
  content: "\E948";
}
.mdsicon-line-brightness-high:before {
  content: "\E947";
}
.mdsicon-line-all-out:before {
  content: "\E946";
}
.mdsicon-line-album-photo:before {
  content: "\E945";
}
.mdsicon-line-fast-forward:before {
  content: "\E9BC";
}
.mdsicon-line-volume-mute:before {
  content: "\E9BB";
}
.mdsicon-line-speed-4x:before {
  content: "\E9BA";
}
.mdsicon-line-rewind:before {
  content: "\E9B9";
}
.mdsicon-line-speed-1_5x:before {
  content: "\E9B8";
}
.mdsicon-line-volume-high:before {
  content: "\E9B7";
}
.mdsicon-line-volume-off:before {
  content: "\E9B6";
}
.mdsicon-line-music-cascade:before {
  content: "\E9B5";
}
.mdsicon-line-speed-1x:before {
  content: "\E9B4";
}
.mdsicon-line-speed-3x:before {
  content: "\E9B3";
}
.mdsicon-line-file-audio:before {
  content: "\E9B2";
}
.mdsicon-line-volume:before {
  content: "\E9B1";
}
.mdsicon-line-playlist:before {
  content: "\E9B0";
}
.mdsicon-line-skip-backward:before {
  content: "\E9AF";
}
.mdsicon-line-speed-2x:before {
  content: "\E9AE";
}
.mdsicon-line-play-library:before {
  content: "\E9AD";
}
.mdsicon-line-record:before {
  content: "\E9AC";
}
.mdsicon-line-skip-forward:before {
  content: "\E9AB";
}
.mdsicon-line-list-play:before {
  content: "\E9AA";
}
.mdsicon-line-stop:before {
  content: "\E9A9";
}
.mdsicon-line-media-player:before {
  content: "\E9A8";
}
.mdsicon-line-play-circle:before {
  content: "\E9A7";
}
.mdsicon-line-play:before {
  content: "\E9A6";
}
.mdsicon-line-mic-corded:before {
  content: "\E9A5";
}
.mdsicon-line-inbox-music:before {
  content: "\E9A4";
}
.mdsicon-line-podcast:before {
  content: "\E9A3";
}
.mdsicon-line-volume-low:before {
  content: "\E9A2";
}
.mdsicon-line-mic-stand:before {
  content: "\E9A1";
}
.mdsicon-line-music-deep-house:before {
  content: "\E9A0";
}
.mdsicon-line-house-music:before {
  content: "\E99F";
}
.mdsicon-line-speed-0_5x:before {
  content: "\E99E";
}
.mdsicon-line-mic-alt-off:before {
  content: "\E99D";
}
.mdsicon-line-file-music:before {
  content: "\E99C";
}
.mdsicon-line-pause:before {
  content: "\E99B";
}
.mdsicon-line-pause-circle:before {
  content: "\E99A";
}
.mdsicon-line-forward-5:before {
  content: "\E999";
}
.mdsicon-line-mic-off:before {
  content: "\E998";
}
.mdsicon-line-forward-10:before {
  content: "\E997";
}
.mdsicon-line-eq:before {
  content: "\E996";
}
.mdsicon-line-mic-alt:before {
  content: "\E995";
}
.mdsicon-line-forward-30:before {
  content: "\E994";
}
.mdsicon-line-Group:before {
  content: "\E993";
}
.mdsicon-line-folder-music:before {
  content: "\E992";
}
.mdsicon-line-list-check:before {
  content: "\E991";
}
.mdsicon-line-mic:before {
  content: "\E990";
}
.mdsicon-line-album-audio:before {
  content: "\E98F";
}
.mdsicon-line-cloud-audio:before {
  content: "\E98E";
}
.mdsicon-line-folder-audio:before {
  content: "\E98D";
}
.mdsicon-line-audio-cascade:before {
  content: "\E98C";
}
.mdsicon-line-forward:before {
  content: "\E98B";
}
.mdsicon-line-back-5:before {
  content: "\E98A";
}
.mdsicon-line-back-30:before {
  content: "\E989";
}
.mdsicon-line-back-10:before {
  content: "\E988";
}
.mdsicon-line-cloud-music:before {
  content: "\E987";
}
.mdsicon-line-chromecast:before {
  content: "\E986";
}
.mdsicon-line-eject:before {
  content: "\E985";
}
.mdsicon-line-airplay-audio:before {
  content: "\E984";
}
.mdsicon-line-album-music:before {
  content: "\E983";
}
.mdsicon-line-back:before {
  content: "\E982";
}
.mdsicon-line-airplay-screen:before {
  content: "\E981";
}
.mdsicon-line-headphones:before {
  content: "\E62B";
}
.mdsicon-line-headphones-off:before {
  content: "\E62C";
}
.mdsicon-line-wrench-screwdriver:before {
  content: "\EA18";
}
.mdsicon-line-wrenches:before {
  content: "\EA17";
}
.mdsicon-line-toggles:before {
  content: "\EA16";
}
.mdsicon-line-wrench:before {
  content: "\EA15";
}
.mdsicon-line-spinner-thin:before {
  content: "\EA14";
}
.mdsicon-line-usb:before {
  content: "\EA13";
}
.mdsicon-line-wifi-off:before {
  content: "\EA12";
}
.mdsicon-line-window-layout:before {
  content: "\EA11";
}
.mdsicon-line-swipe-left:before {
  content: "\EA10";
}
.mdsicon-line-spinner:before {
  content: "\EA0F";
}
.mdsicon-line-wifi:before {
  content: "\EA0E";
}
.mdsicon-line-tap:before {
  content: "\EA0D";
}
.mdsicon-line-window:before {
  content: "\EA0C";
}
.mdsicon-line-swipe-right:before {
  content: "\EA0B";
}
.mdsicon-line-terminal:before {
  content: "\EA0A";
}
.mdsicon-line-send-to-device:before {
  content: "\EA09";
}
.mdsicon-line-thumbdrive:before {
  content: "\EA08";
}
.mdsicon-line-tablet:before {
  content: "\EA07";
}
.mdsicon-line-toolbox:before {
  content: "\EA06";
}
.mdsicon-line-signal-range:before {
  content: "\EA05";
}
.mdsicon-line-plugin:before {
  content: "\EA04";
}
.mdsicon-line-toggle-on:before {
  content: "\EA03";
}
.mdsicon-line-script:before {
  content: "\EA02";
}
.mdsicon-line-toggle-off:before {
  content: "\EA01";
}
.mdsicon-line-stack:before {
  content: "\EA00";
}
.mdsicon-line-rotation-lock:before {
  content: "\E9FF";
}
.mdsicon-line-shake:before {
  content: "\E9FE";
}
.mdsicon-line-keyboard-up:before {
  content: "\E9FD";
}
.mdsicon-line-rotation-unlock:before {
  content: "\E9FC";
}
.mdsicon-line-rss:before {
  content: "\E9FB";
}
.mdsicon-line-pull-request:before {
  content: "\E9FA";
}
.mdsicon-line-power:before {
  content: "\E9F9";
}
.mdsicon-line-phone-dock:before {
  content: "\E9F8";
}
.mdsicon-line-phone-pencil:before {
  content: "\E9F7";
}
.mdsicon-line-remote:before {
  content: "\E9F6";
}
.mdsicon-line-notification:before {
  content: "\E9F5";
}
.mdsicon-line-merge:before {
  content: "\E9F4";
}
.mdsicon-line-nas-drives:before {
  content: "\E9F3";
}
.mdsicon-line-mouse-buttons:before {
  content: "\E9F2";
}
.mdsicon-line-laptop-alt:before {
  content: "\E9F1";
}
.mdsicon-line-laptop:before {
  content: "\E9F0";
}
.mdsicon-line-mouse-ball:before {
  content: "\E9EF";
}
.mdsicon-line-keyboard-down:before {
  content: "\E9EE";
}
.mdsicon-line-harddrive:before {
  content: "\E9ED";
}
.mdsicon-line-iphone-x:before {
  content: "\E9EC";
}
.mdsicon-line-iphone:before {
  content: "\E9EB";
}
.mdsicon-line-ipad:before {
  content: "\E9EA";
}
.mdsicon-line-harddrives:before {
  content: "\E9E9";
}
.mdsicon-line-harddrive-alt:before {
  content: "\E9E8";
}
.mdsicon-line-file-code:before {
  content: "\E9E7";
}
.mdsicon-line-download-harddrive:before {
  content: "\E9E6";
}
.mdsicon-line-double-tap:before {
  content: "\E9E5";
}
.mdsicon-line-devices:before {
  content: "\E9E4";
}
.mdsicon-line-forked:before {
  content: "\E9E3";
}
.mdsicon-line-drive-network:before {
  content: "\E9E2";
}
.mdsicon-line-folder-code:before {
  content: "\E9E1";
}
.mdsicon-line-fan:before {
  content: "\E9E0";
}
.mdsicon-line-database-minus:before {
  content: "\E9DF";
}
.mdsicon-line-disc-drive:before {
  content: "\E9DE";
}
.mdsicon-line-database-lock:before {
  content: "\E9DD";
}
.mdsicon-line-database-cancel:before {
  content: "\E9DC";
}
.mdsicon-line-database:before {
  content: "\E9DB";
}
.mdsicon-line-compare:before {
  content: "\E9DA";
}
.mdsicon-line-commit:before {
  content: "\E9D9";
}
.mdsicon-line-database-add:before {
  content: "\E9D8";
}
.mdsicon-line-computer:before {
  content: "\E9D7";
}
.mdsicon-line-chip:before {
  content: "\E9D6";
}
.mdsicon-line-code:before {
  content: "\E9D5";
}
.mdsicon-line-circuit-board:before {
  content: "\E9D4";
}
.mdsicon-line-code-alt:before {
  content: "\E9D3";
}
.mdsicon-line-browser-code:before {
  content: "\E9D2";
}
.mdsicon-line-browser:before {
  content: "\E9D1";
}
.mdsicon-line-cell-signal:before {
  content: "\E9D0";
}
.mdsicon-line-browser-code-alt:before {
  content: "\E9CF";
}
.mdsicon-line-browser-alt:before {
  content: "\E9CE";
}
.mdsicon-line-battery-alert:before {
  content: "\E9CD";
}
.mdsicon-line-brightness:before {
  content: "\E9CC";
}
.mdsicon-line-airplane-mode-off:before {
  content: "\E9CB";
}
.mdsicon-line-battery-full:before {
  content: "\E9CA";
}
.mdsicon-line-binary:before {
  content: "\E9C9";
}
.mdsicon-line-battery-empty:before {
  content: "\E9C8";
}
.mdsicon-line-book-code:before {
  content: "\E9C7";
}
.mdsicon-line-branch:before {
  content: "\E9C6";
}
.mdsicon-line-battery-low:before {
  content: "\E9C5";
}
.mdsicon-line-bluetooth:before {
  content: "\E9C4";
}
.mdsicon-line-battery-partial:before {
  content: "\E9C3";
}
.mdsicon-line-battery-off:before {
  content: "\E9C2";
}
.mdsicon-line-battery-charge:before {
  content: "\E9C1";
}
.mdsicon-line-battery-half:before {
  content: "\E9C0";
}
.mdsicon-line-android-phone:before {
  content: "\E9BF";
}
.mdsicon-line-android-tablet:before {
  content: "\E9BE";
}
.mdsicon-line-airplane-mode:before {
  content: "\E9BD";
}
.mdsicon-line-cloud-upload:before {
  content: "\E60A";
}
.mdsicon-line-process:before {
  content: "\E60B";
}
.mdsicon-line-cluster:before {
  content: "\E6D2";
}
.mdsicon-line-approval:before {
  content: "\E6D1";
}
.mdsicon-line-whistory:before {
  content: "\E6D0";
}
.mdsicon-line-wtable:before {
  content: "\E6CF";
}
.mdsicon-line-Apply:before {
  content: "\E6CE";
}
.mdsicon-line-wlist:before {
  content: "\E6CD";
}
.mdsicon-line-monitor:before {
  content: "\E6CC";
}
.mdsicon-line-deploy:before {
  content: "\E6CB";
}
.mdsicon-line-gateway:before {
  content: "\E6CA";
}
.mdsicon-line-measure:before {
  content: "\E6C9";
}
.mdsicon-line-new:before {
  content: "\E6C8";
}
.mdsicon-line-data:before {
  content: "\E6C7";
}
.mdsicon-line-SCF:before {
  content: "\E6C6";
}
.mdsicon-line-order:before {
  content: "\E6C5";
}
.mdsicon-line-alert:before {
  content: "\E6C4";
}
.mdsicon-line-management:before {
  content: "\E6C3";
}
.mdsicon-line-trend-up:before {
  content: "\EA63";
}
.mdsicon-line-file-bitcoin:before {
  content: "\EA62";
}
.mdsicon-line-stocks-down:before {
  content: "\EA61";
}
.mdsicon-line-scales:before {
  content: "\EA60";
}
.mdsicon-line-money-chat:before {
  content: "\EA5F";
}
.mdsicon-line-percentage-chat:before {
  content: "\EA5E";
}
.mdsicon-line-stocks-up:before {
  content: "\EA5D";
}
.mdsicon-line-treasure-chest:before {
  content: "\EA5C";
}
.mdsicon-line-trend-down:before {
  content: "\EA5B";
}
.mdsicon-line-yen:before {
  content: "\EA5A";
}
.mdsicon-line-wallet-crypto:before {
  content: "\EA59";
}
.mdsicon-line-wallet:before {
  content: "\EA58";
}
.mdsicon-line-printer:before {
  content: "\EA57";
}
.mdsicon-line-podium:before {
  content: "\EA56";
}
.mdsicon-line-purse:before {
  content: "\EA55";
}
.mdsicon-line-refund:before {
  content: "\EA54";
}
.mdsicon-line-chart-pie:before {
  content: "\EA53";
}
.mdsicon-line-shredder:before {
  content: "\EA52";
}
.mdsicon-line-hierarchy:before {
  content: "\EA51";
}
.mdsicon-line-presentation-alt:before {
  content: "\EA50";
}
.mdsicon-line-safe:before {
  content: "\EA4F";
}
.mdsicon-line-percentage:before {
  content: "\EA4E";
}
.mdsicon-line-heart-money:before {
  content: "\EA4D";
}
.mdsicon-line-presentation:before {
  content: "\EA4C";
}
.mdsicon-line-piggy-bank:before {
  content: "\EA4B";
}
.mdsicon-line-pound:before {
  content: "\EA4A";
}
.mdsicon-line-memo-money:before {
  content: "\EA49";
}
.mdsicon-line-money-circle:before {
  content: "\EA48";
}
.mdsicon-line-nest-egg:before {
  content: "\EA47";
}
.mdsicon-line-money-card:before {
  content: "\EA46";
}
.mdsicon-line-money-home:before {
  content: "\EA45";
}
.mdsicon-line-keynote:before {
  content: "\EA44";
}
.mdsicon-line-gold-bars:before {
  content: "\EA43";
}
.mdsicon-line-graph-line:before {
  content: "\EA42";
}
.mdsicon-line-file-yen:before {
  content: "\EA41";
}
.mdsicon-line-franc:before {
  content: "\EA40";
}
.mdsicon-line-graph-bar:before {
  content: "\EA3F";
}
.mdsicon-line-file-pound:before {
  content: "\EA3E";
}
.mdsicon-line-file-franc:before {
  content: "\EA3D";
}
.mdsicon-line-file-euro:before {
  content: "\EA3C";
}
.mdsicon-line-file-dollar:before {
  content: "\EA3B";
}
.mdsicon-line-euro:before {
  content: "\EA3A";
}
.mdsicon-line-coin-yen:before {
  content: "\EA39";
}
.mdsicon-line-crdit-card-alt:before {
  content: "\EA38";
}
.mdsicon-line-banknote-yen:before {
  content: "\EA37";
}
.mdsicon-line-banknote-bitcoin:before {
  content: "\EA36";
}
.mdsicon-line-diamond:before {
  content: "\EA35";
}
.mdsicon-line-coin-euro:before {
  content: "\EA34";
}
.mdsicon-line-dollar:before {
  content: "\EA33";
}
.mdsicon-line-bag-yen:before {
  content: "\EA32";
}
.mdsicon-line-calculator:before {
  content: "\EA31";
}
.mdsicon-line-coins:before {
  content: "\EA30";
}
.mdsicon-line-coin-dollar:before {
  content: "\EA2F";
}
.mdsicon-line-briefcase-metal:before {
  content: "\EA2E";
}
.mdsicon-line-banknote-off:before {
  content: "\EA2D";
}
.mdsicon-line-chart-bar:before {
  content: "\EA2C";
}
.mdsicon-line-credit-card:before {
  content: "\EA2B";
}
.mdsicon-line-coin-bitcoin:before {
  content: "\EA2A";
}
.mdsicon-line-coin-franc:before {
  content: "\EA29";
}
.mdsicon-line-coin-pound:before {
  content: "\EA28";
}
.mdsicon-line-banknote-euro:before {
  content: "\EA27";
}
.mdsicon-line-banknote:before {
  content: "\EA26";
}
.mdsicon-line-bitcoin:before {
  content: "\EA25";
}
.mdsicon-line-banknote-dollar:before {
  content: "\EA24";
}
.mdsicon-line-banknote-pound:before {
  content: "\EA23";
}
.mdsicon-line-banknote-franc:before {
  content: "\EA22";
}
.mdsicon-line-bag-money:before {
  content: "\EA21";
}
.mdsicon-line-bag-pound:before {
  content: "\EA20";
}
.mdsicon-line-bank:before {
  content: "\EA1F";
}
.mdsicon-line-bag-franc:before {
  content: "\EA1E";
}
.mdsicon-line-bag-dollar:before {
  content: "\EA1D";
}
.mdsicon-line-bag-euro:before {
  content: "\EA1C";
}
.mdsicon-line-bag-bitcoin:before {
  content: "\EA1B";
}
.mdsicon-line-abacus:before {
  content: "\EA1A";
}
.mdsicon-line-atm:before {
  content: "\EA19";
}
.mdsicon-line-phone-pickup:before {
  content: "\EA81";
}
.mdsicon-line-satellite-signal:before {
  content: "\EA80";
}
.mdsicon-line-voicemail:before {
  content: "\EA7F";
}
.mdsicon-line-router:before {
  content: "\EA7E";
}
.mdsicon-line-sim-card-alert:before {
  content: "\EA7D";
}
.mdsicon-line-keypad:before {
  content: "\EA7C";
}
.mdsicon-line-phone-talking:before {
  content: "\EA7B";
}
.mdsicon-line-sim-card:before {
  content: "\EA7A";
}
.mdsicon-line-phone-off:before {
  content: "\EA79";
}
.mdsicon-line-megaphone:before {
  content: "\EA78";
}
.mdsicon-line-sim-card-off:before {
  content: "\EA77";
}
.mdsicon-line-phone:before {
  content: "\EA76";
}
.mdsicon-line-chat-alert:before {
  content: "\EA75";
}
.mdsicon-line-phone-hangup:before {
  content: "\EA74";
}
.mdsicon-line-phone-buttons:before {
  content: "\EA73";
}
.mdsicon-line-contact-book:before {
  content: "\EA72";
}
.mdsicon-line-chat-message:before {
  content: "\EA71";
}
.mdsicon-line-chat-message-alt:before {
  content: "\EA70";
}
.mdsicon-line-chat:before {
  content: "\EA6F";
}
.mdsicon-line-fax-machine:before {
  content: "\EA6E";
}
.mdsicon-line-headset:before {
  content: "\EA6D";
}
.mdsicon-line-chat-conversation:before {
  content: "\EA6C";
}
.mdsicon-line-chat-conversation-alt:before {
  content: "\EA6B";
}
.mdsicon-line-chat-bubbles:before {
  content: "\EA6A";
}
.mdsicon-line-chat-bubbles-alt:before {
  content: "\EA69";
}
.mdsicon-line-chat-alt:before {
  content: "\EA68";
}
.mdsicon-line-chat-alert-alt:before {
  content: "\EA67";
}
.mdsicon-line-cellphone-off:before {
  content: "\EA66";
}
.mdsicon-line-cellphone-landscape:before {
  content: "\EA65";
}
.mdsicon-line-cellphone:before {
  content: "\EA64";
}
.mdsicon-line-pencil:before {
  content: "\EAA8";
}
.mdsicon-line-page:before {
  content: "\EAA7";
}
.mdsicon-line-pencil-off:before {
  content: "\EAA6";
}
.mdsicon-line-pages-insert:before {
  content: "\EAA5";
}
.mdsicon-line-pages:before {
  content: "\EAA4";
}
.mdsicon-line-page-search:before {
  content: "\EAA3";
}
.mdsicon-line-page-add:before {
  content: "\EAA2";
}
.mdsicon-line-page-content:before {
  content: "\EAA1";
}
.mdsicon-line-page-check:before {
  content: "\EAA0";
}
.mdsicon-line-page-minus:before {
  content: "\EA9F";
}
.mdsicon-line-page-search-alt:before {
  content: "\EA9E";
}
.mdsicon-line-page-cancel:before {
  content: "\EA9D";
}
.mdsicon-line-page-alt:before {
  content: "\EA9C";
}
.mdsicon-line-magazine:before {
  content: "\EA9B";
}
.mdsicon-line-inkwell:before {
  content: "\EA9A";
}
.mdsicon-line-inbox-full:before {
  content: "\EA99";
}
.mdsicon-line-keyboard:before {
  content: "\EA98";
}
.mdsicon-line-notebook:before {
  content: "\EA97";
}
.mdsicon-line-memo:before {
  content: "\EA96";
}
.mdsicon-line-folder:before {
  content: "\EA95";
}
.mdsicon-line-journal:before {
  content: "\EA94";
}
.mdsicon-line-journal-pencil:before {
  content: "\EA93";
}
.mdsicon-line-folder-upload:before {
  content: "\EA92";
}
.mdsicon-line-folders:before {
  content: "\EA91";
}
.mdsicon-line-folder-user:before {
  content: "\EA90";
}
.mdsicon-line-folder-open:before {
  content: "\EA8F";
}
.mdsicon-line-folder-download:before {
  content: "\EA8E";
}
.mdsicon-line-feather-pen:before {
  content: "\EA8D";
}
.mdsicon-line-folder-check:before {
  content: "\EA8C";
}
.mdsicon-line-folder-cancel:before {
  content: "\EA8B";
}
.mdsicon-line-archive-upload:before {
  content: "\EA8A";
}
.mdsicon-line-archive-download:before {
  content: "\EA89";
}
.mdsicon-line-content:before {
  content: "\EA88";
}
.mdsicon-line-books-pencil:before {
  content: "\EA87";
}
.mdsicon-line-books:before {
  content: "\EA86";
}
.mdsicon-line-book:before {
  content: "\EA85";
}
.mdsicon-line-e-reader:before {
  content: "\EA84";
}
.mdsicon-line-folder-add:before {
  content: "\EA83";
}
.mdsicon-line-book-open:before {
  content: "\EA82";
}
.mdsicon-line-contract:before {
  content: "\E60C";
}
.mdsicon-line-electronic-archives:before {
  content: "\E60D";
}
.mdsicon-line-doc:before {
  content: "\E707";
}
.mdsicon-line-send-forward:before {
  content: "\EAC6";
}
.mdsicon-line-mail-time:before {
  content: "\EAC5";
}
.mdsicon-line-stanp-portrait:before {
  content: "\EAC4";
}
.mdsicon-line-stamp:before {
  content: "\EAC3";
}
.mdsicon-line-stamp-inset:before {
  content: "\EAC2";
}
.mdsicon-line-mail-multi:before {
  content: "\EAC1";
}
.mdsicon-line-paper-airplane:before {
  content: "\EAC0";
}
.mdsicon-line-send-mail:before {
  content: "\EABF";
}
.mdsicon-line-paperclip:before {
  content: "\EABE";
}
.mdsicon-line-mail-search:before {
  content: "\EABD";
}
.mdsicon-line-reply-all:before {
  content: "\EABC";
}
.mdsicon-line-reply:before {
  content: "\EABB";
}
.mdsicon-line-mail:before {
  content: "\EABA";
}
.mdsicon-line-mailbox:before {
  content: "\EAB9";
}
.mdsicon-line-mail-upload:before {
  content: "\EAB8";
}
.mdsicon-line-mail-download:before {
  content: "\EAB7";
}
.mdsicon-line-mail-add-alt:before {
  content: "\EAB6";
}
.mdsicon-line-inbox-download:before {
  content: "\EAB5";
}
.mdsicon-line-mail-letter:before {
  content: "\EAB4";
}
.mdsicon-line-mail-open:before {
  content: "\EAB3";
}
.mdsicon-line-inbox:before {
  content: "\EAB2";
}
.mdsicon-line-inbox-multi:before {
  content: "\EAB1";
}
.mdsicon-line-mail-cascade:before {
  content: "\EAB0";
}
.mdsicon-line-inbox-upload:before {
  content: "\EAAF";
}
.mdsicon-line-mail-add:before {
  content: "\EAAE";
}
.mdsicon-line-inbox-add:before {
  content: "\EAAD";
}
.mdsicon-line-address-book:before {
  content: "\EAAC";
}
.mdsicon-line-at:before {
  content: "\EAAB";
}
.mdsicon-line-contact-card:before {
  content: "\EAAA";
}
.mdsicon-line-envelope:before {
  content: "\EAA9";
}
.mdsicon-line-special-check:before {
  content: "\EB01";
}
.mdsicon-line-watch-smart:before {
  content: "\EB00";
}
.mdsicon-line-watch-apple:before {
  content: "\EAFF";
}
.mdsicon-line-reminder:before {
  content: "\EAFE";
}
.mdsicon-line-thumbtack:before {
  content: "\EAFD";
}
.mdsicon-line-sun-time:before {
  content: "\EAFC";
}
.mdsicon-line-watch:before {
  content: "\EAFB";
}
.mdsicon-line-seconds-30:before {
  content: "\EAFA";
}
.mdsicon-line-timer:before {
  content: "\EAF9";
}
.mdsicon-line-time:before {
  content: "\EAF8";
}
.mdsicon-line-timer-alt:before {
  content: "\EAF7";
}
.mdsicon-line-seconds-5:before {
  content: "\EAF6";
}
.mdsicon-line-seconds-10:before {
  content: "\EAF5";
}
.mdsicon-line-fingers-crossed:before {
  content: "\EAF4";
}
.mdsicon-line-season-summer:before {
  content: "\EAF3";
}
.mdsicon-line-season-fall:before {
  content: "\EAF2";
}
.mdsicon-line-stopwatch:before {
  content: "\EAF1";
}
.mdsicon-line-season-stick:before {
  content: "\EAF0";
}
.mdsicon-line-stopwatch-off:before {
  content: "\EAEF";
}
.mdsicon-line-season-winter:before {
  content: "\EAEE";
}
.mdsicon-line-seconds-3:before {
  content: "\EAED";
}
.mdsicon-line-season-spring:before {
  content: "\EAEC";
}
.mdsicon-line-season-mud:before {
  content: "\EAEB";
}
.mdsicon-line-hourglass:before {
  content: "\EAEA";
}
.mdsicon-line-history:before {
  content: "\EAE9";
}
.mdsicon-line-hourglass-alt:before {
  content: "\EAE8";
}
.mdsicon-line-crystal-ball:before {
  content: "\EAE7";
}
.mdsicon-line-calendar-check:before {
  content: "\EAE6";
}
.mdsicon-line-clock:before {
  content: "\EAE5";
}
.mdsicon-line-calendar:before {
  content: "\EAE4";
}
.mdsicon-line-calendar-snooze:before {
  content: "\EAE3";
}
.mdsicon-line-countdown:before {
  content: "\EAE2";
}
.mdsicon-line-calendar-upload:before {
  content: "\EAE1";
}
.mdsicon-line-calendar-user:before {
  content: "\EAE0";
}
.mdsicon-line-calendar-time:before {
  content: "\EADF";
}
.mdsicon-line-calendar-next:before {
  content: "\EADE";
}
.mdsicon-line-calendar-previous:before {
  content: "\EADD";
}
.mdsicon-line-calendar-favorite:before {
  content: "\EADC";
}
.mdsicon-line-calendar-heart:before {
  content: "\EADB";
}
.mdsicon-line-calendar-download:before {
  content: "\EADA";
}
.mdsicon-line-calendar-date:before {
  content: "\EAD9";
}
.mdsicon-line-calendar-dates:before {
  content: "\EAD8";
}
.mdsicon-line-calendar-cancel:before {
  content: "\EAD7";
}
.mdsicon-line-calendar-alt:before {
  content: "\EAD6";
}
.mdsicon-line-calendar-add:before {
  content: "\EAD5";
}
.mdsicon-line-calendar-15:before {
  content: "\EAD4";
}
.mdsicon-line-bell:before {
  content: "\EAD3";
}
.mdsicon-line-bell-add:before {
  content: "\EAD2";
}
.mdsicon-line-bell-ring:before {
  content: "\EAD1";
}
.mdsicon-line-bell-time:before {
  content: "\EAD0";
}
.mdsicon-line-bell-off:before {
  content: "\EACF";
}
.mdsicon-line-album-time:before {
  content: "\EACE";
}
.mdsicon-line-bell-snooze:before {
  content: "\EACD";
}
.mdsicon-line-alarm:before {
  content: "\EACC";
}
.mdsicon-line-alarm-snooze:before {
  content: "\EACB";
}
.mdsicon-line-alarm-cancel:before {
  content: "\EACA";
}
.mdsicon-line-alarm-off:before {
  content: "\EAC9";
}
.mdsicon-line-alarm-check:before {
  content: "\EAC8";
}
.mdsicon-line-alarm-add:before {
  content: "\EAC7";
}
.mdsicon-line-numbers:before {
  content: "\E615";
}
.mdsicon-line-Date-range:before {
  content: "\E614";
}
.mdsicon-fill-trash:before {
  content: "\EB1F";
}
.mdsicon-fill-settings:before {
  content: "\EB1E";
}
.mdsicon-fill-trash-cancel:before {
  content: "\EB1D";
}
.mdsicon-fill-filter:before {
  content: "\EB1C";
}
.mdsicon-fill-eye:before {
  content: "\EB1B";
}
.mdsicon-fill-zoom-out:before {
  content: "\EB1A";
}
.mdsicon-fill-thumbs-down:before {
  content: "\EB19";
}
.mdsicon-fill-favorite-half:before {
  content: "\EB18";
}
.mdsicon-fill-heart-off:before {
  content: "\EB17";
}
.mdsicon-fill-zoom-in:before {
  content: "\EB16";
}
.mdsicon-fill-thumbs-up:before {
  content: "\EB15";
}
.mdsicon-fill-search:before {
  content: "\EB14";
}
.mdsicon-fill-menu:before {
  content: "\EB13";
}
.mdsicon-fill-eye-off:before {
  content: "\EB12";
}
.mdsicon-fill-favorite:before {
  content: "\EB11";
}
.mdsicon-fill-heart-half:before {
  content: "\EB10";
}
.mdsicon-fill-favorite-off:before {
  content: "\EB0F";
}
.mdsicon-fill-menu-vertical:before {
  content: "\EB0E";
}
.mdsicon-fill-home:before {
  content: "\EB0D";
}
.mdsicon-fill-heart:before {
  content: "\EB0C";
}
.mdsicon-fill-cloud-add:before {
  content: "\EB0B";
}
.mdsicon-fill-cloud-cancel:before {
  content: "\EB0A";
}
.mdsicon-fill-cloud-minus:before {
  content: "\EB09";
}
.mdsicon-fill-ellipsis:before {
  content: "\EB08";
}
.mdsicon-fill-cloud:before {
  content: "\EB07";
}
.mdsicon-fill-ellipsis-vertical:before {
  content: "\EB06";
}
.mdsicon-fill-cloud-check:before {
  content: "\EB05";
}
.mdsicon-fill-cloud-download:before {
  content: "\EB04";
}
.mdsicon-fill-cloud-off:before {
  content: "\EB03";
}
.mdsicon-fill-cloud-upload:before {
  content: "\EB02";
}
.mdsicon-fill-sync:before {
  content: "\EB5F";
}
.mdsicon-fill-checkbox:before {
  content: "\EB5E";
}
.mdsicon-fill-solid-left-square:before {
  content: "\EB5D";
}
.mdsicon-fill-shrink:before {
  content: "\EB5C";
}
.mdsicon-fill-solid-up:before {
  content: "\EB5B";
}
.mdsicon-fill-solid-minus-square:before {
  content: "\EB5A";
}
.mdsicon-fill-minus:before {
  content: "\EB59";
}
.mdsicon-fill-transfer:before {
  content: "\EB58";
}
.mdsicon-fill-solid-plus-circle:before {
  content: "\EB57";
}
.mdsicon-fill-solid-right-circle:before {
  content: "\EB56";
}
.mdsicon-fill-radio-button:before {
  content: "\EB55";
}
.mdsicon-fill-solid-wrong-circle:before {
  content: "\EB54";
}
.mdsicon-fill-share-alt:before {
  content: "\EB53";
}
.mdsicon-fill-solid-rigth-square:before {
  content: "\EB52";
}
.mdsicon-fill-solid-up:before {
  content: "\EB51";
}
.mdsicon-fill-upload:before {
  content: "\EB50";
}
.mdsicon-fill-transfer-alt:before {
  content: "\EB4F";
}
.mdsicon-fill-solid-up-square:before {
  content: "\EB4E";
}
.mdsicon-fill-arrow-shrink:before {
  content: "\EB4D";
}
.mdsicon-fill-solid-right:before {
  content: "\EB4C";
}
.mdsicon-fill-solid-down:before {
  content: "\EB4B";
}
.mdsicon-fill-share:before {
  content: "\EB4A";
}
.mdsicon-fill-solid-left:before {
  content: "\EB49";
}
.mdsicon-fill-solid-Arrowdown-cricle:before {
  content: "\EB48";
}
.mdsicon-fill-solid-minus-circle:before {
  content: "\EB47";
}
.mdsicon-fill-send-out:before {
  content: "\EB46";
}
.mdsicon-fill-solid-chose-square:before {
  content: "\EB45";
}
.mdsicon-fill-solid-Arrowleft-circle:before {
  content: "\EB44";
}
.mdsicon-fill-solid-down-square:before {
  content: "\EB43";
}
.mdsicon-fill-send-down:before {
  content: "\EB42";
}
.mdsicon-fill-solid-Arrowup-cricle:before {
  content: "\EB41";
}
.mdsicon-fill-minimize:before {
  content: "\EB40";
}
.mdsicon-fill-expand:before {
  content: "\EB3F";
}
.mdsicon-fill-rotate:before {
  content: "\EB3E";
}
.mdsicon-fill-point-up:before {
  content: "\EB3D";
}
.mdsicon-fill-send-up:before {
  content: "\EB3C";
}
.mdsicon-fill-solid-Arrowright-cricle:before {
  content: "\EB3B";
}
.mdsicon-fill-send-in:before {
  content: "\EB3A";
}
.mdsicon-fill-caret-up-double:before {
  content: "\EB39";
}
.mdsicon-fill-checkbox-active:before {
  content: "\EB38";
}
.mdsicon-fill-caret-left-double:before {
  content: "\EB37";
}
.mdsicon-fill-point-left:before {
  content: "\EB36";
}
.mdsicon-fill-download:before {
  content: "\EB35";
}
.mdsicon-fill-point-down:before {
  content: "\EB34";
}
.mdsicon-fill-point-right:before {
  content: "\EB33";
}
.mdsicon-fill-arrow-up-left:before {
  content: "\EB32";
}
.mdsicon-fill-arrow-up-right:before {
  content: "\EB31";
}
.mdsicon-fill-radio-button-active:before {
  content: "\EB30";
}
.mdsicon-fill-arrow-right:before {
  content: "\EB2F";
}
.mdsicon-fill-caret-right-double:before {
  content: "\EB2E";
}
.mdsicon-fill-minus-square:before {
  content: "\EB2D";
}
.mdsicon-fill-caret-down-double:before {
  content: "\EB2C";
}
.mdsicon-fill-cancel:before {
  content: "\EB2B";
}
.mdsicon-fill-arrow-up:before {
  content: "\EB2A";
}
.mdsicon-fill-add:before {
  content: "\EB29";
}
.mdsicon-fill-check:before {
  content: "\EB28";
}
.mdsicon-fill-arrow-down:before {
  content: "\EB27";
}
.mdsicon-fill-arrow-swap:before {
  content: "\EB26";
}
.mdsicon-fill-arrow-expand:before {
  content: "\EB25";
}
.mdsicon-fill-arrow-left:before {
  content: "\EB24";
}
.mdsicon-fill-arrow-merge:before {
  content: "\EB23";
}
.mdsicon-fill-arrow-down-left:before {
  content: "\EB22";
}
.mdsicon-fill-arrow-diverge:before {
  content: "\EB21";
}
.mdsicon-fill-arrow-down-right:before {
  content: "\EB20";
}
.mdsicon-fill-type-square:before {
  content: "\EBB1";
}
.mdsicon-fill-superscript:before {
  content: "\EBB0";
}
.mdsicon-fill-touch-type:before {
  content: "\EBAF";
}
.mdsicon-fill-typography:before {
  content: "\EBAE";
}
.mdsicon-fill-trademark:before {
  content: "\EBAD";
}
.mdsicon-fill-type-rotate:before {
  content: "\EBAC";
}
.mdsicon-fill-pencil-paintbrush:before {
  content: "\EBAB";
}
.mdsicon-fill-ruler:before {
  content: "\EBAA";
}
.mdsicon-fill-swap-stroke:before {
  content: "\EBA9";
}
.mdsicon-fill-pen:before {
  content: "\EBA8";
}
.mdsicon-fill-ruler-square:before {
  content: "\EBA7";
}
.mdsicon-fill-tilde:before {
  content: "\EBA6";
}
.mdsicon-fill-swap-fill:before {
  content: "\EBA5";
}
.mdsicon-fill-subscript:before {
  content: "\EBA4";
}
.mdsicon-fill-right:before {
  content: "\EBA3";
}
.mdsicon-fill-pencil:before {
  content: "\EBA2";
}
.mdsicon-fill-registered:before {
  content: "\EBA1";
}
.mdsicon-fill-send:before {
  content: "\EBA0";
}
.mdsicon-fill-scissors:before {
  content: "\EB9F";
}
.mdsicon-fill-pencil-paintbrush-pen:before {
  content: "\EB9E";
}
.mdsicon-fill-magic-wand:before {
  content: "\EB9D";
}
.mdsicon-fill-paint-roller:before {
  content: "\EB9C";
}
.mdsicon-fill-pen-nib:before {
  content: "\EB9B";
}
.mdsicon-fill-list-numbered:before {
  content: "\EB9A";
}
.mdsicon-fill-pencil-off:before {
  content: "\EB99";
}
.mdsicon-fill-list:before {
  content: "\EB98";
}
.mdsicon-fill-palette:before {
  content: "\EB97";
}
.mdsicon-fill-paintbrush:before {
  content: "\EB96";
}
.mdsicon-fill-link-off:before {
  content: "\EB95";
}
.mdsicon-fill-list-reorder:before {
  content: "\EB94";
}
.mdsicon-fill-link:before {
  content: "\EB93";
}
.mdsicon-fill-format-italic:before {
  content: "\EB92";
}
.mdsicon-fill-layout-grid:before {
  content: "\EB91";
}
.mdsicon-fill-delete:before {
  content: "\EB90";
}
.mdsicon-fill-format-shapes:before {
  content: "\EB8F";
}
.mdsicon-fill-left:before {
  content: "\EB8E";
}
.mdsicon-fill-format-text-color:before {
  content: "\EB8D";
}
.mdsicon-fill-eye-dropper:before {
  content: "\EB8C";
}
.mdsicon-fill-command:before {
  content: "\EB8B";
}
.mdsicon-fill-hashtag:before {
  content: "\EB8A";
}
.mdsicon-fill-indent-decrease:before {
  content: "\EB89";
}
.mdsicon-fill-layout-grid-rearrange:before {
  content: "\EB88";
}
.mdsicon-fill-format-strikethrough-alt:before {
  content: "\EB87";
}
.mdsicon-fill-format-text-alt:before {
  content: "\EB86";
}
.mdsicon-fill-format-underline:before {
  content: "\EB85";
}
.mdsicon-fill-edit:before {
  content: "\EB84";
}
.mdsicon-fill-indent:before {
  content: "\EB83";
}
.mdsicon-fill-format-text:before {
  content: "\EB82";
}
.mdsicon-fill-crop:before {
  content: "\EB81";
}
.mdsicon-fill-format-strikethrough:before {
  content: "\EB80";
}
.mdsicon-fill-format-border-color:before {
  content: "\EB7F";
}
.mdsicon-fill-format-fill:before {
  content: "\EB7E";
}
.mdsicon-fill-format-size:before {
  content: "\EB7D";
}
.mdsicon-fill-format-bold:before {
  content: "\EB7C";
}
.mdsicon-fill-format-off:before {
  content: "\EB7B";
}
.mdsicon-fill-border-right:before {
  content: "\EB7A";
}
.mdsicon-fill-border-none:before {
  content: "\EB79";
}
.mdsicon-fill-cut:before {
  content: "\EB78";
}
.mdsicon-fill-eraser:before {
  content: "\EB77";
}
.mdsicon-fill-easel-landscape:before {
  content: "\EB76";
}
.mdsicon-fill-border-vertical:before {
  content: "\EB75";
}
.mdsicon-fill-border-inner:before {
  content: "\EB74";
}
.mdsicon-fill-border-style:before {
  content: "\EB73";
}
.mdsicon-fill-center:before {
  content: "\EB72";
}
.mdsicon-fill-bucket-drip:before {
  content: "\EB71";
}
.mdsicon-fill-border-top:before {
  content: "\EB70";
}
.mdsicon-fill-copyright:before {
  content: "\EB6F";
}
.mdsicon-fill-border-left:before {
  content: "\EB6E";
}
.mdsicon-fill-bezier-curve:before {
  content: "\EB6D";
}
.mdsicon-fill-align-justify:before {
  content: "\EB6C";
}
.mdsicon-fill-border-outer:before {
  content: "\EB6B";
}
.mdsicon-fill-brush:before {
  content: "\EB6A";
}
.mdsicon-fill-border-style-alt:before {
  content: "\EB69";
}
.mdsicon-fill-border-horizontal:before {
  content: "\EB68";
}
.mdsicon-fill-align-justify-left:before {
  content: "\EB67";
}
.mdsicon-fill-border-all:before {
  content: "\EB66";
}
.mdsicon-fill-align-left:before {
  content: "\EB65";
}
.mdsicon-fill-align-right:before {
  content: "\EB64";
}
.mdsicon-fill-border-bottom:before {
  content: "\EB63";
}
.mdsicon-fill-align-justify-right:before {
  content: "\EB62";
}
.mdsicon-fill-ampersand:before {
  content: "\EB61";
}
.mdsicon-fill-align-center:before {
  content: "\EB60";
}
.mdsicon-fill-solid-info-circle:before {
  content: "\EBD2";
}
.mdsicon-fill-unlock:before {
  content: "\EBD1";
}
.mdsicon-fill-warning:before {
  content: "\EBD0";
}
.mdsicon-fill-solid-question-circle:before {
  content: "\EBCF";
}
.mdsicon-fill-stopsign-alert:before {
  content: "\EBCE";
}
.mdsicon-fill-shield-alert:before {
  content: "\EBCD";
}
.mdsicon-fill-shield-check:before {
  content: "\EBCC";
}
.mdsicon-fill-security-camera:before {
  content: "\EBCB";
}
.mdsicon-fill-siren:before {
  content: "\EBCA";
}
.mdsicon-fill-solid-exclamation-circle:before {
  content: "\EBC9";
}
.mdsicon-fill-policeman:before {
  content: "\EBC8";
}
.mdsicon-fill-shield:before {
  content: "\EBC7";
}
.mdsicon-fill-solid-clock-circle:before {
  content: "\EBC6";
}
.mdsicon-fill-shield-off:before {
  content: "\EBC5";
}
.mdsicon-fill-lock-off:before {
  content: "\EBC4";
}
.mdsicon-fill-gavel:before {
  content: "\EBC3";
}
.mdsicon-fill-key:before {
  content: "\EBC2";
}
.mdsicon-fill-padlock-off:before {
  content: "\EBC1";
}
.mdsicon-fill-lock:before {
  content: "\EBC0";
}
.mdsicon-fill-padlock:before {
  content: "\EBBF";
}
.mdsicon-fill-keyhole-alt:before {
  content: "\EBBE";
}
.mdsicon-fill-padlock-unlock:before {
  content: "\EBBD";
}
.mdsicon-fill-keyhole:before {
  content: "\EBBC";
}
.mdsicon-fill-flag-wave:before {
  content: "\EBBB";
}
.mdsicon-fill-cctv-camera:before {
  content: "\EBBA";
}
.mdsicon-fill-flag:before {
  content: "\EBB9";
}
.mdsicon-fill-badge:before {
  content: "\EBB8";
}
.mdsicon-fill-bug:before {
  content: "\EBB7";
}
.mdsicon-fill-bug-off:before {
  content: "\EBB6";
}
.mdsicon-fill-badge-alt:before {
  content: "\EBB5";
}
.mdsicon-fill-block-alt:before {
  content: "\EBB4";
}
.mdsicon-fill-block:before {
  content: "\EBB3";
}
.mdsicon-fill-ban:before {
  content: "\EBB2";
}
.mdsicon-fill-woman-fancy:before {
  content: "\EBED";
}
.mdsicon-fill-user-minus:before {
  content: "\EBEC";
}
.mdsicon-fill-users:before {
  content: "\EBEB";
}
.mdsicon-fill-user:before {
  content: "\EBEA";
}
.mdsicon-fill-user-square:before {
  content: "\EBE9";
}
.mdsicon-fill-user-circle:before {
  content: "\EBE8";
}
.mdsicon-fill-user-list:before {
  content: "\EBE7";
}
.mdsicon-fill-user-heart:before {
  content: "\EBE6";
}
.mdsicon-fill-User_business:before {
  content: "\EBE5";
}
.mdsicon-fill-user-off:before {
  content: "\EBE4";
}
.mdsicon-fill-user-cancel:before {
  content: "\EBE3";
}
.mdsicon-fill-user-check:before {
  content: "\EBE2";
}
.mdsicon-fill-user-add:before {
  content: "\EBE1";
}
.mdsicon-fill-hand:before {
  content: "\EBE0";
}
.mdsicon-fill-team:before {
  content: "\EBDF";
}
.mdsicon-fill-solid-smile:before {
  content: "\EBDE";
}
.mdsicon-fill-solid-meh:before {
  content: "\EBDD";
}
.mdsicon-fill-ID:before {
  content: "\EBDC";
}
.mdsicon-fill-Networking:before {
  content: "\EBDB";
}
.mdsicon-fill-solid-fromn:before {
  content: "\EBDA";
}
.mdsicon-fill-man-fancy:before {
  content: "\EBD9";
}
.mdsicon-fill-hand-off:before {
  content: "\EBD8";
}
.mdsicon-fill-fingerprint:before {
  content: "\EBD7";
}
.mdsicon-fill-group-add:before {
  content: "\EBD6";
}
.mdsicon-fill-group:before {
  content: "\EBD5";
}
.mdsicon-fill-group-four:before {
  content: "\EBD4";
}
.mdsicon-fill-face:before {
  content: "\EBD3";
}
.mdsicon-fill-folder-image:before {
  content: "\EC29";
}
.mdsicon-fill-brightness-high:before {
  content: "\EC28";
}
.mdsicon-fill-focus:before {
  content: "\EC27";
}
.mdsicon-fill-photo-flower:before {
  content: "\EC26";
}
.mdsicon-fill-redeye:before {
  content: "\EC25";
}
.mdsicon-fill-brightness-low:before {
  content: "\EC24";
}
.mdsicon-fill-tune-alt:before {
  content: "\EC23";
}
.mdsicon-fill-macro:before {
  content: "\EC22";
}
.mdsicon-fill-live-photo-off:before {
  content: "\EC21";
}
.mdsicon-fill-sd-card:before {
  content: "\EC20";
}
.mdsicon-fill-photo-search:before {
  content: "\EC1F";
}
.mdsicon-fill-loupe-zoom:before {
  content: "\EC1E";
}
.mdsicon-fill-switch-flip:before {
  content: "\EC1D";
}
.mdsicon-fill-live-photo:before {
  content: "\EC1C";
}
.mdsicon-fill-portrait-library:before {
  content: "\EC1B";
}
.mdsicon-fill-portrait-carousel:before {
  content: "\EC1A";
}
.mdsicon-fill-tune:before {
  content: "\EC19";
}
.mdsicon-fill-shutter:before {
  content: "\EC18";
}
.mdsicon-fill-hdr:before {
  content: "\EC17";
}
.mdsicon-fill-photo-portrait:before {
  content: "\EC16";
}
.mdsicon-fill-portrait:before {
  content: "\EC15";
}
.mdsicon-fill-sd-card-off:before {
  content: "\EC14";
}
.mdsicon-fill-portraits:before {
  content: "\EC13";
}
.mdsicon-fill-photos:before {
  content: "\EC12";
}
.mdsicon-fill-photo:before {
  content: "\EC11";
}
.mdsicon-fill-image-search:before {
  content: "\EC10";
}
.mdsicon-fill-panorama:before {
  content: "\EC0F";
}
.mdsicon-fill-photo-library:before {
  content: "\EC0E";
}
.mdsicon-fill-image:before {
  content: "\EC0D";
}
.mdsicon-fill-loupe:before {
  content: "\EC0C";
}
.mdsicon-fill-hdr-off:before {
  content: "\EC0B";
}
.mdsicon-fill-image-carousel:before {
  content: "\EC0A";
}
.mdsicon-fill-image-chat:before {
  content: "\EC09";
}
.mdsicon-fill-folders-image:before {
  content: "\EC08";
}
.mdsicon-fill-images:before {
  content: "\EC07";
}
.mdsicon-fill-exposure:before {
  content: "\EC06";
}
.mdsicon-fill-lense:before {
  content: "\EC05";
}
.mdsicon-fill-film-canister:before {
  content: "\EC04";
}
.mdsicon-fill-flower-setting:before {
  content: "\EC03";
}
.mdsicon-fill-exposure-alt:before {
  content: "\EC02";
}
.mdsicon-fill-grid-off:before {
  content: "\EC01";
}
.mdsicon-fill-flash-off:before {
  content: "\EC00";
}
.mdsicon-fill-device-image:before {
  content: "\EBFF";
}
.mdsicon-fill-flash:before {
  content: "\EBFE";
}
.mdsicon-fill-grid:before {
  content: "\EBFD";
}
.mdsicon-fill-flash-auto:before {
  content: "\EBFC";
}
.mdsicon-fill-camera:before {
  content: "\EBFB";
}
.mdsicon-fill-carousel:before {
  content: "\EBFA";
}
.mdsicon-fill-camera-filter:before {
  content: "\EBF9";
}
.mdsicon-fill-camera-tripod:before {
  content: "\EBF8";
}
.mdsicon-fill-camera-off:before {
  content: "\EBF7";
}
.mdsicon-fill-camera-mic:before {
  content: "\EBF6";
}
.mdsicon-fill-device-portrait:before {
  content: "\EBF5";
}
.mdsicon-fill-camera-add:before {
  content: "\EBF4";
}
.mdsicon-fill-album-phot:before {
  content: "\EBF3";
}
.mdsicon-fill-camera-dslr:before {
  content: "\EBF2";
}
.mdsicon-fill-all-out:before {
  content: "\EBF1";
}
.mdsicon-fill-album-portrait:before {
  content: "\EBF0";
}
.mdsicon-fill-_x33_d-rotate:before {
  content: "\EBEF";
}
.mdsicon-fill-brightness-medium:before {
  content: "\EBEE";
}
.mdsicon-fill-media-player:before {
  content: "\EC65";
}
.mdsicon-fill-pause-circle:before {
  content: "\EC64";
}
.mdsicon-fill-speed-1x:before {
  content: "\EC63";
}
.mdsicon-fill-skip-backward:before {
  content: "\EC62";
}
.mdsicon-fill-play:before {
  content: "\EC61";
}
.mdsicon-fill-speed-2x:before {
  content: "\EC60";
}
.mdsicon-fill-rewind:before {
  content: "\EC5F";
}
.mdsicon-fill-Shape:before {
  content: "\EC5E";
}
.mdsicon-fill-play-library:before {
  content: "\EC5D";
}
.mdsicon-fill-speed-3x:before {
  content: "\EC5C";
}
.mdsicon-fill-volume-low:before {
  content: "\EC5B";
}
.mdsicon-fill-volume-high:before {
  content: "\EC5A";
}
.mdsicon-fill-speed-1_5x:before {
  content: "\EC59";
}
.mdsicon-fill-speed-0_5x:before {
  content: "\EC58";
}
.mdsicon-fill-pause:before {
  content: "\EC57";
}
.mdsicon-fill-skip-forward:before {
  content: "\EC56";
}
.mdsicon-fill-eq:before {
  content: "\EC55";
}
.mdsicon-fill-mic-alt-off:before {
  content: "\EC54";
}
.mdsicon-fill-play-circle:before {
  content: "\EC53";
}
.mdsicon-fill-forward-30:before {
  content: "\EC52";
}
.mdsicon-fill-mic-corded:before {
  content: "\EC51";
}
.mdsicon-fill-music-deep-house:before {
  content: "\EC50";
}
.mdsicon-fill-mic-alt:before {
  content: "\EC4F";
}
.mdsicon-fill-list-check:before {
  content: "\EC4E";
}
.mdsicon-fill-house-music:before {
  content: "\EC4D";
}
.mdsicon-fill-forward-10:before {
  content: "\EC4C";
}
.mdsicon-fill-volume-mute:before {
  content: "\EC4B";
}
.mdsicon-fill-file-music:before {
  content: "\EC4A";
}
.mdsicon-fill-forward:before {
  content: "\EC49";
}
.mdsicon-fill-forward-5:before {
  content: "\EC48";
}
.mdsicon-fill-speed-4x:before {
  content: "\EC47";
}
.mdsicon-fill-folder-audio:before {
  content: "\EC46";
}
.mdsicon-fill-mic:before {
  content: "\EC45";
}
.mdsicon-fill-volume:before {
  content: "\EC44";
}
.mdsicon-fill-inbox-music:before {
  content: "\EC43";
}
.mdsicon-fill-airplay-audio:before {
  content: "\EC42";
}
.mdsicon-fill-mic-stand:before {
  content: "\EC41";
}
.mdsicon-fill-folder-music:before {
  content: "\EC40";
}
.mdsicon-fill-mic-off:before {
  content: "\EC3F";
}
.mdsicon-fill-podcast:before {
  content: "\EC3E";
}
.mdsicon-fill-volume-off:before {
  content: "\EC3D";
}
.mdsicon-fill-music-cascade:before {
  content: "\EC3C";
}
.mdsicon-fill-eject:before {
  content: "\EC3B";
}
.mdsicon-fill-list-play:before {
  content: "\EC3A";
}
.mdsicon-fill-playlist:before {
  content: "\EC39";
}
.mdsicon-fill-record:before {
  content: "\EC38";
}
.mdsicon-fill-stop:before {
  content: "\EC37";
}
.mdsicon-fill-file-audio:before {
  content: "\EC36";
}
.mdsicon-fill-fast-forward:before {
  content: "\EC35";
}
.mdsicon-fill-back-10:before {
  content: "\EC34";
}
.mdsicon-fill-audio-cascade:before {
  content: "\EC33";
}
.mdsicon-fill-cloud-audio:before {
  content: "\EC32";
}
.mdsicon-fill-back:before {
  content: "\EC31";
}
.mdsicon-fill-back-30:before {
  content: "\EC30";
}
.mdsicon-fill-cloud-music:before {
  content: "\EC2F";
}
.mdsicon-fill-chromecast:before {
  content: "\EC2E";
}
.mdsicon-fill-back-5:before {
  content: "\EC2D";
}
.mdsicon-fill-album-audio:before {
  content: "\EC2C";
}
.mdsicon-fill-airplay-screen:before {
  content: "\EC2B";
}
.mdsicon-fill-album-music:before {
  content: "\EC2A";
}
.mdsicon-fill-wifi:before {
  content: "\ECA1";
}
.mdsicon-fill-window:before {
  content: "\ECA0";
}
.mdsicon-fill-toggles:before {
  content: "\EC9F";
}
.mdsicon-fill-stack:before {
  content: "\EC9E";
}
.mdsicon-fill-merge:before {
  content: "\EC9D";
}
.mdsicon-fill-toggle-off:before {
  content: "\EC9C";
}
.mdsicon-fill-spinner-thin:before {
  content: "\EC9B";
}
.mdsicon-fill-spinner:before {
  content: "\EC9A";
}
.mdsicon-fill-browser-code:before {
  content: "\EC99";
}
.mdsicon-fill-pull-request:before {
  content: "\EC98";
}
.mdsicon-fill-wifi-off:before {
  content: "\EC97";
}
.mdsicon-fill-keyboard-down:before {
  content: "\EC96";
}
.mdsicon-fill-compare:before {
  content: "\EC95";
}
.mdsicon-fill-database-cancel:before {
  content: "\EC94";
}
.mdsicon-fill-notification:before {
  content: "\EC93";
}
.mdsicon-fill-download-harddrive:before {
  content: "\EC92";
}
.mdsicon-fill-shake:before {
  content: "\EC91";
}
.mdsicon-fill-window-layout:before {
  content: "\EC90";
}
.mdsicon-fill-cell-signal:before {
  content: "\EC8F";
}
.mdsicon-fill-script:before {
  content: "\EC8E";
}
.mdsicon-fill-database:before {
  content: "\EC8D";
}
.mdsicon-fill-forked:before {
  content: "\EC8C";
}
.mdsicon-fill-terminal:before {
  content: "\EC8B";
}
.mdsicon-fill-rotation-unlock:before {
  content: "\EC8A";
}
.mdsicon-fill-signal-range:before {
  content: "\EC89";
}
.mdsicon-fill-folder-code:before {
  content: "\EC88";
}
.mdsicon-fill-send-to-device:before {
  content: "\EC87";
}
.mdsicon-fill-toggle-on:before {
  content: "\EC86";
}
.mdsicon-fill-power:before {
  content: "\EC85";
}
.mdsicon-fill-plugin:before {
  content: "\EC84";
}
.mdsicon-fill-code:before {
  content: "\EC83";
}
.mdsicon-fill-keyboard-up:before {
  content: "\EC82";
}
.mdsicon-fill-rotation-lock:before {
  content: "\EC81";
}
.mdsicon-fill-rss:before {
  content: "\EC80";
}
.mdsicon-fill-browser-code-alt:before {
  content: "\EC7F";
}
.mdsicon-fill-database-add:before {
  content: "\EC7E";
}
.mdsicon-fill-circuit-board:before {
  content: "\EC7D";
}
.mdsicon-fill-database-minus:before {
  content: "\EC7C";
}
.mdsicon-fill-airplane-mode:before {
  content: "\EC7B";
}
.mdsicon-fill-code-alt:before {
  content: "\EC7A";
}
.mdsicon-fill-database-lock:before {
  content: "\EC79";
}
.mdsicon-fill-file-code:before {
  content: "\EC78";
}
.mdsicon-fill-book-code:before {
  content: "\EC77";
}
.mdsicon-fill-browser:before {
  content: "\EC76";
}
.mdsicon-fill-bluetooth:before {
  content: "\EC75";
}
.mdsicon-fill-browser-alt:before {
  content: "\EC74";
}
.mdsicon-fill-battery-partial:before {
  content: "\EC73";
}
.mdsicon-fill-brightness:before {
  content: "\EC72";
}
.mdsicon-fill-commit:before {
  content: "\EC71";
}
.mdsicon-fill-chip:before {
  content: "\EC70";
}
.mdsicon-fill-battery-empty:before {
  content: "\EC6F";
}
.mdsicon-fill-branch:before {
  content: "\EC6E";
}
.mdsicon-fill-battery-low:before {
  content: "\EC6D";
}
.mdsicon-fill-binary:before {
  content: "\EC6C";
}
.mdsicon-fill-battery-alert:before {
  content: "\EC6B";
}
.mdsicon-fill-battery-half:before {
  content: "\EC6A";
}
.mdsicon-fill-battery-charge:before {
  content: "\EC69";
}
.mdsicon-fill-battery-off:before {
  content: "\EC68";
}
.mdsicon-fill-battery-full:before {
  content: "\EC67";
}
.mdsicon-fill-airplane-mode-off:before {
  content: "\EC66";
}
.mdsicon-fill-mobile-phone:before {
  content: "\E61A";
}
.mdsicon-fill-trend-up:before {
  content: "\ECB9";
}
.mdsicon-fill-printer:before {
  content: "\ECB8";
}
.mdsicon-fill-trend-down:before {
  content: "\ECB7";
}
.mdsicon-fill-shredder:before {
  content: "\ECB6";
}
.mdsicon-fill-User_2:before {
  content: "\ECB5";
}
.mdsicon-fill-Launch:before {
  content: "\ECB4";
}
.mdsicon-fill-Target:before {
  content: "\ECB3";
}
.mdsicon-fill-presentation-alt:before {
  content: "\ECB2";
}
.mdsicon-fill-presentation:before {
  content: "\ECB1";
}
.mdsicon-fill-stocks-down:before {
  content: "\ECB0";
}
.mdsicon-fill-keynote:before {
  content: "\ECAF";
}
.mdsicon-fill-stocks-up:before {
  content: "\ECAE";
}
.mdsicon-fill-podium:before {
  content: "\ECAD";
}
.mdsicon-fill-Desktop_2:before {
  content: "\ECAC";
}
.mdsicon-fill-hierarchy:before {
  content: "\ECAB";
}
.mdsicon-fill-briefcase:before {
  content: "\ECAA";
}
.mdsicon-fill-chart-pie:before {
  content: "\ECA9";
}
.mdsicon-fill-graph-line:before {
  content: "\ECA8";
}
.mdsicon-fill-graph-bar:before {
  content: "\ECA7";
}
.mdsicon-fill-badge-ID:before {
  content: "\ECA6";
}
.mdsicon-fill-chart-bar:before {
  content: "\ECA5";
}
.mdsicon-fill-box-bankers:before {
  content: "\ECA4";
}
.mdsicon-fill-Data_Piramid:before {
  content: "\ECA3";
}
.mdsicon-fill-archive:before {
  content: "\ECA2";
}
.mdsicon-fill-chat-bubbles:before {
  content: "\ECD7";
}
.mdsicon-fill-chat-message-alt:before {
  content: "\ECD6";
}
.mdsicon-fill-phone-hangup:before {
  content: "\ECD5";
}
.mdsicon-fill-voicemail:before {
  content: "\ECD4";
}
.mdsicon-fill-satellite-signal:before {
  content: "\ECD3";
}
.mdsicon-fill-sim-card-off:before {
  content: "\ECD2";
}
.mdsicon-fill-phone:before {
  content: "\ECD1";
}
.mdsicon-fill-phone-talking:before {
  content: "\ECD0";
}
.mdsicon-fill-phone-pickup:before {
  content: "\ECCF";
}
.mdsicon-fill-router:before {
  content: "\ECCE";
}
.mdsicon-fill-sim-card-alert:before {
  content: "\ECCD";
}
.mdsicon-fill-phone-off:before {
  content: "\ECCC";
}
.mdsicon-fill-fax-machine:before {
  content: "\ECCB";
}
.mdsicon-fill-megaphone:before {
  content: "\ECCA";
}
.mdsicon-fill-sim-card:before {
  content: "\ECC9";
}
.mdsicon-fill-phone-buttons:before {
  content: "\ECC8";
}
.mdsicon-fill-keypad:before {
  content: "\ECC7";
}
.mdsicon-fill-contact-book:before {
  content: "\ECC6";
}
.mdsicon-fill-chat-alert-alt:before {
  content: "\ECC5";
}
.mdsicon-fill-headset:before {
  content: "\ECC4";
}
.mdsicon-fill-chat-message:before {
  content: "\ECC3";
}
.mdsicon-fill-chat-conversation:before {
  content: "\ECC2";
}
.mdsicon-fill-chat-bubbles-alt:before {
  content: "\ECC1";
}
.mdsicon-fill-chat:before {
  content: "\ECC0";
}
.mdsicon-fill-chat-alt:before {
  content: "\ECBF";
}
.mdsicon-fill-cellphone:before {
  content: "\ECBE";
}
.mdsicon-fill-chat-conversation-alt:before {
  content: "\ECBD";
}
.mdsicon-fill-cellphone-off:before {
  content: "\ECBC";
}
.mdsicon-fill-chat-alert:before {
  content: "\ECBB";
}
.mdsicon-fill-cellphone-landscape:before {
  content: "\ECBA";
}
.mdsicon-fill-book-open:before {
  content: "\ECDA";
}
.mdsicon-fill-archive-upload:before {
  content: "\ECD9";
}
.mdsicon-fill-book:before {
  content: "\ECD8";
}
.mdsicon-fill-keyboard:before {
  content: "\ED1B";
}
.mdsicon-fill-page-add:before {
  content: "\ED1A";
}
.mdsicon-fill-page-search:before {
  content: "\ED19";
}
.mdsicon-fill-png:before {
  content: "\ED18";
}
.mdsicon-fill-page-content:before {
  content: "\ED17";
}
.mdsicon-fill-zip:before {
  content: "\ED16";
}
.mdsicon-fill-tif:before {
  content: "\ED15";
}
.mdsicon-fill-jpg:before {
  content: "\ED14";
}
.mdsicon-fill-page:before {
  content: "\ED13";
}
.mdsicon-fill-page-search-alt:before {
  content: "\ED12";
}
.mdsicon-fill-zip-archive:before {
  content: "\ED11";
}
.mdsicon-fill-page-minus:before {
  content: "\ED10";
}
.mdsicon-fill-page-check:before {
  content: "\ED0F";
}
.mdsicon-fill-pdf:before {
  content: "\ED0E";
}
.mdsicon-fill-journal-pencil:before {
  content: "\ED0D";
}
.mdsicon-fill-inbox-full:before {
  content: "\ED0C";
}
.mdsicon-fill-pages:before {
  content: "\ED0B";
}
.mdsicon-fill-folders:before {
  content: "\ED0A";
}
.mdsicon-fill-magazine:before {
  content: "\ED09";
}
.mdsicon-fill-page-alt:before {
  content: "\ED08";
}
.mdsicon-fill-page-cancel:before {
  content: "\ED07";
}
.mdsicon-fill-notebook:before {
  content: "\ED06";
}
.mdsicon-fill-memo:before {
  content: "\ED05";
}
.mdsicon-fill-folder-add:before {
  content: "\ED04";
}
.mdsicon-fill-journal:before {
  content: "\ED03";
}
.mdsicon-fill-folder-cancel:before {
  content: "\ED02";
}
.mdsicon-fill-inkwell:before {
  content: "\ED01";
}
.mdsicon-fill-file-txt:before {
  content: "\ED00";
}
.mdsicon-fill-folder-upload:before {
  content: "\ECFF";
}
.mdsicon-fill-gif:before {
  content: "\ECFE";
}
.mdsicon-fill-folder:before {
  content: "\ECFD";
}
.mdsicon-fill-folder-user:before {
  content: "\ECFC";
}
.mdsicon-fill-file-zip:before {
  content: "\ECFB";
}
.mdsicon-fill-folder-open:before {
  content: "\ECFA";
}
.mdsicon-fill-file-mp4:before {
  content: "\ECF9";
}
.mdsicon-fill-file-psd:before {
  content: "\ECF8";
}
.mdsicon-fill-file-svg:before {
  content: "\ECF7";
}
.mdsicon-fill-folder-download:before {
  content: "\ECF6";
}
.mdsicon-fill-file-upload:before {
  content: "\ECF5";
}
.mdsicon-fill-file-tif:before {
  content: "\ECF4";
}
.mdsicon-fill-folder-check:before {
  content: "\ECF3";
}
.mdsicon-fill-file-png:before {
  content: "\ECF2";
}
.mdsicon-fill-file-jpg:before {
  content: "\ECF1";
}
.mdsicon-fill-file-mp3:before {
  content: "\ECF0";
}
.mdsicon-fill-file-off:before {
  content: "\ECEF";
}
.mdsicon-fill-file-doc:before {
  content: "\ECEE";
}
.mdsicon-fill-file-pdf:before {
  content: "\ECED";
}
.mdsicon-fill-file-sketch:before {
  content: "\ECEC";
}
.mdsicon-fill-file-mov:before {
  content: "\ECEB";
}
.mdsicon-fill-file-partial:before {
  content: "\ECEA";
}
.mdsicon-fill-file-exe:before {
  content: "\ECE9";
}
.mdsicon-fill-file-badge:before {
  content: "\ECE8";
}
.mdsicon-fill-file-gif:before {
  content: "\ECE7";
}
.mdsicon-fill-file-cabinet:before {
  content: "\ECE6";
}
.mdsicon-fill-file-eps:before {
  content: "\ECE5";
}
.mdsicon-fill-file-download:before {
  content: "\ECE4";
}
.mdsicon-fill-file-ai:before {
  content: "\ECE3";
}
.mdsicon-fill-books-pencil:before {
  content: "\ECE2";
}
.mdsicon-fill-archive-download:before {
  content: "\ECE1";
}
.mdsicon-fill-file-archive:before {
  content: "\ECE0";
}
.mdsicon-fill-feather-pen:before {
  content: "\ECDF";
}
.mdsicon-fill-content:before {
  content: "\ECDE";
}
.mdsicon-fill-e-reader:before {
  content: "\ECDD";
}
.mdsicon-fill-eps:before {
  content: "\ECDC";
}
.mdsicon-fill-books:before {
  content: "\ECDB";
}
.mdsicon-fill-traffic-lights:before {
  content: "\ED39";
}
.mdsicon-fill-map-alt:before {
  content: "\ED38";
}
.mdsicon-fill-route-interstate:before {
  content: "\ED37";
}
.mdsicon-fill-road:before {
  content: "\ED36";
}
.mdsicon-fill-signs-alt:before {
  content: "\ED35";
}
.mdsicon-fill-map:before {
  content: "\ED34";
}
.mdsicon-fill-traffic-cone:before {
  content: "\ED33";
}
.mdsicon-fill-signs:before {
  content: "\ED32";
}
.mdsicon-fill-route-highway:before {
  content: "\ED31";
}
.mdsicon-fill-directions-merge:before {
  content: "\ED30";
}
.mdsicon-fill-stop-sign:before {
  content: "\ED2F";
}
.mdsicon-fill-pin:before {
  content: "\ED2E";
}
.mdsicon-fill-near-me:before {
  content: "\ED2D";
}
.mdsicon-fill-parking:before {
  content: "\ED2C";
}
.mdsicon-fill-map-search:before {
  content: "\ED2B";
}
.mdsicon-fill-north:before {
  content: "\ED2A";
}
.mdsicon-fill-parking-off:before {
  content: "\ED29";
}
.mdsicon-fill-location-cancel:before {
  content: "\ED28";
}
.mdsicon-fill-map-grid:before {
  content: "\ED27";
}
.mdsicon-fill-near-me-circle:before {
  content: "\ED26";
}
.mdsicon-fill-navigation:before {
  content: "\ED25";
}
.mdsicon-fill-map-location:before {
  content: "\ED24";
}
.mdsicon-fill-navigation-circle:before {
  content: "\ED23";
}
.mdsicon-fill-location:before {
  content: "\ED22";
}
.mdsicon-fill-location-off:before {
  content: "\ED21";
}
.mdsicon-fill-location-target:before {
  content: "\ED20";
}
.mdsicon-fill-directions-u-turn:before {
  content: "\ED1F";
}
.mdsicon-fill-directions:before {
  content: "\ED1E";
}
.mdsicon-fill-location-add:before {
  content: "\ED1D";
}
.mdsicon-fill-do-not-enter:before {
  content: "\ED1C";
}
.mdsicon-fill-watch-smart:before {
  content: "\ED57";
}
.mdsicon-fill-alarm-add:before {
  content: "\ED56";
}
.mdsicon-fill-timer:before {
  content: "\ED55";
}
.mdsicon-fill-timer-alt:before {
  content: "\ED54";
}
.mdsicon-fill-countdown:before {
  content: "\ED53";
}
.mdsicon-fill-watch:before {
  content: "\ED52";
}
.mdsicon-fill-seconds-3:before {
  content: "\ED51";
}
.mdsicon-fill-watch-apple:before {
  content: "\ED50";
}
.mdsicon-fill-bell-snooze:before {
  content: "\ED4F";
}
.mdsicon-fill-seconds-10:before {
  content: "\ED4E";
}
.mdsicon-fill-sun-time:before {
  content: "\ED4D";
}
.mdsicon-fill-history:before {
  content: "\ED4C";
}
.mdsicon-fill-stopwatch:before {
  content: "\ED4B";
}
.mdsicon-fill-alarm:before {
  content: "\ED4A";
}
.mdsicon-fill-time:before {
  content: "\ED49";
}
.mdsicon-fill-stopwatch-off:before {
  content: "\ED48";
}
.mdsicon-fill-alarm-off:before {
  content: "\ED47";
}
.mdsicon-fill-seconds-5:before {
  content: "\ED46";
}
.mdsicon-fill-hourglass-alt:before {
  content: "\ED45";
}
.mdsicon-fill-seconds-30:before {
  content: "\ED44";
}
.mdsicon-fill-alarm-cancel:before {
  content: "\ED43";
}
.mdsicon-fill-hourglass:before {
  content: "\ED42";
}
.mdsicon-fill-bell-off:before {
  content: "\ED41";
}
.mdsicon-fill-bell-add:before {
  content: "\ED40";
}
.mdsicon-fill-clock:before {
  content: "\ED3F";
}
.mdsicon-fill-bell-time:before {
  content: "\ED3E";
}
.mdsicon-fill-alarm-check:before {
  content: "\ED3D";
}
.mdsicon-fill-bell:before {
  content: "\ED3C";
}
.mdsicon-fill-bell-ring:before {
  content: "\ED3B";
}
.mdsicon-fill-alarm-snooze:before {
  content: "\ED3A";
}
.mdsicon-fill-moon-waxing-crescent:before {
  content: "\ED75";
}
.mdsicon-fill-cloud-night:before {
  content: "\ED74";
}
.mdsicon-fill-snow:before {
  content: "\ED73";
}
.mdsicon-fill-tornado:before {
  content: "\ED72";
}
.mdsicon-fill-cloud-mixed:before {
  content: "\ED71";
}
.mdsicon-fill-mixed-precipitation:before {
  content: "\ED70";
}
.mdsicon-fill-sunset:before {
  content: "\ED6F";
}
.mdsicon-fill-moon-waning-crescent:before {
  content: "\ED6E";
}
.mdsicon-fill-cloudy:before {
  content: "\ED6D";
}
.mdsicon-fill-hale:before {
  content: "\ED6C";
}
.mdsicon-fill-moon-first-quarter:before {
  content: "\ED6B";
}
.mdsicon-fill-moon-full:before {
  content: "\ED6A";
}
.mdsicon-fill-cloud-rain:before {
  content: "\ED69";
}
.mdsicon-fill-moon:before {
  content: "\ED68";
}
.mdsicon-fill-sunrise:before {
  content: "\ED67";
}
.mdsicon-fill-wind:before {
  content: "\ED66";
}
.mdsicon-fill-storm:before {
  content: "\ED65";
}
.mdsicon-fill-partly-cloudy:before {
  content: "\ED64";
}
.mdsicon-fill-snowflake:before {
  content: "\ED63";
}
.mdsicon-fill-cloud-snow:before {
  content: "\ED62";
}
.mdsicon-fill-sun:before {
  content: "\ED61";
}
.mdsicon-fill-rain:before {
  content: "\ED60";
}
.mdsicon-fill-moon-waxing-gibbous:before {
  content: "\ED5F";
}
.mdsicon-fill-moon-waning-gibbous:before {
  content: "\ED5E";
}
.mdsicon-fill-moon-third-quarter:before {
  content: "\ED5D";
}
.mdsicon-fill-hurricane:before {
  content: "\ED5C";
}
.mdsicon-fill-lightning:before {
  content: "\ED5B";
}
.mdsicon-fill-cloud-day:before {
  content: "\ED5A";
}
.mdsicon-fill-moon-new:before {
  content: "\ED59";
}
.mdsicon-fill-fog:before {
  content: "\ED58";
}
.mdsicon-spin:before {
  display: inline-block;
  animation: loadingCircle 6s infinite linear;
}
.mdsicon-line-leftarrow:before {
  content: "\EDCD";
}
.mdsicon-line-rightarrow:before {
  content: "\EDCE";
}
.mdsicon-line-descendingorder:before {
  content: "\EDCB";
}
.mdsicon-line-filtrate:before {
  content: "\EDCC";
}
.mdsicon-line-button1:before {
  content: "\EDC7";
}
.mdsicon-line-ascendingorder:before {
  content: "\EDC8";
}
.mdsicon-line-list2:before {
  content: "\EDC9";
}
.mdsicon-line-datacard:before {
  content: "\EDCA";
}
.mdsicon-line_merge:before {
  content: "\EDC6";
}
.mdsicon-line-mergetopbottom:before {
  content: "\EDC5";
}
.mdsicon-line-conditionlabel:before {
  content: "\EDC3";
}
.mdsicon-line-text:before {
  content: "\EDC4";
}
.mdsicon-line-splitting:before {
  content: "\EDBF";
}
.mdsicon-line-stringconcatenation:before {
  content: "\EDC0";
}
.mdsicon-line-summary:before {
  content: "\EDC1";
}
.mdsicon-line-table:before {
  content: "\EDC2";
}
.mdsicon-line-linebreaks:before {
  content: "\EDB9";
}
.mdsicon-line-integer:before {
  content: "\EDBA";
}
.mdsicon-line-interval:before {
  content: "\EDBB";
}
.mdsicon-line-percentage:before {
  content: "\EDBC";
}
.mdsicon-line-removeduplicates:before {
  content: "\EDBD";
}
.mdsicon-line-sort:before {
  content: "\EDBE";
}
.mdsicon-line-formula:before {
  content: "\EDB4";
}
.mdsicon-line-formula2:before {
  content: "\EDB5";
}
.mdsicon-line-filterconditions:before {
  content: "\EDB6";
}
.mdsicon-line-groupsettings:before {
  content: "\EDB7";
}
.mdsicon-line-function:before {
  content: "\EDB8";
}
.mdsicon-line-field:before {
  content: "\EDAE";
}
.mdsicon-line-add3:before {
  content: "\EDAF";
}
.mdsicon-line-duplicateremoval:before {
  content: "\EDB0";
}
.mdsicon-line-enumeration:before {
  content: "\EDB1";
}
.mdsicon-line-date:before {
  content: "\EDB2";
}
.mdsicon-line-assignment:before {
  content: "\EDB3";
}
.mdsicon-line-ceiling:before {
  content: "\EDA9";
}
.mdsicon-line-datasettings:before {
  content: "\EDAA";
}
.mdsicon-line-decimalnumber:before {
  content: "\EDAB";
}
.mdsicon-line-associationrelationship:before {
  content: "\EDAC";
}
.mdsicon-line-columnarization:before {
  content: "\EDAD";
}
.mdsicon-line-allocation:before {
  content: "\E621";
}
.mdsicon-line-calendar-spreadallocation:before {
  content: "\E622";
}
.mdsicon-line-framework:before {
  content: "\E623";
}
.mdsicon-line-delete3:before {
  content: "\E624";
}
.mdsicon-line-update:before {
  content: "\E625";
}
.mdsicon-line-edit3:before {
  content: "\E626";
}
.mdsicon-line-balanceout:before {
  content: "\E627";
}
.mdsicon-line-fastbalanceout:before {
  content: "\E628";
}
.mdsicon-line-lightbulb:before {
  content: "\EDA8";
}
.mdsicon-line-textformat-bold:before {
  content: "\EDA6";
}
.mdsicon-line-textformat-italic:before {
  content: "\EDA7";
}
.mdsicon-line-set:before {
  content: "\EDA5";
}
.mdsicon-line-solidification:before {
  content: "\EDA4";
}
.mdsicon-line-horizontal:before {
  content: "\E831";
}
.mdsicon-line-milk:before {
  content: "\E832";
}
.mdsicon-line-radio-1:before {
  content: "\E833";
}
.mdsicon-line-city-10:before {
  content: "\E834";
}
.mdsicon-line-form:before {
  content: "\E835";
}
.mdsicon-line-hospital:before {
  content: "\E836";
}
.mdsicon-line-palace-1:before {
  content: "\E837";
}
.mdsicon-line-calendar4:before {
  content: "\E838";
}
.mdsicon-line-menu1:before {
  content: "\E839";
}
.mdsicon-line-git-repository:before {
  content: "\E83A";
}
.mdsicon-line-houses:before {
  content: "\E83B";
}
.mdsicon-line-brush1:before {
  content: "\E83C";
}
.mdsicon-line-component-checkbox:before {
  content: "\E83D";
}
.mdsicon-line-card:before {
  content: "\E83E";
}
.mdsicon-line-git-pull-request:before {
  content: "\E83F";
}
.mdsicon-line-component-radio:before {
  content: "\E840";
}
.mdsicon-line-palette-1:before {
  content: "\E841";
}
.mdsicon-line-control-platform:before {
  content: "\E842";
}
.mdsicon-line-system-device:before {
  content: "\E843";
}
.mdsicon-line-terminal-window:before {
  content: "\E844";
}
.mdsicon-line-application:before {
  content: "\E845";
}
.mdsicon-line-shop-1:before {
  content: "\E846";
}
.mdsicon-line-root-list:before {
  content: "\E847";
}
.mdsicon-line-sandwich:before {
  content: "\E848";
}
.mdsicon-line-app:before {
  content: "\E849";
}
.mdsicon-line-certificate-1:before {
  content: "\E84A";
}
.mdsicon-line-expand-down:before {
  content: "\E84B";
}
.mdsicon-line-system-marked:before {
  content: "\E84C";
}
.mdsicon-line-mosque-1:before {
  content: "\E84D";
}
.mdsicon-line-user-arrow-left:before {
  content: "\E84E";
}
.mdsicon-line-rice:before {
  content: "\E920";
}
.mdsicon-line-shield-error:before {
  content: "\E9EB";
}
.mdsicon-line-user-avatar:before {
  content: "\ED92";
}
.mdsicon-line-user-locked:before {
  content: "\ED93";
}
.mdsicon-line-system-interface:before {
  content: "\ED94";
}
.mdsicon-line-verify:before {
  content: "\ED95";
}
.mdsicon-line-usergroup:before {
  content: "\ED96";
}
.mdsicon-line-layout:before {
  content: "\ED97";
}
.mdsicon-line-education2:before {
  content: "\ED98";
}
.mdsicon-line-tab:before {
  content: "\ED99";
}
.mdsicon-line-piano:before {
  content: "\ED9A";
}
.mdsicon-line-drink:before {
  content: "\ED9B";
}
.mdsicon-line-system-log:before {
  content: "\ED9C";
}
.mdsicon-line-system-search:before {
  content: "\ED9D";
}
.mdsicon-line-system-regulation:before {
  content: "\ED9E";
}
.mdsicon-line-user-marked:before {
  content: "\ED9F";
}
.mdsicon-line-system-code:before {
  content: "\EDA0";
}
.mdsicon-line-terminal-rectangle:before {
  content: "\EDA1";
}
.mdsicon-line-system-sum:before {
  content: "\EDA2";
}
.mdsicon-line-video-camera-2:before {
  content: "\EDA3";
}
.mdsicon-line-turnopen:before {
  content: "\E821";
}
.mdsicon-line-turnclose:before {
  content: "\E822";
}
.mdsicon-line-addfolder:before {
  content: "\E820";
}
.mdsicon-line-otherinformation:before {
  content: "\E811";
}
.mdsicon-line-textmessage:before {
  content: "\E812";
}
.mdsicon-line-packup:before {
  content: "\E813";
}
.mdsicon-line-basicinformation:before {
  content: "\E814";
}
.mdsicon-line-unfold1:before {
  content: "\E815";
}
.mdsicon-line-all:before {
  content: "\E80D";
}
.mdsicon-line-border:before {
  content: "\E80E";
}
.mdsicon-line-row:before {
  content: "\E80F";
}
.mdsicon-line-list1:before {
  content: "\E810";
}
.mdsicon-line-even2:before {
  content: "\E80C";
}
.mdsicon-line-even:before {
  content: "\E80B";
}
.mdsicon-line-constant:before {
  content: "\E7FE";
}
.mdsicon-line-processview:before {
  content: "\E808";
}
.mdsicon-line-relationalview:before {
  content: "\E809";
}
.mdsicon-line-datasheet:before {
  content: "\E806";
}
.mdsicon-line-linkview:before {
  content: "\E807";
}
.mdsicon-line-synchronization:before {
  content: "\E801";
}
.mdsicon-line-detailedlist:before {
  content: "\E802";
}
.mdsicon-line-bigdataplatformtable:before {
  content: "\E803";
}
.mdsicon-line-summarysheet:before {
  content: "\E804";
}
.mdsicon-line-historicalrecord:before {
  content: "\E805";
}
.mdsicon-line-maintenancedata:before {
  content: "\E7FB";
}
.mdsicon-line-accountingscheme:before {
  content: "\E7FC";
}
.mdsicon-line-edition:before {
  content: "\E7FD";
}
.mdsicon-line-performancechart:before {
  content: "\E7FF";
}
.mdsicon-line-spmlocalsurface:before {
  content: "\E800";
}
.mdsicon-line-bold:before {
  content: "\E7F7";
}
.mdsicon-line-right1:before {
  content: "\E7F8";
}
.mdsicon-line-left1:before {
  content: "\E7F9";
}
.mdsicon-line-center1:before {
  content: "\E7FA";
}
.mdsicon-line-dots-default:before {
  content: "\E82F";
}
.mdsicon-line-arrow2-up:before {
  content: "\E823";
}
.mdsicon-line-arrow2-down:before {
  content: "\E824";
}
.mdsicon-line-arrow-up-bold:before {
  content: "\E825";
}
.mdsicon-line-arrow-up-thin:before {
  content: "\E826";
}
.mdsicon-line-arrow-down-bold:before {
  content: "\E827";
}
.mdsicon-line-arrow-down-thin:before {
  content: "\E828";
}
.mdsicon-line-arrow-right-thin:before {
  content: "\E829";
}
.mdsicon-line-arrow-right-up-bold:before {
  content: "\E82A";
}
.mdsicon-line-arrow-right-down-bold:before {
  content: "\E82B";
}
.mdsicon-line-arrow-line-bold:before {
  content: "\E82C";
}
.mdsicon-line-arrow-right-bold:before {
  content: "\E82D";
}
.mdsicon-line-macropool1:before {
  content: "\E7F6";
}
.mdsicon-line-format-u:before {
  content: "\E7F5";
}
.mdsicon-line-macropool:before {
  content: "\E7F4";
}
.mdsicon-line-format-h:before {
  content: "\E7F3";
}
.mdsicon-line-table-circle-up:before {
  content: "\E7F2";
}
.mdsicon-line-table-circle-down:before {
  content: "\E7F1";
}
.mdsicon-line-list-caret-right:before {
  content: "\E7EF";
}
.mdsicon-line-list-caret-down:before {
  content: "\E7F0";
}
.mdsicon-line-list-add:before {
  content: "\E7ED";
}
.mdsicon-line-list-more:before {
  content: "\E7EE";
}
.mdsicon-line-btn-edit:before {
  content: "\E7EA";
}
.mdsicon-line-btn-delete:before {
  content: "\E7EB";
}
.mdsicon-line-btn-add:before {
  content: "\E7EC";
}
.mdsicon-line-table-arrow-down:before {
  content: "\E7E8";
}
.mdsicon-line-table-delete:before {
  content: "\E7E9";
}
.mdsicon-line-table-edit:before {
  content: "\E7E6";
}
.mdsicon-line-table-arrow-up:before {
  content: "\E7E7";
}
.mdsicon-fill-chart:before {
  content: "\E7E3";
}
.mdsicon-fill-data2:before {
  content: "\E7E4";
}
.mdsicon-fill-meter:before {
  content: "\E7E5";
}
.mdsicon-fill-quote:before {
  content: "\E7DF";
}
.mdsicon-fill-edit1:before {
  content: "\E7E1";
}
.mdsicon-fill-close:before {
  content: "\E7E2";
}
.mdsicon-line-export:before {
  content: "\E7DB";
}
.mdsicon-line-refresh:before {
  content: "\E7DC";
}
.mdsicon-line-revocation:before {
  content: "\E7DD";
}
.mdsicon-line-redo:before {
  content: "\E7DA";
}
.mdsicon-line-subordinate:before {
  content: "\E7D3";
}
.mdsicon-line-search3:before {
  content: "\E7D1";
}
.mdsicon-line-rename:before {
  content: "\E7D2";
}
.mdsicon-line-sidebar-close:before {
  content: "\E7D0";
}
.mdsicon-line-numeric:before {
  content: "\E7CC";
}
.mdsicon-line-work-no:before {
  content: "\E7CD";
}
.mdsicon-line-search21:before {
  content: "\E7CE";
}
.mdsicon-line-select1:before {
  content: "\E7CF";
}
.mdsicon-line-summary:before {
  content: "\E7C8";
}
.mdsicon-line-sidebar-expand:before {
  content: "\E7C9";
}
.mdsicon-line-round:before {
  content: "\E7CA";
}
.mdsicon-line-surface:before {
  content: "\E7CB";
}
.mdsicon-line-drill-down:before {
  content: "\E7C2";
}
.mdsicon-line-child:before {
  content: "\E7C3";
}
.mdsicon-line-delete2:before {
  content: "\E7C4";
}
.mdsicon-line-close-normal:before {
  content: "\E7C5";
}
.mdsicon-line-caret-right-small:before {
  content: "\E7C6";
}
.mdsicon-line-conversion:before {
  content: "\E7C7";
}
.mdsicon-line-grouping:before {
  content: "\E7BC";
}
.mdsicon-line-folders1:before {
  content: "\E7BD";
}
.mdsicon-line-chevron-left:before {
  content: "\E7BE";
}
.mdsicon-line-chevron-right:before {
  content: "\E7BF";
}
.mdsicon-line-format:before {
  content: "\E7C0";
}
.mdsicon-line-download3:before {
  content: "\E7C1";
}
.mdsicon-line-createdrilldown:before {
  content: "\E7B5";
}
.mdsicon-line-group2:before {
  content: "\E7B6";
}
.mdsicon-line-FormatPainter:before {
  content: "\E7B7";
}
.mdsicon-line-filter3:before {
  content: "\E7B8";
}
.mdsicon-line-moveto:before {
  content: "\E7B9";
}
.mdsicon-line-more2:before {
  content: "\E7BA";
}
.mdsicon-line-filter1:before {
  content: "\E7BB";
}
.mdsicon-line-filter2:before {
  content: "\E7B2";
}
.mdsicon-line-copy1:before {
  content: "\E7B3";
}
.mdsicon-line-edit2:before {
  content: "\E7B4";
}
.mdsicon-line-aliases:before {
  content: "\E7B0";
}
.mdsicon-line-add2:before {
  content: "\E7B1";
}
.mdsicon-line-analysis-line:before {
  content: "\E7AF";
}
.mdsicon-line-caret-down-small:before {
  content: "\E7AB";
}
.mdsicon-fill-dashboard:before {
  content: "\E7AC";
}
.mdsicon-fill-reports:before {
  content: "\E7AD";
}
.mdsicon-fill-arrow-down3:before {
  content: "\E7AE";
}
.mdsicon-fill-permissions:before {
  content: "\E7A7";
}
.mdsicon-fill-data:before {
  content: "\E7A8";
}
.mdsicon-fill-valueaxis:before {
  content: "\E7A9";
}
.mdsicon-line-calendar3:before {
  content: "\E7AA";
}
.mdsicon-line-open-drawer:before {
  content: "\E7A6";
}
.mdsicon-line-unfreeze-panes:before {
  content: "\E7A5";
}
.mdsicon-line-unhide-rows:before {
  content: "\E7A0";
}
.mdsicon-line-unhide-columns:before {
  content: "\E7A1";
}
.mdsicon-line-freeze-panes:before {
  content: "\E7A2";
}
.mdsicon-line-hide-column:before {
  content: "\E7A3";
}
.mdsicon-line-hide-rows:before {
  content: "\E7A4";
}
.mdsicon-line-carryout:before {
  content: "\E782";
}
.mdsicon-line-derive:before {
  content: "\E76C";
}
.mdsicon-line-ldistributet:before {
  content: "\E620";
}
.mdsicon-line-data-item-format:before {
  content: "\E61F";
}
.mdsicon-line-copy:before {
  content: "\E61D";
}
.mdsicon-line-statement2:before {
  content: "\E75A";
}
.mdsicon-line-monthly-statement:before {
  content: "\E75B";
}
.mdsicon-line-accounting-project-management:before {
  content: "\E75C";
}
.mdsicon-line-accounting-information-management:before {
  content: "\E753";
}
.mdsicon-line-task-standard-management2:before {
  content: "\E754";
}
.mdsicon-line-system-management:before {
  content: "\E755";
}
.mdsicon-line-task-standard:before {
  content: "\E756";
}
.mdsicon-line-task-report:before {
  content: "\E757";
}
.mdsicon-line-task-standard-management:before {
  content: "\E758";
}
.mdsicon-line-data-management:before {
  content: "\E759";
}
.mdsicon-line-accounting-copy-allocatio:before {
  content: "\E751";
}
.mdsicon-line-accounting-group-management:before {
  content: "\E752";
}
.mdsicon-line-data-alignment:before {
  content: "\E74C";
}
.mdsicon-line-authority-management2:before {
  content: "\E74D";
}
.mdsicon-line-accounting-rules-management:before {
  content: "\E74E";
}
.mdsicon-line-log-management:before {
  content: "\E74F";
}
.mdsicon-line-function-management:before {
  content: "\E750";
}
.mdsicon-line-merid-management:before {
  content: "\E745";
}
.mdsicon-line-accounting-module-management:before {
  content: "\E746";
}
.mdsicon-line-authority-management:before {
  content: "\E747";
}
.mdsicon-line-menu-management:before {
  content: "\E748";
}
.mdsicon-line-accounting-scheme-management:before {
  content: "\E749";
}
.mdsicon-line-task-plan-management:before {
  content: "\E74A";
}
.mdsicon-line-feedback:before {
  content: "\E74B";
}
.mdsicon-line-data-table-management:before {
  content: "\E740";
}
.mdsicon-line-authority-management3:before {
  content: "\E741";
}
.mdsicon-line-accounting-dictionary-management:before {
  content: "\E742";
}
.mdsicon-line-accounting-plan-release:before {
  content: "\E743";
}
.mdsicon-line-worksheet:before {
  content: "\E744";
}
.mdsicon-line-user-management:before {
  content: "\E73F";
}
.mdsicon-line-accounting-scheme:before {
  content: "\E73D";
}
.mdsicon-line-approval-configuration:before {
  content: "\E73E";
}
.mdsicon-line-royalty-accountingplan:before {
  content: "\E739";
}
.mdsicon-line-extraction-table:before {
  content: "\E73A";
}
.mdsicon-line-confirm-configuration:before {
  content: "\E73B";
}
.mdsicon-line-index-upload:before {
  content: "\E73C";
}
.mdsicon-line-add-ebi:before {
  content: "\E725";
}
.mdsicon-line-arrow2-left:before {
  content: "\E726";
}
.mdsicon-line-arrow2-right:before {
  content: "\E727";
}
.mdsicon-line-closed:before {
  content: "\E724";
}
.mdsicon-line-upload:before {
  content: "\E720";
}
.mdsicon-line-download:before {
  content: "\E721";
}
.mdsicon-line-setting:before {
  content: "\E722";
}
.mdsicon-line-search:before {
  content: "\E723";
}
.mdsicon-line-perspective-mode:before {
  content: "\E718";
}
.mdsicon-fill-arrow-up:before {
  content: "\E71C";
}
.mdsicon-fill-arrow-left:before {
  content: "\E71D";
}
.mdsicon-fill-arrow-down:before {
  content: "\E71E";
}
.mdsicon-fill-arrow-right:before {
  content: "\E71F";
}
.mdsicon-line-alter:before {
  content: "\E717";
}
.mdsicon-line-settle-accounts:before {
  content: "\E716";
}
.mdsicon-line-cancel:before {
  content: "\E719";
}
.mdsicon-line-summation:before {
  content: "\E71A";
}
.mdsicon-line-mean-value:before {
  content: "\E71B";
}
.mdsicon-line-compute:before {
  content: "\E715";
}
.mdsicon-line-more:before {
  content: "\E70E";
}
.mdsicon-line-unfold:before {
  content: "\E70F";
}
.mdsicon-line-table:before {
  content: "\E710";
}
.mdsicon-line-drag:before {
  content: "\E711";
}
.mdsicon-line-index:before {
  content: "\E712";
}
.mdsicon-line-data-source1:before {
  content: "\E713";
}
.mdsicon-fill-caution:before {
  content: "\E714";
}
.mdsicon-line-data-source-2:before {
  content: "\E708";
}
.mdsicon-line-editor:before {
  content: "\E709";
}
.mdsicon-line-dataset:before {
  content: "\E70B";
}
.mdsicon-fill-normal:before {
  content: "\E70C";
}
.mdsicon-line-packup:before {
  content: "\E70D";
}
.mdsicon-line-statement:before {
  content: "\E705";
}
.mdsicon-line-check:before {
  content: "\E706";
}
.mdsicon-line-index2:before {
  content: "\E704";
}
.mdsicon-line-oa2:before {
  content: "\E703";
}
.mdsicon-line-data-itemname:before {
  content: "\E6E5";
}
.mdsicon-line-template-view:before {
  content: "\E6E6";
}
.mdsicon-line-ID:before {
  content: "\E6E7";
}
.mdsicon-line-relational-view:before {
  content: "\E6E8";
}
.mdsicon-line-data-view:before {
  content: "\E6E9";
}
.mdsicon-line-data-itemtype:before {
  content: "\E6EA";
}
.mdsicon-line-job-number:before {
  content: "\E6EB";
}
.mdsicon-line-city:before {
  content: "\E6EC";
}
.mdsicon-line-move-to:before {
  content: "\E6ED";
}
.mdsicon-line-clean:before {
  content: "\E6EE";
}
.mdsicon-line-historical-record:before {
  content: "\E6EF";
}
.mdsicon-line-format1:before {
  content: "\E6F0";
}
.mdsicon-line-top-insert:before {
  content: "\E6F1";
}
.mdsicon-line-under-insert:before {
  content: "\E6F2";
}
.mdsicon-line-intermediary-agent:before {
  content: "\E6F3";
}
.mdsicon-line-enable:before {
  content: "\E6F5";
}
.mdsicon-line-format3:before {
  content: "\E6F6";
}
.mdsicon-line-relationship-setting:before {
  content: "\E6F7";
}
.mdsicon-line-file-rename:before {
  content: "\E6F8";
}
.mdsicon-line-extract:before {
  content: "\E6F9";
}
.mdsicon-line-data-itemvalue:before {
  content: "\E6FA";
}
.mdsicon-line-performance-type:before {
  content: "\E6FB";
}
.mdsicon-line-screen:before {
  content: "\E6FC";
}
.mdsicon-line-add-childlevel:before {
  content: "\E6FD";
}
.mdsicon-line-file:before {
  content: "\E6FE";
}
.mdsicon-fill-index:before {
  content: "\E6FF";
}
.mdsicon-line-del:before {
  content: "\E700";
}
.mdsicon-line-format2:before {
  content: "\E701";
}
.mdsicon-line-file-add:before {
  content: "\E702";
}
.mdsicon-line-manualoperation:before {
  content: "\E781";
}
.mdsicon-line-detail:before {
  content: "\E780";
}
.mdsicon-line-monthly:before {
  content: "\E77A";
}
.mdsicon-line-countdown1:before {
  content: "\E77B";
}
.mdsicon-line-role1:before {
  content: "\E77C";
}
.mdsicon-line-personnelauthority:before {
  content: "\E77D";
}
.mdsicon-line-schedule:before {
  content: "\E77E";
}
.mdsicon-line-calendar2:before {
  content: "\E77F";
}
.mdsicon-line-daily:before {
  content: "\E774";
}
.mdsicon-line-vacation:before {
  content: "\E775";
}
.mdsicon-line-forbidden1:before {
  content: "\E776";
}
.mdsicon-line-longdistance:before {
  content: "\E777";
}
.mdsicon-line-rule:before {
  content: "\E778";
}
.mdsicon-line-calculate:before {
  content: "\E779";
}
.mdsicon-line-qrcode:before {
  content: "\E771";
}
.mdsicon-line-remind:before {
  content: "\E772";
}
.mdsicon-line-punchcard:before {
  content: "\E773";
}
.mdsicon-line-report-forms-ehr:before {
  content: "\E770";
}
.mdsicon-line-entry-ehr:before {
  content: "\E76F";
}
.mdsicon-line-employ-ehr:before {
  content: "\E75D";
}
.mdsicon-line-report-manager-ehr:before {
  content: "\E76A";
}
.mdsicon-line-report-execution-ehr:before {
  content: "\E76B";
}
.mdsicon-line-lovefund-ehr:before {
  content: "\E767";
}
.mdsicon-line-rankevaluation-ehr:before {
  content: "\E768";
}
.mdsicon-line-performance-ehr:before {
  content: "\E769";
}
.mdsicon-line-okr-ehr:before {
  content: "\E760";
}
.mdsicon-line-teamfallibility:before {
  content: "\E761";
}
.mdsicon-line-workbench-ehr:before {
  content: "\E762";
}
.mdsicon-line-record-ehr:before {
  content: "\E763";
}
.mdsicon-line-performance2:before {
  content: "\E764";
}
.mdsicon-line-information-ehr:before {
  content: "\E765";
}
.mdsicon-line-organization-ehr:before {
  content: "\E766";
}
.mdsicon-line-teamcare-ehr:before {
  content: "\E75E";
}
.mdsicon-line-fallibility-ehr:before {
  content: "\E75F";
}
.mdsicon-line-myteam-ehr:before {
  content: "\E6DD";
}
.mdsicon-line-personal-center:before {
  content: "\E6DF";
}
.mdsicon-line-allicon:before {
  content: "\E6DC";
}
.mdsicon-line-data-report:before {
  content: "\E6D9";
}
.mdsicon-line-common-reports:before {
  content: "\E6DA";
}
.mdsicon-line-task:before {
  content: "\E6DB";
}
.mdsicon-line-employee-information:before {
  content: "\E6C1";
}
.mdsicon-line-qrcode-checkin:before {
  content: "\E6C2";
}
.mdsicon-line-personal-information:before {
  content: "\E6D3";
}
.mdsicon-line-kaoqin:before {
  content: "\E6D4";
}
.mdsicon-line-meiyan:before {
  content: "\E6D5";
}
.mdsicon-line-okr-thin:before {
  content: "\E6D6";
}
.mdsicon-line-resignation:before {
  content: "\E6D7";
}
.mdsicon-line-SSC-contact:before {
  content: "\E6D8";
}
.mdsicon-line-HR:before {
  content: "\E6B9";
}
.mdsicon-line-OA:before {
  content: "\E6BA";
}
.mdsicon-line-yunxiao:before {
  content: "\E6BB";
}
.mdsicon-line-test-report:before {
  content: "\E6BC";
}
.mdsicon-line-beisen:before {
  content: "\E6BD";
}
.mdsicon-line-all-reports:before {
  content: "\E6BE";
}
.mdsicon-line-performance-thin:before {
  content: "\E6BF";
}
.mdsicon-line-prove-apply:before {
  content: "\E6C0";
}
.mdsicon-line-database:before {
  content: "\E6B8";
}
.mdsicon-line-attendance:before {
  content: "\E6AF";
}
.mdsicon-line-my-team:before {
  content: "\E6B4";
}
.mdsicon-line-staff-information:before {
  content: "\E6B7";
}
.mdsicon-line-performance:before {
  content: "\E6B1";
}
.mdsicon-line-rank-evaluation:before {
  content: "\E6B2";
}
.mdsicon-line-partner:before {
  content: "\E6B3";
}
.mdsicon-line-okr:before {
  content: "\E6B5";
}
.mdsicon-line-information:before {
  content: "\E6B6";
}
.mdsicon-line-train:before {
  content: "\E6AE";
}
.mdsicon-line-role:before {
  content: "\E6B0";
}
.mdsicon-line-jixiao:before {
  content: "\E6AD";
}
.mdsicon-line-recommended-2:before {
  content: "\E698";
}
.mdsicon-line-history-2:before {
  content: "\E697";
}
.mdsicon-fill-collect-1:before {
  content: "\E669";
}
.mdsicon-fill-praise-1:before {
  content: "\E66D";
}
.mdsicon-line-show:before {
  content: "\E659";
}
.mdsicon-line-praise-1:before {
  content: "\E65D";
}
.mdsicon-fill-book1:before {
  content: "\E63F";
}
.mdsicon-fill-beans:before {
  content: "\E640";
}
.mdsicon-fill-article:before {
  content: "\E641";
}
.mdsicon-fill-delete1:before {
  content: "\E642";
}
.mdsicon-fill-recommend:before {
  content: "\E643";
}
.mdsicon-fill-message:before {
  content: "\E644";
}
.mdsicon-fill-ranking:before {
  content: "\E645";
}
.mdsicon-fill-achievement:before {
  content: "\E646";
}
.mdsicon-fill-circle:before {
  content: "\E647";
}
.mdsicon-fill-figure-1:before {
  content: "\E648";
}
.mdsicon-fill-figure-2:before {
  content: "\E64A";
}
.mdsicon-fill-figure-7:before {
  content: "\E64B";
}
.mdsicon-fill-figure-4:before {
  content: "\E64C";
}
.mdsicon-fill-figure-10:before {
  content: "\E652";
}
.mdsicon-fill-figure-5:before {
  content: "\E653";
}
.mdsicon-fill-figure-3:before {
  content: "\E654";
}
.mdsicon-fill-figure-9:before {
  content: "\E655";
}
.mdsicon-fill-figure-6:before {
  content: "\E656";
}
.mdsicon-fill-figure-8:before {
  content: "\E657";
}
.mdsicon-line-article:before {
  content: "\E658";
}
.mdsicon-line-calendar1:before {
  content: "\E65A";
}
.mdsicon-line-add:before {
  content: "\E65B";
}
.mdsicon-line-download1:before {
  content: "\E65C";
}
.mdsicon-line-dynamic:before {
  content: "\E65E";
}
.mdsicon-line-change:before {
  content: "\E65F";
}
.mdsicon-line-course:before {
  content: "\E660";
}
.mdsicon-line-edit1:before {
  content: "\E661";
}
.mdsicon-line-comment:before {
  content: "\E662";
}
.mdsicon-line-delete1:before {
  content: "\E663";
}
.mdsicon-line-email:before {
  content: "\E664";
}
.mdsicon-line-message:before {
  content: "\E665";
}
.mdsicon-line-feedback:before {
  content: "\E666";
}
.mdsicon-line-face1:before {
  content: "\E667";
}
.mdsicon-line-link1:before {
  content: "\E668";
}
.mdsicon-line-member:before {
  content: "\E66A";
}
.mdsicon-line-picture:before {
  content: "\E66B";
}
.mdsicon-line-PSQ:before {
  content: "\E66C";
}
.mdsicon-line-time1:before {
  content: "\E66E";
}
.mdsicon-line-setting1:before {
  content: "\E66F";
}
.mdsicon-line-topic:before {
  content: "\E670";
}
.mdsicon-line-transmit:before {
  content: "\E671";
}
.mdsicon-line-select:before {
  content: "\E672";
}
.mdsicon-line-management1:before {
  content: "\E673";
}
.mdsicon-line-search1:before {
  content: "\E674";
}
.mdsicon-line-vote:before {
  content: "\E675";
}
.mdsicon-line-prompt:before {
  content: "\E676";
}
.mdsicon-line-video:before {
  content: "\E678";
}
.mdsicon-line-wechat:before {
  content: "\E67A";
}
.mdsicon-line-close1:before {
  content: "\E67B";
}
.mdsicon-line-home1:before {
  content: "\E67C";
}
.mdsicon-line-landmark:before {
  content: "\E67D";
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@keyframes antMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
}
@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
}
@keyframes antZoomUpOut {
  0% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
}
@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomRightOut {
  0% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
@keyframes antZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
}
.mds-motion-collapse {
  overflow: hidden;
}
.mds-motion-collapse-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
