/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=7.4.47");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=7.4.47") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=7.4.47") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=7.4.47") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=7.4.47") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.mdi:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-alert-circle-outline::before {
  content: "\F05D6";
}

.mdi-arrow-down::before {
  content: "\F0045";
}

.mdi-check-circle-outline::before {
  content: "\F05E1";
}

.mdi-chevron-down::before {
  content: "\F0140";
}

.mdi-code-tags::before {
  content: "\F0174";
}

.mdi-database-outline::before {
  content: "\F1632";
}

.mdi-database-search-outline::before {
  content: "\F1636";
}

.mdi-email-outline::before {
  content: "\F01F0";
}

.mdi-emoticon-outline::before {
  content: "\F01F2";
}

.mdi-file-certificate-outline::before {
  content: "\F1187";
}

.mdi-github::before {
  content: "\F02A4";
}

.mdi-home-automation::before {
  content: "\F07D1";
}

.mdi-lan-connect::before {
  content: "\F0318";
}

.mdi-linkedin::before {
  content: "\F033B";
}

.mdi-menu::before {
  content: "\F035C";
}

.mdi-microphone::before {
  content: "\F036C";
}

.mdi-open-in-new::before {
  content: "\F03CC";
}

.mdi-rotate-3d-variant::before {
  content: "\F0464";
}

.mdi-send-outline::before {
  content: "\F1165";
}

.mdi-translate::before {
  content: "\F05CA";
}

.mdi-window-close::before {
  content: "\F05AD";
}

.mdi-window-maximize::before {
  content: "\F05AF";
}

.mdi-window-minimize::before {
  content: "\F05B0";
}

@-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);
  }
}