/* @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Notosans";   
    src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
    unicode-range: U+0E??;
} */
/* line 14, ../sass/components/_login.scss */
* {
  box-sizing: border-box;
}

/* line 17, ../sass/components/_login.scss */
html {
  height: 100%;
  font-family: "Roboto","Notosans", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

/* line 24, ../sass/components/_login.scss */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ebeef0;
  color: #333;
  line-height: 1.5;
}

/* line 32, ../sass/components/_login.scss */
.login-page-container {
  display: table;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #ebeef0;
}

/* line 39, ../sass/components/_login.scss */
.login-wrapper {
  display: table-cell;
  vertical-align: middle;
}
/* line 42, ../sass/components/_login.scss */
.login-wrapper form {
  display: block;
  width: 950px;
  height: 540px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 50, ../sass/components/_login.scss */
.login-overlay {
  display: block;
  position: absolute;
  background-color: #28333e;
  border-radius: 3px 0 0 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}

/* line 61, ../sass/components/_login.scss */
.login-content {
  display: block;
  width: 350px;
  height: 100%;
  float: right;
  background-color: white;
  border-radius: 0 3px 3px 0;
  padding: 30px;
}

/* line 70, ../sass/components/_login.scss */
.login-bg {
  display: block;
  float: left;
  height: 100%;
  width: 600px;
  position: relative;
}
/* line 76, ../sass/components/_login.scss */
.login-bg img {
  width: 100%;
}

/* line 80, ../sass/components/_login.scss */
.login-bg-text {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #c8cbce;
  position: relative;
  z-index: 2;
  top: 450px;
}

/* line 89, ../sass/components/_login.scss */
.login-header {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 3px 3px 0 0;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 30px;
}
/* line 96, ../sass/components/_login.scss */
.login-header img {
  display: block;
  width: 52px;
}
/* line 100, ../sass/components/_login.scss */
.login-header span {
  display: block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #a5b6bc;
  padding-top: 5px;
}
/* line 109, ../sass/components/_login.scss */
.login-header span.greeting {
  padding-top: 35px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
}
/* line 115, ../sass/components/_login.scss */
.login-header i {
  font-size: 30px;
  height: 64px;
  margin: 0 15px 0 24px;
  line-height: 64px;
}

/* line 122, ../sass/components/_login.scss */
.login-form {
  flex: 2;
  width: 100%;
  margin-top: 55px;
}
/* line 126, ../sass/components/_login.scss */
.login-form .login-username, .login-form .login-password {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
/* line 130, ../sass/components/_login.scss */
.login-form .login-username i, .login-form .login-password i {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 21px;
  color: #a5b6bc;
}

/* line 139, ../sass/components/_login.scss */
.login-submit {
  text-align: right;
}
/* line 146, ../sass/components/_login.scss */
.login-submit .btn {
  border: none;
  border-radius: 999px;
  display: block;
  padding: 14px 18px;
  font-size: 18px;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  color: #fff;
}
/* line 156, ../sass/components/_login.scss */
.login-submit .btn-submit {
  width: 100%;
  background-color: #2b56a6;
  color: rgba(255, 255, 255, 0.87);
}
/* line 162, ../sass/components/_login.scss */
.login-submit .btn-submit:hover {
  background-color: #3060ba;
}
/* line 165, ../sass/components/_login.scss */
.login-submit .btn-submit:active {
  background-color: #264c92;
}
/* line 168, ../sass/components/_login.scss */
.login-submit .btn-submit:focus {
  background-color: #3060ba;
}
/* line 172, ../sass/components/_login.scss */
.login-submit .btn.disabled {
  background-color: #e0e5e8 !important;
  color: #919ca5 !important;
  pointer-events: none !important;
  cursor: default !important;
}
/* line 179, ../sass/components/_login.scss */
.login-submit .link {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  color: #a5b6bc;
}
/* line 184, ../sass/components/_login.scss */
.login-submit .link:hover {
  color: #92A7AE;
}

/* line 189, ../sass/components/_login.scss */
.login-error-text {
  background-color: #ffeaea;
  border: 1px solid #ce5858;
  border-radius: 2px;
  padding: 10px;
  margin-top: 20px;
  color: #ce5858;
  font-size: 80%;
}

/* line 198, ../sass/components/_login.scss */
.login-logo {
  margin-top: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
}
/* line 204, ../sass/components/_login.scss */
.login-logo:hover {
  opacity: 1;
}

@media (max-width: 980px) {
  /* line 209, ../sass/components/_login.scss */
  .login-wrapper form {
    width: 450px;
  }

  /* line 212, ../sass/components/_login.scss */
  .login-content {
    width: 100%;
  }

  /* line 215, ../sass/components/_login.scss */
  .login-bg {
    display: none;
  }
}
@media (max-width: 430px) {
  /* line 220, ../sass/components/_login.scss */
  .login-page-container {
    background-color: white;
  }

  /* line 223, ../sass/components/_login.scss */
  .login-wrapper form {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  /* line 227, ../sass/components/_login.scss */
  .login-wrapper form .login-content {
    margin: 0;
  }
  /* line 231, ../sass/components/_login.scss */
  .login-wrapper form .login-logo img {
    width: 70%;
    height: 70%;
  }
  /* line 237, ../sass/components/_login.scss */
  .login-wrapper form .login-header img {
    width: 72px;
    margin: 0 auto;
  }
  /* line 241, ../sass/components/_login.scss */
  .login-wrapper form .login-header span {
    text-align: center;
  }
}
/* line 255, ../sass/components/_login.scss */
.input-wrapper {
  padding: 0 5px;
}
/* line 257, ../sass/components/_login.scss */
.input-wrapper:before, .input-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 263, ../sass/components/_login.scss */
.form-group-material {
  position: relative;
  margin-bottom: 40px;
}
/* line 266, ../sass/components/_login.scss */
.form-group-material:after {
  height: 1px;
  background: #a5b6bc;
  width: 100%;
}
/* line 270, ../sass/components/_login.scss */
.form-group-material:before {
  height: 2px;
  background: #2b56a6;
  z-index: 1;
  width: 0;
  transition: width .3s;
}
/* line 278, ../sass/components/_login.scss */
.form-group-material:after, .form-group-material:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
}
/* line 284, ../sass/components/_login.scss */
.form-group-material.error {
  margin-bottom: 36px;
}
/* line 286, ../sass/components/_login.scss */
.form-group-material.error:before {
  background-color: #F44336;
}
/* line 292, ../sass/components/_login.scss */
.form-group-material.focused:before {
  width: 100%;
}
/* line 297, ../sass/components/_login.scss */
.form-group-material:hover:after {
  background: #333;
  transition: background-color .3s;
}

/* line 305, ../sass/components/_login.scss */
.material-label {
  display: block;
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  line-height: 1;
  cursor: text;
  transition: transform ease .3s, color ease .3s;
  transform-origin: 0 0;
  font-size: 18px;
}
/* line 316, ../sass/components/_login.scss */
.error .material-label {
  color: #F44336;
}
/* line 319, ../sass/components/_login.scss */
.focused .material-label {
  transform: translateY(-220%) scale(0.82);
}
/* line 322, ../sass/components/_login.scss */
.error.focused .material-label {
  color: #F44336;
}
/* line 325, ../sass/components/_login.scss */
.has-value .material-label {
  transform: translateY(-220%) scale(0.82);
}

/* line 330, ../sass/components/_login.scss */
input, textarea {
  outline: none;
  box-shadow: inset 0 0 0px 9999px white !important;
}
/* line 334, ../sass/components/_login.scss */
input.material-field, textarea.material-field {
  font-size: 18px;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  margin: 0;
  background: #fff;
}
/* line 342, ../sass/components/_login.scss */
input.material-field:focus, textarea.material-field:focus {
  box-shadow: none;
  background: none;
}

/* line 348, ../sass/components/_login.scss */
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, ../sass/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

@font-face {
  font-family: "Material-Design-Icons";
  src: url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../font/material-design-icons/Material-Design-Icons.woff2") format("woff2"), url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 21, ../sass/components/_icons-material-design.scss */
[class^="mdi-"], [class*="mdi-"] {
  speak: none;
  display: inline-block;
  font-family: "Material-Design-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 33, ../sass/components/_icons-material-design.scss */
[class^="mdi-"]:before, [class*="mdi-"]:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}
/* line 38, ../sass/components/_icons-material-design.scss */
[class^="mdi-"].pull-left, [class*="mdi-"].pull-left {
  margin-right: .3em;
}
/* line 41, ../sass/components/_icons-material-design.scss */
[class^="mdi-"].pull-right, [class*="mdi-"].pull-right {
  margin-left: .3em;
}
/* line 44, ../sass/components/_icons-material-design.scss */
[class^="mdi-"].mdi-lg:before, [class^="mdi-"].mdi-lg:after, [class*="mdi-"].mdi-lg:before, [class*="mdi-"].mdi-lg:after {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
/* line 49, ../sass/components/_icons-material-design.scss */
[class^="mdi-"].mdi-2x:before, [class^="mdi-"].mdi-2x:after, [class*="mdi-"].mdi-2x:before, [class*="mdi-"].mdi-2x:after {
  font-size: 2em;
}
/* line 52, ../sass/components/_icons-material-design.scss */
[class^="mdi-"].mdi-3x:before, [class^="mdi-"].mdi-3x:after, [class*="mdi-"].mdi-3x:before, [class*="mdi-"].mdi-3x:after {
  font-size: 3em;
}
/* line 55, ../sass/components/_icons-material-design.scss */
[class^="mdi-"].mdi-4x:before, [class^="mdi-"].mdi-4x:after, [class*="mdi-"].mdi-4x:before, [class*="mdi-"].mdi-4x:after {
  font-size: 4em;
}
/* line 58, ../sass/components/_icons-material-design.scss */
[class^="mdi-"].mdi-5x:before, [class^="mdi-"].mdi-5x:after, [class*="mdi-"].mdi-5x:before, [class*="mdi-"].mdi-5x:after {
  font-size: 5em;
}

/* line 70, ../sass/components/_icons-material-design.scss */
[class^="mdi-device-signal-cellular-"]:after,
[class^="mdi-device-battery-"]:after,
[class^="mdi-device-battery-charging-"]:after,
[class^="mdi-device-signal-cellular-connected-no-internet-"]:after,
[class^="mdi-device-signal-wifi-"]:after,
[class^="mdi-device-signal-wifi-statusbar-not-connected"]:after,
.mdi-device-network-wifi:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}

/* line 82, ../sass/components/_icons-material-design.scss */
[class^="mdi-device-signal-cellular-"]:after {
  content: "\e758";
}

/* line 83, ../sass/components/_icons-material-design.scss */
[class^="mdi-device-battery-"]:after {
  content: "\e735";
}

/* line 84, ../sass/components/_icons-material-design.scss */
[class^="mdi-device-battery-charging-"]:after {
  content: "\e733";
}

/* line 85, ../sass/components/_icons-material-design.scss */
[class^="mdi-device-signal-cellular-connected-no-internet-"]:after {
  content: "\e75d";
}

/* line 86, ../sass/components/_icons-material-design.scss */
[class^="mdi-device-signal-wifi-"]:after, .mdi-device-network-wifi:after {
  content: "\e765";
}

/* line 87, ../sass/components/_icons-material-design.scss */
[class^="mdi-device-signal-wifi-statusbasr-not-connected"]:after {
  content: "\e8f7";
}

/* line 90, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-off:after, .mdi-device-signal-cellular-null:after, .mdi-device-signal-cellular-no-sim:after, .mdi-device-signal-wifi-off:after, .mdi-device-signal-wifi-4-bar:after, .mdi-device-signal-cellular-4-bar:after, .mdi-device-battery-alert:after, .mdi-device-signal-cellular-connected-no-internet-4-bar:after, .mdi-device-battery-std:after, .mdi-device-battery-full .mdi-device-battery-unknown:after {
  content: "";
}

/* line 95, ../sass/components/_icons-material-design.scss */
.mdi-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 99, ../sass/components/_icons-material-design.scss */
.mdi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 104, ../sass/components/_icons-material-design.scss */
.mdi-ul > li {
  position: relative;
}

/* line 107, ../sass/components/_icons-material-design.scss */
.mdi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 114, ../sass/components/_icons-material-design.scss */
.mdi-li.mdi-lg {
  left: -1.85714286em;
}

/* line 117, ../sass/components/_icons-material-design.scss */
.mdi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 123, ../sass/components/_icons-material-design.scss */
.mdi-spin {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 131, ../sass/components/_icons-material-design.scss */
.mdi-pulse {
  -webkit-animation: mdi-spin 1s steps(8) infinite;
  animation: mdi-spin 1s steps(8) infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 159, ../sass/components/_icons-material-design.scss */
.mdi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 165, ../sass/components/_icons-material-design.scss */
.mdi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 171, ../sass/components/_icons-material-design.scss */
.mdi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 177, ../sass/components/_icons-material-design.scss */
.mdi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 183, ../sass/components/_icons-material-design.scss */
.mdi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 189, ../sass/components/_icons-material-design.scss */
:root .mdi-rotate-90,
:root .mdi-rotate-180,
:root .mdi-rotate-270,
:root .mdi-flip-horizontal,
:root .mdi-flip-vertical {
  filter: none;
}

/* line 196, ../sass/components/_icons-material-design.scss */
.mdi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 204, ../sass/components/_icons-material-design.scss */
.mdi-stack-1x,
.mdi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 211, ../sass/components/_icons-material-design.scss */
.mdi-stack-1x {
  line-height: inherit;
}

/* line 214, ../sass/components/_icons-material-design.scss */
.mdi-stack-2x {
  font-size: 2em;
}

/* line 217, ../sass/components/_icons-material-design.scss */
.mdi-inverse {
  color: #ffffff;
}

/* Start Icons */
/* line 225, ../sass/components/_icons-material-design.scss */
.mdi-action-3d-rotation:before {
  content: "\e600";
}

/* line 229, ../sass/components/_icons-material-design.scss */
.mdi-action-accessibility:before {
  content: "\e601";
}

/* line 233, ../sass/components/_icons-material-design.scss */
.mdi-action-account-balance-wallet:before {
  content: "\e602";
}

/* line 237, ../sass/components/_icons-material-design.scss */
.mdi-action-account-balance:before {
  content: "\e603";
}

/* line 241, ../sass/components/_icons-material-design.scss */
.mdi-action-account-box:before {
  content: "\e604";
}

/* line 245, ../sass/components/_icons-material-design.scss */
.mdi-action-account-child:before {
  content: "\e605";
}

/* line 249, ../sass/components/_icons-material-design.scss */
.mdi-action-account-circle:before {
  content: "\e606";
}

/* line 253, ../sass/components/_icons-material-design.scss */
.mdi-action-add-shopping-cart:before {
  content: "\e607";
}

/* line 257, ../sass/components/_icons-material-design.scss */
.mdi-action-alarm-add:before {
  content: "\e608";
}

/* line 261, ../sass/components/_icons-material-design.scss */
.mdi-action-alarm-off:before {
  content: "\e609";
}

/* line 265, ../sass/components/_icons-material-design.scss */
.mdi-action-alarm-on:before {
  content: "\e60a";
}

/* line 269, ../sass/components/_icons-material-design.scss */
.mdi-action-alarm:before {
  content: "\e60b";
}

/* line 273, ../sass/components/_icons-material-design.scss */
.mdi-action-android:before {
  content: "\e60c";
}

/* line 277, ../sass/components/_icons-material-design.scss */
.mdi-action-announcement:before {
  content: "\e60d";
}

/* line 281, ../sass/components/_icons-material-design.scss */
.mdi-action-aspect-ratio:before {
  content: "\e60e";
}

/* line 285, ../sass/components/_icons-material-design.scss */
.mdi-action-assessment:before {
  content: "\e60f";
}

/* line 289, ../sass/components/_icons-material-design.scss */
.mdi-action-assignment-ind:before {
  content: "\e610";
}

/* line 293, ../sass/components/_icons-material-design.scss */
.mdi-action-assignment-late:before {
  content: "\e611";
}

/* line 297, ../sass/components/_icons-material-design.scss */
.mdi-action-assignment-return:before {
  content: "\e612";
}

/* line 301, ../sass/components/_icons-material-design.scss */
.mdi-action-assignment-returned:before {
  content: "\e613";
}

/* line 305, ../sass/components/_icons-material-design.scss */
.mdi-action-assignment-turned-in:before {
  content: "\e614";
}

/* line 309, ../sass/components/_icons-material-design.scss */
.mdi-action-assignment:before {
  content: "\e615";
}

/* line 313, ../sass/components/_icons-material-design.scss */
.mdi-action-autorenew:before {
  content: "\e616";
}

/* line 317, ../sass/components/_icons-material-design.scss */
.mdi-action-backup:before {
  content: "\e617";
}

/* line 321, ../sass/components/_icons-material-design.scss */
.mdi-action-book:before {
  content: "\e618";
}

/* line 325, ../sass/components/_icons-material-design.scss */
.mdi-action-bookmark-outline:before {
  content: "\e619";
}

/* line 329, ../sass/components/_icons-material-design.scss */
.mdi-action-bookmark:before {
  content: "\e61a";
}

/* line 333, ../sass/components/_icons-material-design.scss */
.mdi-action-bug-report:before {
  content: "\e61b";
}

/* line 337, ../sass/components/_icons-material-design.scss */
.mdi-action-cached:before {
  content: "\e61c";
}

/* line 341, ../sass/components/_icons-material-design.scss */
.mdi-action-check-circle:before {
  content: "\e61d";
}

/* line 345, ../sass/components/_icons-material-design.scss */
.mdi-action-class:before {
  content: "\e61e";
}

/* line 349, ../sass/components/_icons-material-design.scss */
.mdi-action-credit-card:before {
  content: "\e61f";
}

/* line 353, ../sass/components/_icons-material-design.scss */
.mdi-action-dashboard:before {
  content: "\e620";
}

/* line 357, ../sass/components/_icons-material-design.scss */
.mdi-action-delete:before {
  content: "\e621";
}

/* line 361, ../sass/components/_icons-material-design.scss */
.mdi-action-description:before {
  content: "\e622";
}

/* line 365, ../sass/components/_icons-material-design.scss */
.mdi-action-dns:before {
  content: "\e623";
}

/* line 369, ../sass/components/_icons-material-design.scss */
.mdi-action-done-all:before {
  content: "\e624";
}

/* line 373, ../sass/components/_icons-material-design.scss */
.mdi-action-done:before {
  content: "\e625";
}

/* line 377, ../sass/components/_icons-material-design.scss */
.mdi-action-event:before {
  content: "\e626";
}

/* line 381, ../sass/components/_icons-material-design.scss */
.mdi-action-exit-to-app:before {
  content: "\e627";
}

/* line 385, ../sass/components/_icons-material-design.scss */
.mdi-action-explore:before {
  content: "\e628";
}

/* line 389, ../sass/components/_icons-material-design.scss */
.mdi-action-extension:before {
  content: "\e629";
}

/* line 393, ../sass/components/_icons-material-design.scss */
.mdi-action-face-unlock:before {
  content: "\e62a";
}

/* line 397, ../sass/components/_icons-material-design.scss */
.mdi-action-favorite-outline:before {
  content: "\e62b";
}

/* line 401, ../sass/components/_icons-material-design.scss */
.mdi-action-favorite:before {
  content: "\e62c";
}

/* line 405, ../sass/components/_icons-material-design.scss */
.mdi-action-find-in-page:before {
  content: "\e62d";
}

/* line 409, ../sass/components/_icons-material-design.scss */
.mdi-action-find-replace:before {
  content: "\e62e";
}

/* line 413, ../sass/components/_icons-material-design.scss */
.mdi-action-flip-to-back:before {
  content: "\e62f";
}

/* line 417, ../sass/components/_icons-material-design.scss */
.mdi-action-flip-to-front:before {
  content: "\e630";
}

/* line 421, ../sass/components/_icons-material-design.scss */
.mdi-action-get-app:before {
  content: "\e631";
}

/* line 425, ../sass/components/_icons-material-design.scss */
.mdi-action-grade:before {
  content: "\e632";
}

/* line 429, ../sass/components/_icons-material-design.scss */
.mdi-action-group-work:before {
  content: "\e633";
}

/* line 433, ../sass/components/_icons-material-design.scss */
.mdi-action-help:before {
  content: "\e634";
}

/* line 437, ../sass/components/_icons-material-design.scss */
.mdi-action-highlight-remove:before {
  content: "\e635";
}

/* line 441, ../sass/components/_icons-material-design.scss */
.mdi-action-history:before {
  content: "\e636";
}

/* line 445, ../sass/components/_icons-material-design.scss */
.mdi-action-home:before {
  content: "\e637";
}

/* line 449, ../sass/components/_icons-material-design.scss */
.mdi-action-https:before {
  content: "\e638";
}

/* line 453, ../sass/components/_icons-material-design.scss */
.mdi-action-info-outline:before {
  content: "\e639";
}

/* line 457, ../sass/components/_icons-material-design.scss */
.mdi-action-info:before {
  content: "\e63a";
}

/* line 461, ../sass/components/_icons-material-design.scss */
.mdi-action-input:before {
  content: "\e63b";
}

/* line 465, ../sass/components/_icons-material-design.scss */
.mdi-action-invert-colors:before {
  content: "\e63c";
}

/* line 469, ../sass/components/_icons-material-design.scss */
.mdi-action-label-outline:before {
  content: "\e63d";
}

/* line 473, ../sass/components/_icons-material-design.scss */
.mdi-action-label:before {
  content: "\e63e";
}

/* line 477, ../sass/components/_icons-material-design.scss */
.mdi-action-language:before {
  content: "\e63f";
}

/* line 481, ../sass/components/_icons-material-design.scss */
.mdi-action-launch:before {
  content: "\e640";
}

/* line 485, ../sass/components/_icons-material-design.scss */
.mdi-action-list:before {
  content: "\e641";
}

/* line 489, ../sass/components/_icons-material-design.scss */
.mdi-action-lock-open:before {
  content: "\e642";
}

/* line 493, ../sass/components/_icons-material-design.scss */
.mdi-action-lock-outline:before {
  content: "\e643";
}

/* line 497, ../sass/components/_icons-material-design.scss */
.mdi-action-lock:before {
  content: "\e644";
}

/* line 501, ../sass/components/_icons-material-design.scss */
.mdi-action-loyalty:before {
  content: "\e645";
}

/* line 505, ../sass/components/_icons-material-design.scss */
.mdi-action-markunread-mailbox:before {
  content: "\e646";
}

/* line 509, ../sass/components/_icons-material-design.scss */
.mdi-action-note-add:before {
  content: "\e647";
}

/* line 513, ../sass/components/_icons-material-design.scss */
.mdi-action-open-in-browser:before {
  content: "\e648";
}

/* line 517, ../sass/components/_icons-material-design.scss */
.mdi-action-open-in-new:before {
  content: "\e649";
}

/* line 521, ../sass/components/_icons-material-design.scss */
.mdi-action-open-with:before {
  content: "\e64a";
}

/* line 525, ../sass/components/_icons-material-design.scss */
.mdi-action-pageview:before {
  content: "\e64b";
}

/* line 529, ../sass/components/_icons-material-design.scss */
.mdi-action-payment:before {
  content: "\e64c";
}

/* line 533, ../sass/components/_icons-material-design.scss */
.mdi-action-perm-camera-mic:before {
  content: "\e64d";
}

/* line 537, ../sass/components/_icons-material-design.scss */
.mdi-action-perm-contact-cal:before {
  content: "\e64e";
}

/* line 541, ../sass/components/_icons-material-design.scss */
.mdi-action-perm-data-setting:before {
  content: "\e64f";
}

/* line 545, ../sass/components/_icons-material-design.scss */
.mdi-action-perm-device-info:before {
  content: "\e650";
}

/* line 549, ../sass/components/_icons-material-design.scss */
.mdi-action-perm-identity:before {
  content: "\e651";
}

/* line 553, ../sass/components/_icons-material-design.scss */
.mdi-action-perm-media:before {
  content: "\e652";
}

/* line 557, ../sass/components/_icons-material-design.scss */
.mdi-action-perm-phone-msg:before {
  content: "\e653";
}

/* line 561, ../sass/components/_icons-material-design.scss */
.mdi-action-perm-scan-wifi:before {
  content: "\e654";
}

/* line 565, ../sass/components/_icons-material-design.scss */
.mdi-action-picture-in-picture:before {
  content: "\e655";
}

/* line 569, ../sass/components/_icons-material-design.scss */
.mdi-action-polymer:before {
  content: "\e656";
}

/* line 573, ../sass/components/_icons-material-design.scss */
.mdi-action-print:before {
  content: "\e657";
}

/* line 577, ../sass/components/_icons-material-design.scss */
.mdi-action-query-builder:before {
  content: "\e658";
}

/* line 581, ../sass/components/_icons-material-design.scss */
.mdi-action-question-answer:before {
  content: "\e659";
}

/* line 585, ../sass/components/_icons-material-design.scss */
.mdi-action-receipt:before {
  content: "\e65a";
}

/* line 589, ../sass/components/_icons-material-design.scss */
.mdi-action-redeem:before {
  content: "\e65b";
}

/* line 593, ../sass/components/_icons-material-design.scss */
.mdi-action-reorder:before {
  content: "\e65c";
}

/* line 597, ../sass/components/_icons-material-design.scss */
.mdi-action-report-problem:before {
  content: "\e65d";
}

/* line 601, ../sass/components/_icons-material-design.scss */
.mdi-action-restore:before {
  content: "\e65e";
}

/* line 605, ../sass/components/_icons-material-design.scss */
.mdi-action-room:before {
  content: "\e65f";
}

/* line 609, ../sass/components/_icons-material-design.scss */
.mdi-action-schedule:before {
  content: "\e660";
}

/* line 613, ../sass/components/_icons-material-design.scss */
.mdi-action-search:before {
  content: "\e661";
}

/* line 617, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-applications:before {
  content: "\e662";
}

/* line 621, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-backup-restore:before {
  content: "\e663";
}

/* line 625, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-bluetooth:before {
  content: "\e664";
}

/* line 629, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-cell:before {
  content: "\e665";
}

/* line 633, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-display:before {
  content: "\e666";
}

/* line 637, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-ethernet:before {
  content: "\e667";
}

/* line 641, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-input-antenna:before {
  content: "\e668";
}

/* line 645, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-input-component:before {
  content: "\e669";
}

/* line 649, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-input-composite:before {
  content: "\e66a";
}

/* line 653, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-input-hdmi:before {
  content: "\e66b";
}

/* line 657, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-input-svideo:before {
  content: "\e66c";
}

/* line 661, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-overscan:before {
  content: "\e66d";
}

/* line 665, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-phone:before {
  content: "\e66e";
}

/* line 669, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-power:before {
  content: "\e66f";
}

/* line 673, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-remote:before {
  content: "\e670";
}

/* line 677, ../sass/components/_icons-material-design.scss */
.mdi-action-settings-voice:before {
  content: "\e671";
}

/* line 681, ../sass/components/_icons-material-design.scss */
.mdi-action-settings:before {
  content: "\e672";
}

/* line 685, ../sass/components/_icons-material-design.scss */
.mdi-action-shop-two:before {
  content: "\e673";
}

/* line 689, ../sass/components/_icons-material-design.scss */
.mdi-action-shop:before {
  content: "\e674";
}

/* line 693, ../sass/components/_icons-material-design.scss */
.mdi-action-shopping-basket:before {
  content: "\e675";
}

/* line 697, ../sass/components/_icons-material-design.scss */
.mdi-action-shopping-cart:before {
  content: "\e676";
}

/* line 701, ../sass/components/_icons-material-design.scss */
.mdi-action-speaker-notes:before {
  content: "\e677";
}

/* line 705, ../sass/components/_icons-material-design.scss */
.mdi-action-spellcheck:before {
  content: "\e678";
}

/* line 709, ../sass/components/_icons-material-design.scss */
.mdi-action-star-rate:before {
  content: "\e679";
}

/* line 713, ../sass/components/_icons-material-design.scss */
.mdi-action-stars:before {
  content: "\e67a";
}

/* line 717, ../sass/components/_icons-material-design.scss */
.mdi-action-store:before {
  content: "\e67b";
}

/* line 721, ../sass/components/_icons-material-design.scss */
.mdi-action-subject:before {
  content: "\e67c";
}

/* line 725, ../sass/components/_icons-material-design.scss */
.mdi-action-supervisor-account:before {
  content: "\e67d";
}

/* line 729, ../sass/components/_icons-material-design.scss */
.mdi-action-swap-horiz:before {
  content: "\e67e";
}

/* line 733, ../sass/components/_icons-material-design.scss */
.mdi-action-swap-vert-circle:before {
  content: "\e67f";
}

/* line 737, ../sass/components/_icons-material-design.scss */
.mdi-action-swap-vert:before {
  content: "\e680";
}

/* line 741, ../sass/components/_icons-material-design.scss */
.mdi-action-system-update-tv:before {
  content: "\e681";
}

/* line 745, ../sass/components/_icons-material-design.scss */
.mdi-action-tab-unselected:before {
  content: "\e682";
}

/* line 749, ../sass/components/_icons-material-design.scss */
.mdi-action-tab:before {
  content: "\e683";
}

/* line 753, ../sass/components/_icons-material-design.scss */
.mdi-action-theaters:before {
  content: "\e684";
}

/* line 757, ../sass/components/_icons-material-design.scss */
.mdi-action-thumb-down:before {
  content: "\e685";
}

/* line 761, ../sass/components/_icons-material-design.scss */
.mdi-action-thumb-up:before {
  content: "\e686";
}

/* line 765, ../sass/components/_icons-material-design.scss */
.mdi-action-thumbs-up-down:before {
  content: "\e687";
}

/* line 769, ../sass/components/_icons-material-design.scss */
.mdi-action-toc:before {
  content: "\e688";
}

/* line 773, ../sass/components/_icons-material-design.scss */
.mdi-action-today:before {
  content: "\e689";
}

/* line 777, ../sass/components/_icons-material-design.scss */
.mdi-action-track-changes:before {
  content: "\e68a";
}

/* line 781, ../sass/components/_icons-material-design.scss */
.mdi-action-translate:before {
  content: "\e68b";
}

/* line 785, ../sass/components/_icons-material-design.scss */
.mdi-action-trending-down:before {
  content: "\e68c";
}

/* line 789, ../sass/components/_icons-material-design.scss */
.mdi-action-trending-neutral:before {
  content: "\e68d";
}

/* line 793, ../sass/components/_icons-material-design.scss */
.mdi-action-trending-up:before {
  content: "\e68e";
}

/* line 797, ../sass/components/_icons-material-design.scss */
.mdi-action-turned-in-not:before {
  content: "\e68f";
}

/* line 801, ../sass/components/_icons-material-design.scss */
.mdi-action-turned-in:before {
  content: "\e690";
}

/* line 805, ../sass/components/_icons-material-design.scss */
.mdi-action-verified-user:before {
  content: "\e691";
}

/* line 809, ../sass/components/_icons-material-design.scss */
.mdi-action-view-agenda:before {
  content: "\e692";
}

/* line 813, ../sass/components/_icons-material-design.scss */
.mdi-action-view-array:before {
  content: "\e693";
}

/* line 817, ../sass/components/_icons-material-design.scss */
.mdi-action-view-carousel:before {
  content: "\e694";
}

/* line 821, ../sass/components/_icons-material-design.scss */
.mdi-action-view-column:before {
  content: "\e695";
}

/* line 825, ../sass/components/_icons-material-design.scss */
.mdi-action-view-day:before {
  content: "\e696";
}

/* line 829, ../sass/components/_icons-material-design.scss */
.mdi-action-view-headline:before {
  content: "\e697";
}

/* line 833, ../sass/components/_icons-material-design.scss */
.mdi-action-view-list:before {
  content: "\e698";
}

/* line 837, ../sass/components/_icons-material-design.scss */
.mdi-action-view-module:before {
  content: "\e699";
}

/* line 841, ../sass/components/_icons-material-design.scss */
.mdi-action-view-quilt:before {
  content: "\e69a";
}

/* line 845, ../sass/components/_icons-material-design.scss */
.mdi-action-view-stream:before {
  content: "\e69b";
}

/* line 849, ../sass/components/_icons-material-design.scss */
.mdi-action-view-week:before {
  content: "\e69c";
}

/* line 853, ../sass/components/_icons-material-design.scss */
.mdi-action-visibility-off:before {
  content: "\e69d";
}

/* line 857, ../sass/components/_icons-material-design.scss */
.mdi-action-visibility:before {
  content: "\e69e";
}

/* line 861, ../sass/components/_icons-material-design.scss */
.mdi-action-wallet-giftcard:before {
  content: "\e69f";
}

/* line 865, ../sass/components/_icons-material-design.scss */
.mdi-action-wallet-membership:before {
  content: "\e6a0";
}

/* line 869, ../sass/components/_icons-material-design.scss */
.mdi-action-wallet-travel:before {
  content: "\e6a1";
}

/* line 873, ../sass/components/_icons-material-design.scss */
.mdi-action-work:before {
  content: "\e6a2";
}

/* line 877, ../sass/components/_icons-material-design.scss */
.mdi-alert-error:before {
  content: "\e6a3";
}

/* line 881, ../sass/components/_icons-material-design.scss */
.mdi-alert-warning:before {
  content: "\e6a4";
}

/* line 885, ../sass/components/_icons-material-design.scss */
.mdi-av-album:before {
  content: "\e6a5";
}

/* line 889, ../sass/components/_icons-material-design.scss */
.mdi-av-closed-caption:before {
  content: "\e6a6";
}

/* line 893, ../sass/components/_icons-material-design.scss */
.mdi-av-equalizer:before {
  content: "\e6a7";
}

/* line 897, ../sass/components/_icons-material-design.scss */
.mdi-av-explicit:before {
  content: "\e6a8";
}

/* line 901, ../sass/components/_icons-material-design.scss */
.mdi-av-fast-forward:before {
  content: "\e6a9";
}

/* line 905, ../sass/components/_icons-material-design.scss */
.mdi-av-fast-rewind:before {
  content: "\e6aa";
}

/* line 909, ../sass/components/_icons-material-design.scss */
.mdi-av-games:before {
  content: "\e6ab";
}

/* line 913, ../sass/components/_icons-material-design.scss */
.mdi-av-hearing:before {
  content: "\e6ac";
}

/* line 917, ../sass/components/_icons-material-design.scss */
.mdi-av-high-quality:before {
  content: "\e6ad";
}

/* line 921, ../sass/components/_icons-material-design.scss */
.mdi-av-loop:before {
  content: "\e6ae";
}

/* line 925, ../sass/components/_icons-material-design.scss */
.mdi-av-mic-none:before {
  content: "\e6af";
}

/* line 929, ../sass/components/_icons-material-design.scss */
.mdi-av-mic-off:before {
  content: "\e6b0";
}

/* line 933, ../sass/components/_icons-material-design.scss */
.mdi-av-mic:before {
  content: "\e6b1";
}

/* line 937, ../sass/components/_icons-material-design.scss */
.mdi-av-movie:before {
  content: "\e6b2";
}

/* line 941, ../sass/components/_icons-material-design.scss */
.mdi-av-my-library-add:before {
  content: "\e6b3";
}

/* line 945, ../sass/components/_icons-material-design.scss */
.mdi-av-my-library-books:before {
  content: "\e6b4";
}

/* line 949, ../sass/components/_icons-material-design.scss */
.mdi-av-my-library-music:before {
  content: "\e6b5";
}

/* line 953, ../sass/components/_icons-material-design.scss */
.mdi-av-new-releases:before {
  content: "\e6b6";
}

/* line 957, ../sass/components/_icons-material-design.scss */
.mdi-av-not-interested:before {
  content: "\e6b7";
}

/* line 961, ../sass/components/_icons-material-design.scss */
.mdi-av-pause-circle-fill:before {
  content: "\e6b8";
}

/* line 965, ../sass/components/_icons-material-design.scss */
.mdi-av-pause-circle-outline:before {
  content: "\e6b9";
}

/* line 969, ../sass/components/_icons-material-design.scss */
.mdi-av-pause:before {
  content: "\e6ba";
}

/* line 973, ../sass/components/_icons-material-design.scss */
.mdi-av-play-arrow:before {
  content: "\e6bb";
}

/* line 977, ../sass/components/_icons-material-design.scss */
.mdi-av-play-circle-fill:before {
  content: "\e6bc";
}

/* line 981, ../sass/components/_icons-material-design.scss */
.mdi-av-play-circle-outline:before {
  content: "\e6bd";
}

/* line 985, ../sass/components/_icons-material-design.scss */
.mdi-av-play-shopping-bag:before {
  content: "\e6be";
}

/* line 989, ../sass/components/_icons-material-design.scss */
.mdi-av-playlist-add:before {
  content: "\e6bf";
}

/* line 993, ../sass/components/_icons-material-design.scss */
.mdi-av-queue-music:before {
  content: "\e6c0";
}

/* line 997, ../sass/components/_icons-material-design.scss */
.mdi-av-queue:before {
  content: "\e6c1";
}

/* line 1001, ../sass/components/_icons-material-design.scss */
.mdi-av-radio:before {
  content: "\e6c2";
}

/* line 1005, ../sass/components/_icons-material-design.scss */
.mdi-av-recent-actors:before {
  content: "\e6c3";
}

/* line 1009, ../sass/components/_icons-material-design.scss */
.mdi-av-repeat-one:before {
  content: "\e6c4";
}

/* line 1013, ../sass/components/_icons-material-design.scss */
.mdi-av-repeat:before {
  content: "\e6c5";
}

/* line 1017, ../sass/components/_icons-material-design.scss */
.mdi-av-replay:before {
  content: "\e6c6";
}

/* line 1021, ../sass/components/_icons-material-design.scss */
.mdi-av-shuffle:before {
  content: "\e6c7";
}

/* line 1025, ../sass/components/_icons-material-design.scss */
.mdi-av-skip-next:before {
  content: "\e6c8";
}

/* line 1029, ../sass/components/_icons-material-design.scss */
.mdi-av-skip-previous:before {
  content: "\e6c9";
}

/* line 1033, ../sass/components/_icons-material-design.scss */
.mdi-av-snooze:before {
  content: "\e6ca";
}

/* line 1037, ../sass/components/_icons-material-design.scss */
.mdi-av-stop:before {
  content: "\e6cb";
}

/* line 1041, ../sass/components/_icons-material-design.scss */
.mdi-av-subtitles:before {
  content: "\e6cc";
}

/* line 1045, ../sass/components/_icons-material-design.scss */
.mdi-av-surround-sound:before {
  content: "\e6cd";
}

/* line 1049, ../sass/components/_icons-material-design.scss */
.mdi-av-timer:before {
  content: "\e6ce";
}

/* line 1053, ../sass/components/_icons-material-design.scss */
.mdi-av-video-collection:before {
  content: "\e6cf";
}

/* line 1057, ../sass/components/_icons-material-design.scss */
.mdi-av-videocam-off:before {
  content: "\e6d0";
}

/* line 1061, ../sass/components/_icons-material-design.scss */
.mdi-av-videocam:before {
  content: "\e6d1";
}

/* line 1065, ../sass/components/_icons-material-design.scss */
.mdi-av-volume-down:before {
  content: "\e6d2";
}

/* line 1069, ../sass/components/_icons-material-design.scss */
.mdi-av-volume-mute:before {
  content: "\e6d3";
}

/* line 1073, ../sass/components/_icons-material-design.scss */
.mdi-av-volume-off:before {
  content: "\e6d4";
}

/* line 1077, ../sass/components/_icons-material-design.scss */
.mdi-av-volume-up:before {
  content: "\e6d5";
}

/* line 1081, ../sass/components/_icons-material-design.scss */
.mdi-av-web:before {
  content: "\e6d6";
}

/* line 1085, ../sass/components/_icons-material-design.scss */
.mdi-communication-business:before {
  content: "\e6d7";
}

/* line 1089, ../sass/components/_icons-material-design.scss */
.mdi-communication-call-end:before {
  content: "\e6d8";
}

/* line 1093, ../sass/components/_icons-material-design.scss */
.mdi-communication-call-made:before {
  content: "\e6d9";
}

/* line 1097, ../sass/components/_icons-material-design.scss */
.mdi-communication-call-merge:before {
  content: "\e6da";
}

/* line 1101, ../sass/components/_icons-material-design.scss */
.mdi-communication-call-missed:before {
  content: "\e6db";
}

/* line 1105, ../sass/components/_icons-material-design.scss */
.mdi-communication-call-received:before {
  content: "\e6dc";
}

/* line 1109, ../sass/components/_icons-material-design.scss */
.mdi-communication-call-split:before {
  content: "\e6dd";
}

/* line 1113, ../sass/components/_icons-material-design.scss */
.mdi-communication-call:before {
  content: "\e6de";
}

/* line 1117, ../sass/components/_icons-material-design.scss */
.mdi-communication-chat:before {
  content: "\e6df";
}

/* line 1121, ../sass/components/_icons-material-design.scss */
.mdi-communication-clear-all:before {
  content: "\e6e0";
}

/* line 1125, ../sass/components/_icons-material-design.scss */
.mdi-communication-comment:before {
  content: "\e6e1";
}

/* line 1129, ../sass/components/_icons-material-design.scss */
.mdi-communication-contacts:before {
  content: "\e6e2";
}

/* line 1133, ../sass/components/_icons-material-design.scss */
.mdi-communication-dialer-sip:before {
  content: "\e6e3";
}

/* line 1137, ../sass/components/_icons-material-design.scss */
.mdi-communication-dialpad:before {
  content: "\e6e4";
}

/* line 1141, ../sass/components/_icons-material-design.scss */
.mdi-communication-dnd-on:before {
  content: "\e6e5";
}

/* line 1145, ../sass/components/_icons-material-design.scss */
.mdi-communication-email:before {
  content: "\e6e6";
}

/* line 1149, ../sass/components/_icons-material-design.scss */
.mdi-communication-forum:before {
  content: "\e6e7";
}

/* line 1153, ../sass/components/_icons-material-design.scss */
.mdi-communication-import-export:before {
  content: "\e6e8";
}

/* line 1157, ../sass/components/_icons-material-design.scss */
.mdi-communication-invert-colors-off:before {
  content: "\e6e9";
}

/* line 1161, ../sass/components/_icons-material-design.scss */
.mdi-communication-invert-colors-on:before {
  content: "\e6ea";
}

/* line 1165, ../sass/components/_icons-material-design.scss */
.mdi-communication-live-help:before {
  content: "\e6eb";
}

/* line 1169, ../sass/components/_icons-material-design.scss */
.mdi-communication-location-off:before {
  content: "\e6ec";
}

/* line 1173, ../sass/components/_icons-material-design.scss */
.mdi-communication-location-on:before {
  content: "\e6ed";
}

/* line 1177, ../sass/components/_icons-material-design.scss */
.mdi-communication-message:before {
  content: "\e6ee";
}

/* line 1181, ../sass/components/_icons-material-design.scss */
.mdi-communication-messenger:before {
  content: "\e6ef";
}

/* line 1185, ../sass/components/_icons-material-design.scss */
.mdi-communication-no-sim:before {
  content: "\e6f0";
}

/* line 1189, ../sass/components/_icons-material-design.scss */
.mdi-communication-phone:before {
  content: "\e6f1";
}

/* line 1193, ../sass/components/_icons-material-design.scss */
.mdi-communication-portable-wifi-off:before {
  content: "\e6f2";
}

/* line 1197, ../sass/components/_icons-material-design.scss */
.mdi-communication-quick-contacts-dialer:before {
  content: "\e6f3";
}

/* line 1201, ../sass/components/_icons-material-design.scss */
.mdi-communication-quick-contacts-mail:before {
  content: "\e6f4";
}

/* line 1205, ../sass/components/_icons-material-design.scss */
.mdi-communication-ring-volume:before {
  content: "\e6f5";
}

/* line 1209, ../sass/components/_icons-material-design.scss */
.mdi-communication-stay-current-landscape:before {
  content: "\e6f6";
}

/* line 1213, ../sass/components/_icons-material-design.scss */
.mdi-communication-stay-current-portrait:before {
  content: "\e6f7";
}

/* line 1217, ../sass/components/_icons-material-design.scss */
.mdi-communication-stay-primary-landscape:before {
  content: "\e6f8";
}

/* line 1221, ../sass/components/_icons-material-design.scss */
.mdi-communication-stay-primary-portrait:before {
  content: "\e6f9";
}

/* line 1225, ../sass/components/_icons-material-design.scss */
.mdi-communication-swap-calls:before {
  content: "\e6fa";
}

/* line 1229, ../sass/components/_icons-material-design.scss */
.mdi-communication-textsms:before {
  content: "\e6fb";
}

/* line 1233, ../sass/components/_icons-material-design.scss */
.mdi-communication-voicemail:before {
  content: "\e6fc";
}

/* line 1237, ../sass/components/_icons-material-design.scss */
.mdi-communication-vpn-key:before {
  content: "\e6fd";
}

/* line 1241, ../sass/components/_icons-material-design.scss */
.mdi-content-add-box:before {
  content: "\e6fe";
}

/* line 1245, ../sass/components/_icons-material-design.scss */
.mdi-content-add-circle-outline:before {
  content: "\e6ff";
}

/* line 1249, ../sass/components/_icons-material-design.scss */
.mdi-content-add-circle:before {
  content: "\e700";
}

/* line 1253, ../sass/components/_icons-material-design.scss */
.mdi-content-add:before {
  content: "\e701";
}

/* line 1257, ../sass/components/_icons-material-design.scss */
.mdi-content-archive:before {
  content: "\e702";
}

/* line 1261, ../sass/components/_icons-material-design.scss */
.mdi-content-backspace:before {
  content: "\e703";
}

/* line 1265, ../sass/components/_icons-material-design.scss */
.mdi-content-block:before {
  content: "\e704";
}

/* line 1269, ../sass/components/_icons-material-design.scss */
.mdi-content-clear:before {
  content: "\e705";
}

/* line 1273, ../sass/components/_icons-material-design.scss */
.mdi-content-content-copy:before {
  content: "\e706";
}

/* line 1277, ../sass/components/_icons-material-design.scss */
.mdi-content-content-cut:before {
  content: "\e707";
}

/* line 1281, ../sass/components/_icons-material-design.scss */
.mdi-content-content-paste:before {
  content: "\e708";
}

/* line 1285, ../sass/components/_icons-material-design.scss */
.mdi-content-create:before {
  content: "\e709";
}

/* line 1289, ../sass/components/_icons-material-design.scss */
.mdi-content-drafts:before {
  content: "\e70a";
}

/* line 1293, ../sass/components/_icons-material-design.scss */
.mdi-content-filter-list:before {
  content: "\e70b";
}

/* line 1297, ../sass/components/_icons-material-design.scss */
.mdi-content-flag:before {
  content: "\e70c";
}

/* line 1301, ../sass/components/_icons-material-design.scss */
.mdi-content-forward:before {
  content: "\e70d";
}

/* line 1305, ../sass/components/_icons-material-design.scss */
.mdi-content-gesture:before {
  content: "\e70e";
}

/* line 1309, ../sass/components/_icons-material-design.scss */
.mdi-content-inbox:before {
  content: "\e70f";
}

/* line 1313, ../sass/components/_icons-material-design.scss */
.mdi-content-link:before {
  content: "\e710";
}

/* line 1317, ../sass/components/_icons-material-design.scss */
.mdi-content-mail:before {
  content: "\e711";
}

/* line 1321, ../sass/components/_icons-material-design.scss */
.mdi-content-markunread:before {
  content: "\e712";
}

/* line 1325, ../sass/components/_icons-material-design.scss */
.mdi-content-redo:before {
  content: "\e713";
}

/* line 1329, ../sass/components/_icons-material-design.scss */
.mdi-content-remove-circle-outline:before {
  content: "\e714";
}

/* line 1333, ../sass/components/_icons-material-design.scss */
.mdi-content-remove-circle:before {
  content: "\e715";
}

/* line 1337, ../sass/components/_icons-material-design.scss */
.mdi-content-remove:before {
  content: "\e716";
}

/* line 1341, ../sass/components/_icons-material-design.scss */
.mdi-content-reply-all:before {
  content: "\e717";
}

/* line 1345, ../sass/components/_icons-material-design.scss */
.mdi-content-reply:before {
  content: "\e718";
}

/* line 1349, ../sass/components/_icons-material-design.scss */
.mdi-content-report:before {
  content: "\e719";
}

/* line 1353, ../sass/components/_icons-material-design.scss */
.mdi-content-save:before {
  content: "\e71a";
}

/* line 1357, ../sass/components/_icons-material-design.scss */
.mdi-content-select-all:before {
  content: "\e71b";
}

/* line 1361, ../sass/components/_icons-material-design.scss */
.mdi-content-send:before {
  content: "\e71c";
}

/* line 1365, ../sass/components/_icons-material-design.scss */
.mdi-content-sort:before {
  content: "\e71d";
}

/* line 1369, ../sass/components/_icons-material-design.scss */
.mdi-content-text-format:before {
  content: "\e71e";
}

/* line 1373, ../sass/components/_icons-material-design.scss */
.mdi-content-undo:before {
  content: "\e71f";
}

/* line 1377, ../sass/components/_icons-material-design.scss */
.mdi-editor-attach-file:before {
  content: "\e776";
}

/* line 1381, ../sass/components/_icons-material-design.scss */
.mdi-editor-attach-money:before {
  content: "\e777";
}

/* line 1385, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-all:before {
  content: "\e778";
}

/* line 1389, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-bottom:before {
  content: "\e779";
}

/* line 1393, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-clear:before {
  content: "\e77a";
}

/* line 1397, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-color:before {
  content: "\e77b";
}

/* line 1401, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-horizontal:before {
  content: "\e77c";
}

/* line 1405, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-inner:before {
  content: "\e77d";
}

/* line 1409, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-left:before {
  content: "\e77e";
}

/* line 1413, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-outer:before {
  content: "\e77f";
}

/* line 1417, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-right:before {
  content: "\e780";
}

/* line 1421, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-style:before {
  content: "\e781";
}

/* line 1425, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-top:before {
  content: "\e782";
}

/* line 1429, ../sass/components/_icons-material-design.scss */
.mdi-editor-border-vertical:before {
  content: "\e783";
}

/* line 1433, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-align-center:before {
  content: "\e784";
}

/* line 1437, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-align-justify:before {
  content: "\e785";
}

/* line 1441, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-align-left:before {
  content: "\e786";
}

/* line 1445, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-align-right:before {
  content: "\e787";
}

/* line 1449, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-bold:before {
  content: "\e788";
}

/* line 1453, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-clear:before {
  content: "\e789";
}

/* line 1457, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-color-fill:before {
  content: "\e78a";
}

/* line 1461, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-color-reset:before {
  content: "\e78b";
}

/* line 1465, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-color-text:before {
  content: "\e78c";
}

/* line 1469, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-indent-decrease:before {
  content: "\e78d";
}

/* line 1473, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-indent-increase:before {
  content: "\e78e";
}

/* line 1477, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-italic:before {
  content: "\e78f";
}

/* line 1481, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-line-spacing:before {
  content: "\e790";
}

/* line 1485, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-list-bulleted:before {
  content: "\e791";
}

/* line 1489, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-list-numbered:before {
  content: "\e792";
}

/* line 1493, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-paint:before {
  content: "\e793";
}

/* line 1497, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-quote:before {
  content: "\e794";
}

/* line 1501, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-size:before {
  content: "\e795";
}

/* line 1505, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-strikethrough:before {
  content: "\e796";
}

/* line 1509, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-textdirection-l-to-r:before {
  content: "\e797";
}

/* line 1513, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-textdirection-r-to-l:before {
  content: "\e798";
}

/* line 1517, ../sass/components/_icons-material-design.scss */
.mdi-editor-format-underline:before {
  content: "\e799";
}

/* line 1521, ../sass/components/_icons-material-design.scss */
.mdi-editor-functions:before {
  content: "\e79a";
}

/* line 1525, ../sass/components/_icons-material-design.scss */
.mdi-editor-insert-chart:before {
  content: "\e79b";
}

/* line 1529, ../sass/components/_icons-material-design.scss */
.mdi-editor-insert-comment:before {
  content: "\e79c";
}

/* line 1533, ../sass/components/_icons-material-design.scss */
.mdi-editor-insert-drive-file:before {
  content: "\e79d";
}

/* line 1537, ../sass/components/_icons-material-design.scss */
.mdi-editor-insert-emoticon:before {
  content: "\e79e";
}

/* line 1541, ../sass/components/_icons-material-design.scss */
.mdi-editor-insert-invitation:before {
  content: "\e79f";
}

/* line 1545, ../sass/components/_icons-material-design.scss */
.mdi-editor-insert-link:before {
  content: "\e7a0";
}

/* line 1549, ../sass/components/_icons-material-design.scss */
.mdi-editor-insert-photo:before {
  content: "\e7a1";
}

/* line 1553, ../sass/components/_icons-material-design.scss */
.mdi-editor-merge-type:before {
  content: "\e7a2";
}

/* line 1557, ../sass/components/_icons-material-design.scss */
.mdi-editor-mode-comment:before {
  content: "\e7a3";
}

/* line 1561, ../sass/components/_icons-material-design.scss */
.mdi-editor-mode-edit:before {
  content: "\e7a4";
}

/* line 1565, ../sass/components/_icons-material-design.scss */
.mdi-editor-publish:before {
  content: "\e7a5";
}

/* line 1569, ../sass/components/_icons-material-design.scss */
.mdi-editor-vertical-align-bottom:before {
  content: "\e7a6";
}

/* line 1573, ../sass/components/_icons-material-design.scss */
.mdi-editor-vertical-align-center:before {
  content: "\e7a7";
}

/* line 1577, ../sass/components/_icons-material-design.scss */
.mdi-editor-vertical-align-top:before {
  content: "\e7a8";
}

/* line 1581, ../sass/components/_icons-material-design.scss */
.mdi-editor-wrap-text:before {
  content: "\e7a9";
}

/* line 1585, ../sass/components/_icons-material-design.scss */
.mdi-file-attachment:before {
  content: "\e7aa";
}

/* line 1589, ../sass/components/_icons-material-design.scss */
.mdi-file-cloud-circle:before {
  content: "\e7ab";
}

/* line 1593, ../sass/components/_icons-material-design.scss */
.mdi-file-cloud-done:before {
  content: "\e7ac";
}

/* line 1597, ../sass/components/_icons-material-design.scss */
.mdi-file-cloud-download:before {
  content: "\e7ad";
}

/* line 1601, ../sass/components/_icons-material-design.scss */
.mdi-file-cloud-off:before {
  content: "\e7ae";
}

/* line 1605, ../sass/components/_icons-material-design.scss */
.mdi-file-cloud-queue:before {
  content: "\e7af";
}

/* line 1609, ../sass/components/_icons-material-design.scss */
.mdi-file-cloud-upload:before {
  content: "\e7b0";
}

/* line 1613, ../sass/components/_icons-material-design.scss */
.mdi-file-cloud:before {
  content: "\e7b1";
}

/* line 1617, ../sass/components/_icons-material-design.scss */
.mdi-file-file-download:before {
  content: "\e7b2";
}

/* line 1621, ../sass/components/_icons-material-design.scss */
.mdi-file-file-upload:before {
  content: "\e7b3";
}

/* line 1625, ../sass/components/_icons-material-design.scss */
.mdi-file-folder-open:before {
  content: "\e7b4";
}

/* line 1629, ../sass/components/_icons-material-design.scss */
.mdi-file-folder-shared:before {
  content: "\e7b5";
}

/* line 1633, ../sass/components/_icons-material-design.scss */
.mdi-file-folder:before {
  content: "\e7b6";
}

/* line 1637, ../sass/components/_icons-material-design.scss */
.mdi-device-access-alarm:before {
  content: "\e720";
}

/* line 1641, ../sass/components/_icons-material-design.scss */
.mdi-device-access-alarms:before {
  content: "\e721";
}

/* line 1645, ../sass/components/_icons-material-design.scss */
.mdi-device-access-time:before {
  content: "\e722";
}

/* line 1649, ../sass/components/_icons-material-design.scss */
.mdi-device-add-alarm:before {
  content: "\e723";
}

/* line 1653, ../sass/components/_icons-material-design.scss */
.mdi-device-airplanemode-off:before {
  content: "\e724";
}

/* line 1657, ../sass/components/_icons-material-design.scss */
.mdi-device-airplanemode-on:before {
  content: "\e725";
}

/* line 1661, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-20:before {
  content: "\e726";
}

/* line 1665, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-30:before {
  content: "\e727";
}

/* line 1669, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-50:before {
  content: "\e728";
}

/* line 1673, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-60:before {
  content: "\e729";
}

/* line 1677, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-80:before {
  content: "\e72a";
}

/* line 1681, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-90:before {
  content: "\e72b";
}

/* line 1685, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-alert:before {
  content: "\e72c";
}

/* line 1689, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-charging-20:before {
  content: "\e72d";
}

/* line 1693, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-charging-30:before {
  content: "\e72e";
}

/* line 1697, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-charging-50:before {
  content: "\e72f";
}

/* line 1701, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-charging-60:before {
  content: "\e730";
}

/* line 1705, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-charging-80:before {
  content: "\e731";
}

/* line 1709, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-charging-90:before {
  content: "\e732";
}

/* line 1713, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-charging-full:before {
  content: "\e733";
}

/* line 1717, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-full:before {
  content: "\e734";
}

/* line 1721, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-std:before {
  content: "\e735";
}

/* line 1725, ../sass/components/_icons-material-design.scss */
.mdi-device-battery-unknown:before {
  content: "\e736";
}

/* line 1729, ../sass/components/_icons-material-design.scss */
.mdi-device-bluetooth-connected:before {
  content: "\e737";
}

/* line 1733, ../sass/components/_icons-material-design.scss */
.mdi-device-bluetooth-disabled:before {
  content: "\e738";
}

/* line 1737, ../sass/components/_icons-material-design.scss */
.mdi-device-bluetooth-searching:before {
  content: "\e739";
}

/* line 1741, ../sass/components/_icons-material-design.scss */
.mdi-device-bluetooth:before {
  content: "\e73a";
}

/* line 1745, ../sass/components/_icons-material-design.scss */
.mdi-device-brightness-auto:before {
  content: "\e73b";
}

/* line 1749, ../sass/components/_icons-material-design.scss */
.mdi-device-brightness-high:before {
  content: "\e73c";
}

/* line 1753, ../sass/components/_icons-material-design.scss */
.mdi-device-brightness-low:before {
  content: "\e73d";
}

/* line 1757, ../sass/components/_icons-material-design.scss */
.mdi-device-brightness-medium:before {
  content: "\e73e";
}

/* line 1761, ../sass/components/_icons-material-design.scss */
.mdi-device-data-usage:before {
  content: "\e73f";
}

/* line 1765, ../sass/components/_icons-material-design.scss */
.mdi-device-developer-mode:before {
  content: "\e740";
}

/* line 1769, ../sass/components/_icons-material-design.scss */
.mdi-device-devices:before {
  content: "\e741";
}

/* line 1773, ../sass/components/_icons-material-design.scss */
.mdi-device-dvr:before {
  content: "\e742";
}

/* line 1777, ../sass/components/_icons-material-design.scss */
.mdi-device-gps-fixed:before {
  content: "\e743";
}

/* line 1781, ../sass/components/_icons-material-design.scss */
.mdi-device-gps-not-fixed:before {
  content: "\e744";
}

/* line 1785, ../sass/components/_icons-material-design.scss */
.mdi-device-gps-off:before {
  content: "\e745";
}

/* line 1789, ../sass/components/_icons-material-design.scss */
.mdi-device-location-disabled:before {
  content: "\e746";
}

/* line 1793, ../sass/components/_icons-material-design.scss */
.mdi-device-location-searching:before {
  content: "\e747";
}

/* line 1797, ../sass/components/_icons-material-design.scss */
.mdi-device-multitrack-audio:before {
  content: "\e748";
}

/* line 1801, ../sass/components/_icons-material-design.scss */
.mdi-device-network-cell:before {
  content: "\e749";
}

/* line 1805, ../sass/components/_icons-material-design.scss */
.mdi-device-network-wifi:before {
  content: "\e74a";
}

/* line 1809, ../sass/components/_icons-material-design.scss */
.mdi-device-nfc:before {
  content: "\e74b";
}

/* line 1813, ../sass/components/_icons-material-design.scss */
.mdi-device-now-wallpaper:before {
  content: "\e74c";
}

/* line 1817, ../sass/components/_icons-material-design.scss */
.mdi-device-now-widgets:before {
  content: "\e74d";
}

/* line 1821, ../sass/components/_icons-material-design.scss */
.mdi-device-screen-lock-landscape:before {
  content: "\e74e";
}

/* line 1825, ../sass/components/_icons-material-design.scss */
.mdi-device-screen-lock-portrait:before {
  content: "\e74f";
}

/* line 1829, ../sass/components/_icons-material-design.scss */
.mdi-device-screen-lock-rotation:before {
  content: "\e750";
}

/* line 1833, ../sass/components/_icons-material-design.scss */
.mdi-device-screen-rotation:before {
  content: "\e751";
}

/* line 1837, ../sass/components/_icons-material-design.scss */
.mdi-device-sd-storage:before {
  content: "\e752";
}

/* line 1841, ../sass/components/_icons-material-design.scss */
.mdi-device-settings-system-daydream:before {
  content: "\e753";
}

/* line 1845, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-0-bar:before {
  content: "\e754";
}

/* line 1849, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-1-bar:before {
  content: "\e755";
}

/* line 1853, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-2-bar:before {
  content: "\e756";
}

/* line 1857, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-3-bar:before {
  content: "\e757";
}

/* line 1861, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-4-bar:before {
  content: "\e758";
}

/* line 1865, ../sass/components/_icons-material-design.scss */
.mdi-signal-wifi-statusbar-connected-no-internet-after:before {
  content: "\e8f6";
}

/* line 1869, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e759";
}

/* line 1873, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e75a";
}

/* line 1877, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e75b";
}

/* line 1881, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e75c";
}

/* line 1885, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75d";
}

/* line 1889, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-no-sim:before {
  content: "\e75e";
}

/* line 1893, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-null:before {
  content: "\e75f";
}

/* line 1897, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-cellular-off:before {
  content: "\e760";
}

/* line 1901, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-0-bar:before {
  content: "\e761";
}

/* line 1905, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-1-bar:before {
  content: "\e762";
}

/* line 1909, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-2-bar:before {
  content: "\e763";
}

/* line 1913, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-3-bar:before {
  content: "\e764";
}

/* line 1917, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-4-bar:before {
  content: "\e765";
}

/* line 1921, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-off:before {
  content: "\e766";
}

/* line 1925, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-1-bar:before {
  content: "\e767";
}

/* line 1929, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-2-bar:before {
  content: "\e768";
}

/* line 1933, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-3-bar:before {
  content: "\e769";
}

/* line 1937, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-4-bar:before {
  content: "\e76a";
}

/* line 1941, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
  content: "\e76b";
}

/* line 1945, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-connected-no-internet:before {
  content: "\e76f";
}

/* line 1949, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
  content: "\e76c";
}

/* line 1953, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
  content: "\e76d";
}

/* line 1957, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
  content: "\e76e";
}

/* line 1961, ../sass/components/_icons-material-design.scss */
.mdi-signal-wifi-statusbar-not-connected-after:before {
  content: "\e8f7";
}

/* line 1965, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-not-connected:before {
  content: "\e770";
}

/* line 1969, ../sass/components/_icons-material-design.scss */
.mdi-device-signal-wifi-statusbar-null:before {
  content: "\e771";
}

/* line 1973, ../sass/components/_icons-material-design.scss */
.mdi-device-storage:before {
  content: "\e772";
}

/* line 1977, ../sass/components/_icons-material-design.scss */
.mdi-device-usb:before {
  content: "\e773";
}

/* line 1981, ../sass/components/_icons-material-design.scss */
.mdi-device-wifi-lock:before {
  content: "\e774";
}

/* line 1985, ../sass/components/_icons-material-design.scss */
.mdi-device-wifi-tethering:before {
  content: "\e775";
}

/* line 1989, ../sass/components/_icons-material-design.scss */
.mdi-hardware-cast-connected:before {
  content: "\e7b7";
}

/* line 1993, ../sass/components/_icons-material-design.scss */
.mdi-hardware-cast:before {
  content: "\e7b8";
}

/* line 1997, ../sass/components/_icons-material-design.scss */
.mdi-hardware-computer:before {
  content: "\e7b9";
}

/* line 2001, ../sass/components/_icons-material-design.scss */
.mdi-hardware-desktop-mac:before {
  content: "\e7ba";
}

/* line 2005, ../sass/components/_icons-material-design.scss */
.mdi-hardware-desktop-windows:before {
  content: "\e7bb";
}

/* line 2009, ../sass/components/_icons-material-design.scss */
.mdi-hardware-dock:before {
  content: "\e7bc";
}

/* line 2013, ../sass/components/_icons-material-design.scss */
.mdi-hardware-gamepad:before {
  content: "\e7bd";
}

/* line 2017, ../sass/components/_icons-material-design.scss */
.mdi-hardware-headset-mic:before {
  content: "\e7be";
}

/* line 2021, ../sass/components/_icons-material-design.scss */
.mdi-hardware-headset:before {
  content: "\e7bf";
}

/* line 2025, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-alt:before {
  content: "\e7c0";
}

/* line 2029, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-arrow-down:before {
  content: "\e7c1";
}

/* line 2033, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-arrow-left:before {
  content: "\e7c2";
}

/* line 2037, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-arrow-right:before {
  content: "\e7c3";
}

/* line 2041, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-arrow-up:before {
  content: "\e7c4";
}

/* line 2045, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-backspace:before {
  content: "\e7c5";
}

/* line 2049, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-capslock:before {
  content: "\e7c6";
}

/* line 2053, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-control:before {
  content: "\e7c7";
}

/* line 2057, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-hide:before {
  content: "\e7c8";
}

/* line 2061, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-return:before {
  content: "\e7c9";
}

/* line 2065, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-tab:before {
  content: "\e7ca";
}

/* line 2069, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard-voice:before {
  content: "\e7cb";
}

/* line 2073, ../sass/components/_icons-material-design.scss */
.mdi-hardware-keyboard:before {
  content: "\e7cc";
}

/* line 2077, ../sass/components/_icons-material-design.scss */
.mdi-hardware-laptop-chromebook:before {
  content: "\e7cd";
}

/* line 2081, ../sass/components/_icons-material-design.scss */
.mdi-hardware-laptop-mac:before {
  content: "\e7ce";
}

/* line 2085, ../sass/components/_icons-material-design.scss */
.mdi-hardware-laptop-windows:before {
  content: "\e7cf";
}

/* line 2089, ../sass/components/_icons-material-design.scss */
.mdi-hardware-laptop:before {
  content: "\e7d0";
}

/* line 2093, ../sass/components/_icons-material-design.scss */
.mdi-hardware-memory:before {
  content: "\e7d1";
}

/* line 2097, ../sass/components/_icons-material-design.scss */
.mdi-hardware-mouse:before {
  content: "\e7d2";
}

/* line 2101, ../sass/components/_icons-material-design.scss */
.mdi-hardware-phone-android:before {
  content: "\e7d3";
}

/* line 2105, ../sass/components/_icons-material-design.scss */
.mdi-hardware-phone-iphone:before {
  content: "\e7d4";
}

/* line 2109, ../sass/components/_icons-material-design.scss */
.mdi-hardware-phonelink-off:before {
  content: "\e7d5";
}

/* line 2113, ../sass/components/_icons-material-design.scss */
.mdi-hardware-phonelink:before {
  content: "\e7d6";
}

/* line 2117, ../sass/components/_icons-material-design.scss */
.mdi-hardware-security:before {
  content: "\e7d7";
}

/* line 2121, ../sass/components/_icons-material-design.scss */
.mdi-hardware-sim-card:before {
  content: "\e7d8";
}

/* line 2125, ../sass/components/_icons-material-design.scss */
.mdi-hardware-smartphone:before {
  content: "\e7d9";
}

/* line 2129, ../sass/components/_icons-material-design.scss */
.mdi-hardware-speaker:before {
  content: "\e7da";
}

/* line 2133, ../sass/components/_icons-material-design.scss */
.mdi-hardware-tablet-android:before {
  content: "\e7db";
}

/* line 2137, ../sass/components/_icons-material-design.scss */
.mdi-hardware-tablet-mac:before {
  content: "\e7dc";
}

/* line 2141, ../sass/components/_icons-material-design.scss */
.mdi-hardware-tablet:before {
  content: "\e7dd";
}

/* line 2145, ../sass/components/_icons-material-design.scss */
.mdi-hardware-tv:before {
  content: "\e7de";
}

/* line 2149, ../sass/components/_icons-material-design.scss */
.mdi-hardware-watch:before {
  content: "\e7df";
}

/* line 2153, ../sass/components/_icons-material-design.scss */
.mdi-image-add-to-photos:before {
  content: "\e7e0";
}

/* line 2157, ../sass/components/_icons-material-design.scss */
.mdi-image-adjust:before {
  content: "\e7e1";
}

/* line 2161, ../sass/components/_icons-material-design.scss */
.mdi-image-assistant-photo:before {
  content: "\e7e2";
}

/* line 2165, ../sass/components/_icons-material-design.scss */
.mdi-image-audiotrack:before {
  content: "\e7e3";
}

/* line 2169, ../sass/components/_icons-material-design.scss */
.mdi-image-blur-circular:before {
  content: "\e7e4";
}

/* line 2173, ../sass/components/_icons-material-design.scss */
.mdi-image-blur-linear:before {
  content: "\e7e5";
}

/* line 2177, ../sass/components/_icons-material-design.scss */
.mdi-image-blur-off:before {
  content: "\e7e6";
}

/* line 2181, ../sass/components/_icons-material-design.scss */
.mdi-image-blur-on:before {
  content: "\e7e7";
}

/* line 2185, ../sass/components/_icons-material-design.scss */
.mdi-image-brightness-1:before {
  content: "\e7e8";
}

/* line 2189, ../sass/components/_icons-material-design.scss */
.mdi-image-brightness-2:before {
  content: "\e7e9";
}

/* line 2193, ../sass/components/_icons-material-design.scss */
.mdi-image-brightness-3:before {
  content: "\e7ea";
}

/* line 2197, ../sass/components/_icons-material-design.scss */
.mdi-image-brightness-4:before {
  content: "\e7eb";
}

/* line 2201, ../sass/components/_icons-material-design.scss */
.mdi-image-brightness-5:before {
  content: "\e7ec";
}

/* line 2205, ../sass/components/_icons-material-design.scss */
.mdi-image-brightness-6:before {
  content: "\e7ed";
}

/* line 2209, ../sass/components/_icons-material-design.scss */
.mdi-image-brightness-7:before {
  content: "\e7ee";
}

/* line 2213, ../sass/components/_icons-material-design.scss */
.mdi-image-brush:before {
  content: "\e7ef";
}

/* line 2217, ../sass/components/_icons-material-design.scss */
.mdi-image-camera-alt:before {
  content: "\e7f0";
}

/* line 2221, ../sass/components/_icons-material-design.scss */
.mdi-image-camera-front:before {
  content: "\e7f1";
}

/* line 2225, ../sass/components/_icons-material-design.scss */
.mdi-image-camera-rear:before {
  content: "\e7f2";
}

/* line 2229, ../sass/components/_icons-material-design.scss */
.mdi-image-camera-roll:before {
  content: "\e7f3";
}

/* line 2233, ../sass/components/_icons-material-design.scss */
.mdi-image-camera:before {
  content: "\e7f4";
}

/* line 2237, ../sass/components/_icons-material-design.scss */
.mdi-image-center-focus-strong:before {
  content: "\e7f5";
}

/* line 2241, ../sass/components/_icons-material-design.scss */
.mdi-image-center-focus-weak:before {
  content: "\e7f6";
}

/* line 2245, ../sass/components/_icons-material-design.scss */
.mdi-image-collections:before {
  content: "\e7f7";
}

/* line 2249, ../sass/components/_icons-material-design.scss */
.mdi-image-color-lens:before {
  content: "\e7f8";
}

/* line 2253, ../sass/components/_icons-material-design.scss */
.mdi-image-colorize:before {
  content: "\e7f9";
}

/* line 2257, ../sass/components/_icons-material-design.scss */
.mdi-image-compare:before {
  content: "\e7fa";
}

/* line 2261, ../sass/components/_icons-material-design.scss */
.mdi-image-control-point-duplicate:before {
  content: "\e7fb";
}

/* line 2265, ../sass/components/_icons-material-design.scss */
.mdi-image-control-point:before {
  content: "\e7fc";
}

/* line 2269, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-3-2:before {
  content: "\e7fd";
}

/* line 2273, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-5-4:before {
  content: "\e7fe";
}

/* line 2277, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-7-5:before {
  content: "\e7ff";
}

/* line 2281, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-16-9:before {
  content: "\e800";
}

/* line 2285, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-din:before {
  content: "\e801";
}

/* line 2289, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-free:before {
  content: "\e802";
}

/* line 2293, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-landscape:before {
  content: "\e803";
}

/* line 2297, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-original:before {
  content: "\e804";
}

/* line 2301, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-portrait:before {
  content: "\e805";
}

/* line 2305, ../sass/components/_icons-material-design.scss */
.mdi-image-crop-square:before {
  content: "\e806";
}

/* line 2309, ../sass/components/_icons-material-design.scss */
.mdi-image-crop:before {
  content: "\e807";
}

/* line 2313, ../sass/components/_icons-material-design.scss */
.mdi-image-dehaze:before {
  content: "\e808";
}

/* line 2317, ../sass/components/_icons-material-design.scss */
.mdi-image-details:before {
  content: "\e809";
}

/* line 2321, ../sass/components/_icons-material-design.scss */
.mdi-image-edit:before {
  content: "\e80a";
}

/* line 2325, ../sass/components/_icons-material-design.scss */
.mdi-image-exposure-minus-1:before {
  content: "\e80b";
}

/* line 2329, ../sass/components/_icons-material-design.scss */
.mdi-image-exposure-minus-2:before {
  content: "\e80c";
}

/* line 2333, ../sass/components/_icons-material-design.scss */
.mdi-image-exposure-plus-1:before {
  content: "\e80d";
}

/* line 2337, ../sass/components/_icons-material-design.scss */
.mdi-image-exposure-plus-2:before {
  content: "\e80e";
}

/* line 2341, ../sass/components/_icons-material-design.scss */
.mdi-image-exposure-zero:before {
  content: "\e80f";
}

/* line 2345, ../sass/components/_icons-material-design.scss */
.mdi-image-exposure:before {
  content: "\e810";
}

/* line 2349, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-1:before {
  content: "\e811";
}

/* line 2353, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-2:before {
  content: "\e812";
}

/* line 2357, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-3:before {
  content: "\e813";
}

/* line 2361, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-4:before {
  content: "\e814";
}

/* line 2365, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-5:before {
  content: "\e815";
}

/* line 2369, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-6:before {
  content: "\e816";
}

/* line 2373, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-7:before {
  content: "\e817";
}

/* line 2377, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-8:before {
  content: "\e818";
}

/* line 2381, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-9-plus:before {
  content: "\e819";
}

/* line 2385, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-9:before {
  content: "\e81a";
}

/* line 2389, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-b-and-w:before {
  content: "\e81b";
}

/* line 2393, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-center-focus:before {
  content: "\e81c";
}

/* line 2397, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-drama:before {
  content: "\e81d";
}

/* line 2401, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-frames:before {
  content: "\e81e";
}

/* line 2405, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-hdr:before {
  content: "\e81f";
}

/* line 2409, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-none:before {
  content: "\e820";
}

/* line 2413, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-tilt-shift:before {
  content: "\e821";
}

/* line 2417, ../sass/components/_icons-material-design.scss */
.mdi-image-filter-vintage:before {
  content: "\e822";
}

/* line 2421, ../sass/components/_icons-material-design.scss */
.mdi-image-filter:before {
  content: "\e823";
}

/* line 2425, ../sass/components/_icons-material-design.scss */
.mdi-image-flare:before {
  content: "\e824";
}

/* line 2429, ../sass/components/_icons-material-design.scss */
.mdi-image-flash-auto:before {
  content: "\e825";
}

/* line 2433, ../sass/components/_icons-material-design.scss */
.mdi-image-flash-off:before {
  content: "\e826";
}

/* line 2437, ../sass/components/_icons-material-design.scss */
.mdi-image-flash-on:before {
  content: "\e827";
}

/* line 2441, ../sass/components/_icons-material-design.scss */
.mdi-image-flip:before {
  content: "\e828";
}

/* line 2445, ../sass/components/_icons-material-design.scss */
.mdi-image-gradient:before {
  content: "\e829";
}

/* line 2449, ../sass/components/_icons-material-design.scss */
.mdi-image-grain:before {
  content: "\e82a";
}

/* line 2453, ../sass/components/_icons-material-design.scss */
.mdi-image-grid-off:before {
  content: "\e82b";
}

/* line 2457, ../sass/components/_icons-material-design.scss */
.mdi-image-grid-on:before {
  content: "\e82c";
}

/* line 2461, ../sass/components/_icons-material-design.scss */
.mdi-image-hdr-off:before {
  content: "\e82d";
}

/* line 2465, ../sass/components/_icons-material-design.scss */
.mdi-image-hdr-on:before {
  content: "\e82e";
}

/* line 2469, ../sass/components/_icons-material-design.scss */
.mdi-image-hdr-strong:before {
  content: "\e82f";
}

/* line 2473, ../sass/components/_icons-material-design.scss */
.mdi-image-hdr-weak:before {
  content: "\e830";
}

/* line 2477, ../sass/components/_icons-material-design.scss */
.mdi-image-healing:before {
  content: "\e831";
}

/* line 2481, ../sass/components/_icons-material-design.scss */
.mdi-image-image-aspect-ratio:before {
  content: "\e832";
}

/* line 2485, ../sass/components/_icons-material-design.scss */
.mdi-image-image:before {
  content: "\e833";
}

/* line 2489, ../sass/components/_icons-material-design.scss */
.mdi-image-iso:before {
  content: "\e834";
}

/* line 2493, ../sass/components/_icons-material-design.scss */
.mdi-image-landscape:before {
  content: "\e835";
}

/* line 2497, ../sass/components/_icons-material-design.scss */
.mdi-image-leak-add:before {
  content: "\e836";
}

/* line 2501, ../sass/components/_icons-material-design.scss */
.mdi-image-leak-remove:before {
  content: "\e837";
}

/* line 2505, ../sass/components/_icons-material-design.scss */
.mdi-image-lens:before {
  content: "\e838";
}

/* line 2509, ../sass/components/_icons-material-design.scss */
.mdi-image-looks-3:before {
  content: "\e839";
}

/* line 2513, ../sass/components/_icons-material-design.scss */
.mdi-image-looks-4:before {
  content: "\e83a";
}

/* line 2517, ../sass/components/_icons-material-design.scss */
.mdi-image-looks-5:before {
  content: "\e83b";
}

/* line 2521, ../sass/components/_icons-material-design.scss */
.mdi-image-looks-6:before {
  content: "\e83c";
}

/* line 2525, ../sass/components/_icons-material-design.scss */
.mdi-image-looks-one:before {
  content: "\e83d";
}

/* line 2529, ../sass/components/_icons-material-design.scss */
.mdi-image-looks-two:before {
  content: "\e83e";
}

/* line 2533, ../sass/components/_icons-material-design.scss */
.mdi-image-looks:before {
  content: "\e83f";
}

/* line 2537, ../sass/components/_icons-material-design.scss */
.mdi-image-loupe:before {
  content: "\e840";
}

/* line 2541, ../sass/components/_icons-material-design.scss */
.mdi-image-movie-creation:before {
  content: "\e841";
}

/* line 2545, ../sass/components/_icons-material-design.scss */
.mdi-image-nature-people:before {
  content: "\e842";
}

/* line 2549, ../sass/components/_icons-material-design.scss */
.mdi-image-nature:before {
  content: "\e843";
}

/* line 2553, ../sass/components/_icons-material-design.scss */
.mdi-image-navigate-before:before {
  content: "\e844";
}

/* line 2557, ../sass/components/_icons-material-design.scss */
.mdi-image-navigate-next:before {
  content: "\e845";
}

/* line 2561, ../sass/components/_icons-material-design.scss */
.mdi-image-palette:before {
  content: "\e846";
}

/* line 2565, ../sass/components/_icons-material-design.scss */
.mdi-image-panorama-fisheye:before {
  content: "\e847";
}

/* line 2569, ../sass/components/_icons-material-design.scss */
.mdi-image-panorama-horizontal:before {
  content: "\e848";
}

/* line 2573, ../sass/components/_icons-material-design.scss */
.mdi-image-panorama-vertical:before {
  content: "\e849";
}

/* line 2577, ../sass/components/_icons-material-design.scss */
.mdi-image-panorama-wide-angle:before {
  content: "\e84a";
}

/* line 2581, ../sass/components/_icons-material-design.scss */
.mdi-image-panorama:before {
  content: "\e84b";
}

/* line 2585, ../sass/components/_icons-material-design.scss */
.mdi-image-photo-album:before {
  content: "\e84c";
}

/* line 2589, ../sass/components/_icons-material-design.scss */
.mdi-image-photo-camera:before {
  content: "\e84d";
}

/* line 2593, ../sass/components/_icons-material-design.scss */
.mdi-image-photo-library:before {
  content: "\e84e";
}

/* line 2597, ../sass/components/_icons-material-design.scss */
.mdi-image-photo:before {
  content: "\e84f";
}

/* line 2601, ../sass/components/_icons-material-design.scss */
.mdi-image-portrait:before {
  content: "\e850";
}

/* line 2605, ../sass/components/_icons-material-design.scss */
.mdi-image-remove-red-eye:before {
  content: "\e851";
}

/* line 2609, ../sass/components/_icons-material-design.scss */
.mdi-image-rotate-left:before {
  content: "\e852";
}

/* line 2613, ../sass/components/_icons-material-design.scss */
.mdi-image-rotate-right:before {
  content: "\e853";
}

/* line 2617, ../sass/components/_icons-material-design.scss */
.mdi-image-slideshow:before {
  content: "\e854";
}

/* line 2621, ../sass/components/_icons-material-design.scss */
.mdi-image-straighten:before {
  content: "\e855";
}

/* line 2625, ../sass/components/_icons-material-design.scss */
.mdi-image-style:before {
  content: "\e856";
}

/* line 2629, ../sass/components/_icons-material-design.scss */
.mdi-image-switch-camera:before {
  content: "\e857";
}

/* line 2633, ../sass/components/_icons-material-design.scss */
.mdi-image-switch-video:before {
  content: "\e858";
}

/* line 2637, ../sass/components/_icons-material-design.scss */
.mdi-image-tag-faces:before {
  content: "\e859";
}

/* line 2641, ../sass/components/_icons-material-design.scss */
.mdi-image-texture:before {
  content: "\e85a";
}

/* line 2645, ../sass/components/_icons-material-design.scss */
.mdi-image-timelapse:before {
  content: "\e85b";
}

/* line 2649, ../sass/components/_icons-material-design.scss */
.mdi-image-timer-3:before {
  content: "\e85c";
}

/* line 2653, ../sass/components/_icons-material-design.scss */
.mdi-image-timer-10:before {
  content: "\e85d";
}

/* line 2657, ../sass/components/_icons-material-design.scss */
.mdi-image-timer-auto:before {
  content: "\e85e";
}

/* line 2661, ../sass/components/_icons-material-design.scss */
.mdi-image-timer-off:before {
  content: "\e85f";
}

/* line 2665, ../sass/components/_icons-material-design.scss */
.mdi-image-timer:before {
  content: "\e860";
}

/* line 2669, ../sass/components/_icons-material-design.scss */
.mdi-image-tonality:before {
  content: "\e861";
}

/* line 2673, ../sass/components/_icons-material-design.scss */
.mdi-image-transform:before {
  content: "\e862";
}

/* line 2677, ../sass/components/_icons-material-design.scss */
.mdi-image-tune:before {
  content: "\e863";
}

/* line 2681, ../sass/components/_icons-material-design.scss */
.mdi-image-wb-auto:before {
  content: "\e864";
}

/* line 2685, ../sass/components/_icons-material-design.scss */
.mdi-image-wb-cloudy:before {
  content: "\e865";
}

/* line 2689, ../sass/components/_icons-material-design.scss */
.mdi-image-wb-incandescent:before {
  content: "\e866";
}

/* line 2693, ../sass/components/_icons-material-design.scss */
.mdi-image-wb-irradescent:before {
  content: "\e867";
}

/* line 2697, ../sass/components/_icons-material-design.scss */
.mdi-image-wb-sunny:before {
  content: "\e868";
}

/* line 2701, ../sass/components/_icons-material-design.scss */
.mdi-maps-beenhere:before {
  content: "\e869";
}

/* line 2705, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions-bike:before {
  content: "\e86a";
}

/* line 2709, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions-bus:before {
  content: "\e86b";
}

/* line 2713, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions-car:before {
  content: "\e86c";
}

/* line 2717, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions-ferry:before {
  content: "\e86d";
}

/* line 2721, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions-subway:before {
  content: "\e86e";
}

/* line 2725, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions-train:before {
  content: "\e86f";
}

/* line 2729, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions-transit:before {
  content: "\e870";
}

/* line 2733, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions-walk:before {
  content: "\e871";
}

/* line 2737, ../sass/components/_icons-material-design.scss */
.mdi-maps-directions:before {
  content: "\e872";
}

/* line 2741, ../sass/components/_icons-material-design.scss */
.mdi-maps-flight:before {
  content: "\e873";
}

/* line 2745, ../sass/components/_icons-material-design.scss */
.mdi-maps-hotel:before {
  content: "\e874";
}

/* line 2749, ../sass/components/_icons-material-design.scss */
.mdi-maps-layers-clear:before {
  content: "\e875";
}

/* line 2753, ../sass/components/_icons-material-design.scss */
.mdi-maps-layers:before {
  content: "\e876";
}

/* line 2757, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-airport:before {
  content: "\e877";
}

/* line 2761, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-atm:before {
  content: "\e878";
}

/* line 2765, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-attraction:before {
  content: "\e879";
}

/* line 2769, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-bar:before {
  content: "\e87a";
}

/* line 2773, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-cafe:before {
  content: "\e87b";
}

/* line 2777, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-car-wash:before {
  content: "\e87c";
}

/* line 2781, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-convenience-store:before {
  content: "\e87d";
}

/* line 2785, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-drink:before {
  content: "\e87e";
}

/* line 2789, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-florist:before {
  content: "\e87f";
}

/* line 2793, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-gas-station:before {
  content: "\e880";
}

/* line 2797, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-grocery-store:before {
  content: "\e881";
}

/* line 2801, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-hospital:before {
  content: "\e882";
}

/* line 2805, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-hotel:before {
  content: "\e883";
}

/* line 2809, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-laundry-service:before {
  content: "\e884";
}

/* line 2813, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-library:before {
  content: "\e885";
}

/* line 2817, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-mall:before {
  content: "\e886";
}

/* line 2821, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-movies:before {
  content: "\e887";
}

/* line 2825, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-offer:before {
  content: "\e888";
}

/* line 2829, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-parking:before {
  content: "\e889";
}

/* line 2833, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-pharmacy:before {
  content: "\e88a";
}

/* line 2837, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-phone:before {
  content: "\e88b";
}

/* line 2841, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-pizza:before {
  content: "\e88c";
}

/* line 2845, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-play:before {
  content: "\e88d";
}

/* line 2849, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-post-office:before {
  content: "\e88e";
}

/* line 2853, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-print-shop:before {
  content: "\e88f";
}

/* line 2857, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-restaurant:before {
  content: "\e890";
}

/* line 2861, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-see:before {
  content: "\e891";
}

/* line 2865, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-shipping:before {
  content: "\e892";
}

/* line 2869, ../sass/components/_icons-material-design.scss */
.mdi-maps-local-taxi:before {
  content: "\e893";
}

/* line 2873, ../sass/components/_icons-material-design.scss */
.mdi-maps-location-history:before {
  content: "\e894";
}

/* line 2877, ../sass/components/_icons-material-design.scss */
.mdi-maps-map:before {
  content: "\e895";
}

/* line 2881, ../sass/components/_icons-material-design.scss */
.mdi-maps-my-location:before {
  content: "\e896";
}

/* line 2885, ../sass/components/_icons-material-design.scss */
.mdi-maps-navigation:before {
  content: "\e897";
}

/* line 2889, ../sass/components/_icons-material-design.scss */
.mdi-maps-pin-drop:before {
  content: "\e898";
}

/* line 2893, ../sass/components/_icons-material-design.scss */
.mdi-maps-place:before {
  content: "\e899";
}

/* line 2897, ../sass/components/_icons-material-design.scss */
.mdi-maps-rate-review:before {
  content: "\e89a";
}

/* line 2901, ../sass/components/_icons-material-design.scss */
.mdi-maps-restaurant-menu:before {
  content: "\e89b";
}

/* line 2905, ../sass/components/_icons-material-design.scss */
.mdi-maps-satellite:before {
  content: "\e89c";
}

/* line 2909, ../sass/components/_icons-material-design.scss */
.mdi-maps-store-mall-directory:before {
  content: "\e89d";
}

/* line 2913, ../sass/components/_icons-material-design.scss */
.mdi-maps-terrain:before {
  content: "\e89e";
}

/* line 2917, ../sass/components/_icons-material-design.scss */
.mdi-maps-traffic:before {
  content: "\e89f";
}

/* line 2921, ../sass/components/_icons-material-design.scss */
.mdi-navigation-apps:before {
  content: "\e8a0";
}

/* line 2925, ../sass/components/_icons-material-design.scss */
.mdi-navigation-arrow-back:before {
  content: "\e8a1";
}

/* line 2929, ../sass/components/_icons-material-design.scss */
.mdi-navigation-arrow-drop-down-circle:before {
  content: "\e8a2";
}

/* line 2933, ../sass/components/_icons-material-design.scss */
.mdi-navigation-arrow-drop-down:before {
  content: "\e8a3";
}

/* line 2937, ../sass/components/_icons-material-design.scss */
.mdi-navigation-arrow-drop-up:before {
  content: "\e8a4";
}

/* line 2941, ../sass/components/_icons-material-design.scss */
.mdi-navigation-arrow-forward:before {
  content: "\e8a5";
}

/* line 2945, ../sass/components/_icons-material-design.scss */
.mdi-navigation-cancel:before {
  content: "\e8a6";
}

/* line 2949, ../sass/components/_icons-material-design.scss */
.mdi-navigation-check:before {
  content: "\e8a7";
}

/* line 2953, ../sass/components/_icons-material-design.scss */
.mdi-navigation-chevron-left:before {
  content: "\e8a8";
}

/* line 2957, ../sass/components/_icons-material-design.scss */
.mdi-navigation-chevron-right:before {
  content: "\e8a9";
}

/* line 2961, ../sass/components/_icons-material-design.scss */
.mdi-navigation-close:before {
  content: "\e8aa";
}

/* line 2965, ../sass/components/_icons-material-design.scss */
.mdi-navigation-expand-less:before {
  content: "\e8ab";
}

/* line 2969, ../sass/components/_icons-material-design.scss */
.mdi-navigation-expand-more:before {
  content: "\e8ac";
}

/* line 2973, ../sass/components/_icons-material-design.scss */
.mdi-navigation-fullscreen-exit:before {
  content: "\e8ad";
}

/* line 2977, ../sass/components/_icons-material-design.scss */
.mdi-navigation-fullscreen:before {
  content: "\e8ae";
}

/* line 2981, ../sass/components/_icons-material-design.scss */
.mdi-navigation-menu:before {
  content: "\e8af";
}

/* line 2985, ../sass/components/_icons-material-design.scss */
.mdi-navigation-more-horiz:before {
  content: "\e8b0";
}

/* line 2989, ../sass/components/_icons-material-design.scss */
.mdi-navigation-more-vert:before {
  content: "\e8b1";
}

/* line 2993, ../sass/components/_icons-material-design.scss */
.mdi-navigation-refresh:before {
  content: "\e8b2";
}

/* line 2997, ../sass/components/_icons-material-design.scss */
.mdi-navigation-unfold-less:before {
  content: "\e8b3";
}

/* line 3001, ../sass/components/_icons-material-design.scss */
.mdi-navigation-unfold-more:before {
  content: "\e8b4";
}

/* line 3005, ../sass/components/_icons-material-design.scss */
.mdi-notification-adb:before {
  content: "\e8b5";
}

/* line 3009, ../sass/components/_icons-material-design.scss */
.mdi-notification-bluetooth-audio:before {
  content: "\e8b6";
}

/* line 3013, ../sass/components/_icons-material-design.scss */
.mdi-notification-disc-full:before {
  content: "\e8b7";
}

/* line 3017, ../sass/components/_icons-material-design.scss */
.mdi-notification-dnd-forwardslash:before {
  content: "\e8b8";
}

/* line 3021, ../sass/components/_icons-material-design.scss */
.mdi-notification-do-not-disturb:before {
  content: "\e8b9";
}

/* line 3025, ../sass/components/_icons-material-design.scss */
.mdi-notification-drive-eta:before {
  content: "\e8ba";
}

/* line 3029, ../sass/components/_icons-material-design.scss */
.mdi-notification-event-available:before {
  content: "\e8bb";
}

/* line 3033, ../sass/components/_icons-material-design.scss */
.mdi-notification-event-busy:before {
  content: "\e8bc";
}

/* line 3037, ../sass/components/_icons-material-design.scss */
.mdi-notification-event-note:before {
  content: "\e8bd";
}

/* line 3041, ../sass/components/_icons-material-design.scss */
.mdi-notification-folder-special:before {
  content: "\e8be";
}

/* line 3045, ../sass/components/_icons-material-design.scss */
.mdi-notification-mms:before {
  content: "\e8bf";
}

/* line 3049, ../sass/components/_icons-material-design.scss */
.mdi-notification-more:before {
  content: "\e8c0";
}

/* line 3053, ../sass/components/_icons-material-design.scss */
.mdi-notification-network-locked:before {
  content: "\e8c1";
}

/* line 3057, ../sass/components/_icons-material-design.scss */
.mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8c2";
}

/* line 3061, ../sass/components/_icons-material-design.scss */
.mdi-notification-phone-forwarded:before {
  content: "\e8c3";
}

/* line 3065, ../sass/components/_icons-material-design.scss */
.mdi-notification-phone-in-talk:before {
  content: "\e8c4";
}

/* line 3069, ../sass/components/_icons-material-design.scss */
.mdi-notification-phone-locked:before {
  content: "\e8c5";
}

/* line 3073, ../sass/components/_icons-material-design.scss */
.mdi-notification-phone-missed:before {
  content: "\e8c6";
}

/* line 3077, ../sass/components/_icons-material-design.scss */
.mdi-notification-phone-paused:before {
  content: "\e8c7";
}

/* line 3081, ../sass/components/_icons-material-design.scss */
.mdi-notification-play-download:before {
  content: "\e8c8";
}

/* line 3085, ../sass/components/_icons-material-design.scss */
.mdi-notification-play-install:before {
  content: "\e8c9";
}

/* line 3089, ../sass/components/_icons-material-design.scss */
.mdi-notification-sd-card:before {
  content: "\e8ca";
}

/* line 3093, ../sass/components/_icons-material-design.scss */
.mdi-notification-sim-card-alert:before {
  content: "\e8cb";
}

/* line 3097, ../sass/components/_icons-material-design.scss */
.mdi-notification-sms-failed:before {
  content: "\e8cc";
}

/* line 3101, ../sass/components/_icons-material-design.scss */
.mdi-notification-sms:before {
  content: "\e8cd";
}

/* line 3105, ../sass/components/_icons-material-design.scss */
.mdi-notification-sync-disabled:before {
  content: "\e8ce";
}

/* line 3109, ../sass/components/_icons-material-design.scss */
.mdi-notification-sync-problem:before {
  content: "\e8cf";
}

/* line 3113, ../sass/components/_icons-material-design.scss */
.mdi-notification-sync:before {
  content: "\e8d0";
}

/* line 3117, ../sass/components/_icons-material-design.scss */
.mdi-notification-system-update:before {
  content: "\e8d1";
}

/* line 3121, ../sass/components/_icons-material-design.scss */
.mdi-notification-tap-and-play:before {
  content: "\e8d2";
}

/* line 3125, ../sass/components/_icons-material-design.scss */
.mdi-notification-time-to-leave:before {
  content: "\e8d3";
}

/* line 3129, ../sass/components/_icons-material-design.scss */
.mdi-notification-vibration:before {
  content: "\e8d4";
}

/* line 3133, ../sass/components/_icons-material-design.scss */
.mdi-notification-voice-chat:before {
  content: "\e8d5";
}

/* line 3137, ../sass/components/_icons-material-design.scss */
.mdi-notification-vpn-lock:before {
  content: "\e8d6";
}

/* line 3141, ../sass/components/_icons-material-design.scss */
.mdi-social-cake:before {
  content: "\e8d7";
}

/* line 3145, ../sass/components/_icons-material-design.scss */
.mdi-social-domain:before {
  content: "\e8d8";
}

/* line 3149, ../sass/components/_icons-material-design.scss */
.mdi-social-group-add:before {
  content: "\e8d9";
}

/* line 3153, ../sass/components/_icons-material-design.scss */
.mdi-social-group:before {
  content: "\e8da";
}

/* line 3157, ../sass/components/_icons-material-design.scss */
.mdi-social-location-city:before {
  content: "\e8db";
}

/* line 3161, ../sass/components/_icons-material-design.scss */
.mdi-social-mood:before {
  content: "\e8dc";
}

/* line 3165, ../sass/components/_icons-material-design.scss */
.mdi-social-notifications-none:before {
  content: "\e8dd";
}

/* line 3169, ../sass/components/_icons-material-design.scss */
.mdi-social-notifications-off:before {
  content: "\e8de";
}

/* line 3173, ../sass/components/_icons-material-design.scss */
.mdi-social-notifications-on:before {
  content: "\e8df";
}

/* line 3177, ../sass/components/_icons-material-design.scss */
.mdi-social-notifications-paused:before {
  content: "\e8e0";
}

/* line 3181, ../sass/components/_icons-material-design.scss */
.mdi-social-notifications:before {
  content: "\e8e1";
}

/* line 3185, ../sass/components/_icons-material-design.scss */
.mdi-social-pages:before {
  content: "\e8e2";
}

/* line 3189, ../sass/components/_icons-material-design.scss */
.mdi-social-party-mode:before {
  content: "\e8e3";
}

/* line 3193, ../sass/components/_icons-material-design.scss */
.mdi-social-people-outline:before {
  content: "\e8e4";
}

/* line 3197, ../sass/components/_icons-material-design.scss */
.mdi-social-people:before {
  content: "\e8e5";
}

/* line 3201, ../sass/components/_icons-material-design.scss */
.mdi-social-person-add:before {
  content: "\e8e6";
}

/* line 3205, ../sass/components/_icons-material-design.scss */
.mdi-social-person-outline:before {
  content: "\e8e7";
}

/* line 3209, ../sass/components/_icons-material-design.scss */
.mdi-social-person:before {
  content: "\e8e8";
}

/* line 3213, ../sass/components/_icons-material-design.scss */
.mdi-social-plus-one:before {
  content: "\e8e9";
}

/* line 3217, ../sass/components/_icons-material-design.scss */
.mdi-social-poll:before {
  content: "\e8ea";
}

/* line 3221, ../sass/components/_icons-material-design.scss */
.mdi-social-public:before {
  content: "\e8eb";
}

/* line 3225, ../sass/components/_icons-material-design.scss */
.mdi-social-school:before {
  content: "\e8ec";
}

/* line 3229, ../sass/components/_icons-material-design.scss */
.mdi-social-share:before {
  content: "\e8ed";
}

/* line 3233, ../sass/components/_icons-material-design.scss */
.mdi-social-whatshot:before {
  content: "\e8ee";
}

/* line 3237, ../sass/components/_icons-material-design.scss */
.mdi-toggle-check-box-outline-blank:before {
  content: "\e8ef";
}

/* line 3241, ../sass/components/_icons-material-design.scss */
.mdi-toggle-check-box:before {
  content: "\e8f0";
}

/* line 3245, ../sass/components/_icons-material-design.scss */
.mdi-toggle-radio-button-off:before {
  content: "\e8f1";
}

/* line 3249, ../sass/components/_icons-material-design.scss */
.mdi-toggle-radio-button-on:before {
  content: "\e8f2";
}

/* line 3253, ../sass/components/_icons-material-design.scss */
.mdi-toggle-star-half:before {
  content: "\e8f3";
}

/* line 3257, ../sass/components/_icons-material-design.scss */
.mdi-toggle-star-outline:before {
  content: "\e8f4";
}

/* line 3261, ../sass/components/_icons-material-design.scss */
.mdi-toggle-star:before {
  content: "\e8f5";
}
