@font-face {
    font-family: "Material Design Icons";
    src: url("/assets/fonts/materialdesignicons-webfont.eot");
    src: url("/assets/fonts/materialdesignicons-webfont-iefix.eot") format("embedded-opentype"), url("/assets/fonts/materialdesignicons-webfont.woff2") format("woff2"),
        url("/assets/fonts/materialdesignicons-webfont.woff") format("woff"), url("/assets/fonts/materialdesignicons-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.mdi:before,
.mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-eye-outline::before {
    content: "\F06D0";
}
.mdi-eye-off-outline::before {
    content: "\F06D1";
}
.mdi-help::before{content:"\F02D6"}
.mdi-calendar-check-outline::before{content:"\F0C44"}
.mdi-printer::before{content:"\F042A"}
.mdi-close::before {content: "\F0156"}
