.material-icons {
  display: inline-block;
  overflow: hidden;
  overflow: clip;
  width: 1em;
  height: 1em;
  font-family: "Material Symbols Outlined";
  font-weight: inherit;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  vertical-align: middle;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 20;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
  color: var(--mdColor1);
}

.material-icons.outlined {
  font-family: "Material Symbols Outlined" !important;
}

.material-icons.round {
  font-family: "Material Symbols Rounded" !important;
}

.md-small {
  font-size: 1.125rem !important;
  line-height: 1.125rem !important;
}

.md-medium {
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
}

.md-large {
  font-size: 2.25rem !important;
  line-height: 2.25rem !important;
}

.md-veryLarge {
  font-size: 3rem !important;
  line-height: 3rem !important;
}

.mdRelative-small {
  font-size: 1.125em !important;
  line-height: 1.125em !important;
}

.mdRelative-medium {
  font-size: 1.5em !important;
  line-height: 1.5em !important;
}

.mdRelative-large {
  font-size: 2.25em !important;
  line-height: 2.25em !important;
}

.mdRelative-veryLarge {
  font-size: 3em !important;
  line-height: 3em !important;
}

:root {
  --md-small: 1.125rem;
  --md-medium: 1.5rem;
  --md-large: 2.25rem;
  --md-veryLarge: 3rem;
  --md-negativeMargin: -0.1em;
}/*# sourceMappingURL=icons.css.map */