/*
 * Minimal Material Design Icons subset for the auth/login layout
 * (_LayoutWithoutMenuFooter.cshtml only).
 *
 * The full icons.min.css is ~395 KB and render-blocking. The auth views
 * (AdminProfile Login / ForgotPassword / ResetPassword) use exactly three
 * MDI glyphs, so shipping the whole sheet on the critical path needlessly
 * delays first paint on the login page.
 *
 * This file is a verbatim extract from assets/css/icons.min.css (MDI v5.9.55):
 * the same @font-face, the same base ".mdi" rules, the same global 18px sizing
 * override, and only the glyph codepoints actually used. Rendered output is
 * pixel-identical to the full sheet.
 *
 * If an auth view starts using a new mdi-* glyph, copy its "::before" rule here
 * from icons.min.css (grep '\.mdi-<name>::before'). The full sheet stays the
 * source of truth for the authenticated app layout.
 */
@font-face{font-family:"Material Design Icons";src:url(../fonts/materialdesignicons-webfont.eot?v=5.9.55);src:url(../fonts/materialdesignicons-webfont.eot?#iefix&v=5.9.55) format("embedded-opentype"),url(../fonts/materialdesignicons-webfont.woff2?v=5.9.55) format("woff2"),url(../fonts/materialdesignicons-webfont.woff?v=5.9.55) format("woff"),url(../fonts/materialdesignicons-webfont.ttf?v=5.9.55) format("truetype");font-weight:400;font-style:normal}
.mdi-set,.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-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}
.mdi-eye-outline::before{content:"\F06D0"}
.mdi-eye-off-outline::before{content:"\F06D1"}
.mdi-block-helper::before{content:"\F00AD"}
