.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
  display: inline-block
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation__bottom {
  height: auto
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../155c12f6f51ec6b3e9ebcd75cbe77a8a.eot);
  /* For IE6-8 */
  src: local("\263A"), url(../../2543e46e76419267db0f5eac2cca78d1.woff2) format("woff2"), url(../../e638a36a512bd6e2156d4f6239ac82ac.woff) format("woff"), url(../../2f9c4a1521d5a9efd8bcfe942c568f3a.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
  .material-icons._10k:before {
    content: "\E951"; }
  .material-icons._10mp:before {
    content: "\E952"; }
  .material-icons._11mp:before {
    content: "\E953"; }
  .material-icons._12mp:before {
    content: "\E954"; }
  .material-icons._13mp:before {
    content: "\E955"; }
  .material-icons._14mp:before {
    content: "\E956"; }
  .material-icons._15mp:before {
    content: "\E957"; }
  .material-icons._16mp:before {
    content: "\E958"; }
  .material-icons._17mp:before {
    content: "\E959"; }
  .material-icons._18mp:before {
    content: "\E95A"; }
  .material-icons._19mp:before {
    content: "\E95B"; }
  .material-icons._1k:before {
    content: "\E95C"; }
  .material-icons._1k_plus:before {
    content: "\E95D"; }
  .material-icons._1x_mobiledata:before {
    content: "\EFCD"; }
  .material-icons._20mp:before {
    content: "\E95E"; }
  .material-icons._21mp:before {
    content: "\E95F"; }
  .material-icons._22mp:before {
    content: "\E960"; }
  .material-icons._23mp:before {
    content: "\E961"; }
  .material-icons._24mp:before {
    content: "\E962"; }
  .material-icons._2k:before {
    content: "\E963"; }
  .material-icons._2k_plus:before {
    content: "\E964"; }
  .material-icons._2mp:before {
    content: "\E965"; }
  .material-icons._30fps:before {
    content: "\EFCE"; }
  .material-icons._30fps_select:before {
    content: "\EFCF"; }
  .material-icons._360:before {
    content: "\E577"; }
  .material-icons._3d_rotation:before {
    content: "\E84D"; }
  .material-icons._3g_mobiledata:before {
    content: "\EFD0"; }
  .material-icons._3k:before {
    content: "\E966"; }
  .material-icons._3k_plus:before {
    content: "\E967"; }
  .material-icons._3mp:before {
    content: "\E968"; }
  .material-icons._3p:before {
    content: "\EFD1"; }
  .material-icons._4g_mobiledata:before {
    content: "\EFD2"; }
  .material-icons._4g_plus_mobiledata:before {
    content: "\EFD3"; }
  .material-icons._4k:before {
    content: "\E072"; }
  .material-icons._4k_plus:before {
    content: "\E969"; }
  .material-icons._4mp:before {
    content: "\E96A"; }
  .material-icons._5g:before {
    content: "\EF38"; }
  .material-icons._5k:before {
    content: "\E96B"; }
  .material-icons._5k_plus:before {
    content: "\E96C"; }
  .material-icons._5mp:before {
    content: "\E96D"; }
  .material-icons._60fps:before {
    content: "\EFD4"; }
  .material-icons._60fps_select:before {
    content: "\EFD5"; }
  .material-icons._6_ft_apart:before {
    content: "\F21E"; }
  .material-icons._6k:before {
    content: "\E96E"; }
  .material-icons._6k_plus:before {
    content: "\E96F"; }
  .material-icons._6mp:before {
    content: "\E970"; }
  .material-icons._7k:before {
    content: "\E971"; }
  .material-icons._7k_plus:before {
    content: "\E972"; }
  .material-icons._7mp:before {
    content: "\E973"; }
  .material-icons._8k:before {
    content: "\E974"; }
  .material-icons._8k_plus:before {
    content: "\E975"; }
  .material-icons._8mp:before {
    content: "\E976"; }
  .material-icons._9k:before {
    content: "\E977"; }
  .material-icons._9k_plus:before {
    content: "\E978"; }
  .material-icons._9mp:before {
    content: "\E979"; }
  .material-icons.ac_unit:before {
    content: "\EB3B"; }
  .material-icons.access_alarm:before {
    content: "\E190"; }
  .material-icons.access_alarms:before {
    content: "\E191"; }
  .material-icons.access_time:before {
    content: "\E192"; }
  .material-icons.access_time_filled:before {
    content: "\EFD6"; }
  .material-icons.accessibility:before {
    content: "\E84E"; }
  .material-icons.accessibility_new:before {
    content: "\E92C"; }
  .material-icons.accessible:before {
    content: "\E914"; }
  .material-icons.accessible_forward:before {
    content: "\E934"; }
  .material-icons.account_balance:before {
    content: "\E84F"; }
  .material-icons.account_balance_wallet:before {
    content: "\E850"; }
  .material-icons.account_box:before {
    content: "\E851"; }
  .material-icons.account_circle:before {
    content: "\E853"; }
  .material-icons.account_tree:before {
    content: "\E97A"; }
  .material-icons.ad_units:before {
    content: "\EF39"; }
  .material-icons.adb:before {
    content: "\E60E"; }
  .material-icons.add:before {
    content: "\E145"; }
  .material-icons.add_a_photo:before {
    content: "\E439"; }
  .material-icons.add_alarm:before {
    content: "\E193"; }
  .material-icons.add_alert:before {
    content: "\E003"; }
  .material-icons.add_box:before {
    content: "\E146"; }
  .material-icons.add_business:before {
    content: "\E729"; }
  .material-icons.add_call:before {
    content: "\E0E8"; }
  .material-icons.add_chart:before {
    content: "\E97B"; }
  .material-icons.add_circle:before {
    content: "\E147"; }
  .material-icons.add_circle_outline:before {
    content: "\E148"; }
  .material-icons.add_comment:before {
    content: "\E266"; }
  .material-icons.add_ic_call:before {
    content: "\E97C"; }
  .material-icons.add_link:before {
    content: "\E178"; }
  .material-icons.add_location:before {
    content: "\E567"; }
  .material-icons.add_location_alt:before {
    content: "\EF3A"; }
  .material-icons.add_moderator:before {
    content: "\E97D"; }
  .material-icons.add_photo_alternate:before {
    content: "\E43E"; }
  .material-icons.add_reaction:before {
    content: "\E1D3"; }
  .material-icons.add_road:before {
    content: "\EF3B"; }
  .material-icons.add_shopping_cart:before {
    content: "\E854"; }
  .material-icons.add_task:before {
    content: "\F23A"; }
  .material-icons.add_to_drive:before {
    content: "\E65C"; }
  .material-icons.add_to_home_screen:before {
    content: "\E1FE"; }
  .material-icons.add_to_photos:before {
    content: "\E39D"; }
  .material-icons.add_to_queue:before {
    content: "\E05C"; }
  .material-icons.addchart:before {
    content: "\EF3C"; }
  .material-icons.adf_scanner:before {
    content: "\EADA"; }
  .material-icons.adjust:before {
    content: "\E39E"; }
  .material-icons.admin_panel_settings:before {
    content: "\EF3D"; }
  .material-icons.adobe:before {
    content: "\EA96"; }
  .material-icons.ads_click:before {
    content: "\E762"; }
  .material-icons.agriculture:before {
    content: "\EA79"; }
  .material-icons.air:before {
    content: "\EFD8"; }
  .material-icons.airline_seat_flat:before {
    content: "\E630"; }
  .material-icons.airline_seat_flat_angled:before {
    content: "\E631"; }
  .material-icons.airline_seat_individual_suite:before {
    content: "\E632"; }
  .material-icons.airline_seat_legroom_extra:before {
    content: "\E633"; }
  .material-icons.airline_seat_legroom_normal:before {
    content: "\E634"; }
  .material-icons.airline_seat_legroom_reduced:before {
    content: "\E635"; }
  .material-icons.airline_seat_recline_extra:before {
    content: "\E636"; }
  .material-icons.airline_seat_recline_normal:before {
    content: "\E637"; }
  .material-icons.airline_stops:before {
    content: "\E7D0"; }
  .material-icons.airlines:before {
    content: "\E7CA"; }
  .material-icons.airplane_ticket:before {
    content: "\EFD9"; }
  .material-icons.airplanemode_active:before {
    content: "\E195"; }
  .material-icons.airplanemode_inactive:before {
    content: "\E194"; }
  .material-icons.airplanemode_off:before {
    content: "\E194"; }
  .material-icons.airplanemode_on:before {
    content: "\E195"; }
  .material-icons.airplay:before {
    content: "\E055"; }
  .material-icons.airport_shuttle:before {
    content: "\EB3C"; }
  .material-icons.alarm:before {
    content: "\E855"; }
  .material-icons.alarm_add:before {
    content: "\E856"; }
  .material-icons.alarm_off:before {
    content: "\E857"; }
  .material-icons.alarm_on:before {
    content: "\E858"; }
  .material-icons.album:before {
    content: "\E019"; }
  .material-icons.align_horizontal_center:before {
    content: "\E00F"; }
  .material-icons.align_horizontal_left:before {
    content: "\E00D"; }
  .material-icons.align_horizontal_right:before {
    content: "\E010"; }
  .material-icons.align_vertical_bottom:before {
    content: "\E015"; }
  .material-icons.align_vertical_center:before {
    content: "\E011"; }
  .material-icons.align_vertical_top:before {
    content: "\E00C"; }
  .material-icons.all_inbox:before {
    content: "\E97F"; }
  .material-icons.all_inclusive:before {
    content: "\EB3D"; }
  .material-icons.all_out:before {
    content: "\E90B"; }
  .material-icons.alt_route:before {
    content: "\F184"; }
  .material-icons.alternate_email:before {
    content: "\E0E6"; }
  .material-icons.amp_stories:before {
    content: "\EA13"; }
  .material-icons.analytics:before {
    content: "\EF3E"; }
  .material-icons.anchor:before {
    content: "\F1CD"; }
  .material-icons.android:before {
    content: "\E859"; }
  .material-icons.animation:before {
    content: "\E71C"; }
  .material-icons.announcement:before {
    content: "\E85A"; }
  .material-icons.aod:before {
    content: "\EFDA"; }
  .material-icons.apartment:before {
    content: "\EA40"; }
  .material-icons.api:before {
    content: "\F1B7"; }
  .material-icons.app_blocking:before {
    content: "\EF3F"; }
  .material-icons.app_registration:before {
    content: "\EF40"; }
  .material-icons.app_settings_alt:before {
    content: "\EF41"; }
  .material-icons.app_shortcut:before {
    content: "\EAE4"; }
  .material-icons.apple:before {
    content: "\EA80"; }
  .material-icons.approval:before {
    content: "\E982"; }
  .material-icons.apps:before {
    content: "\E5C3"; }
  .material-icons.apps_outage:before {
    content: "\E7CC"; }
  .material-icons.architecture:before {
    content: "\EA3B"; }
  .material-icons.archive:before {
    content: "\E149"; }
  .material-icons.area_chart:before {
    content: "\E770"; }
  .material-icons.arrow_back:before {
    content: "\E5C4"; }
  .material-icons.arrow_back_ios:before {
    content: "\E5E0"; }
  .material-icons.arrow_back_ios_new:before {
    content: "\E2EA"; }
  .material-icons.arrow_circle_down:before {
    content: "\F181"; }
  .material-icons.arrow_circle_left:before {
    content: "\EAA7"; }
  .material-icons.arrow_circle_right:before {
    content: "\EAAA"; }
  .material-icons.arrow_circle_up:before {
    content: "\F182"; }
  .material-icons.arrow_downward:before {
    content: "\E5DB"; }
  .material-icons.arrow_drop_down:before {
    content: "\E5C5"; }
  .material-icons.arrow_drop_down_circle:before {
    content: "\E5C6"; }
  .material-icons.arrow_drop_up:before {
    content: "\E5C7"; }
  .material-icons.arrow_forward:before {
    content: "\E5C8"; }
  .material-icons.arrow_forward_ios:before {
    content: "\E5E1"; }
  .material-icons.arrow_left:before {
    content: "\E5DE"; }
  .material-icons.arrow_right:before {
    content: "\E5DF"; }
  .material-icons.arrow_right_alt:before {
    content: "\E941"; }
  .material-icons.arrow_upward:before {
    content: "\E5D8"; }
  .material-icons.art_track:before {
    content: "\E060"; }
  .material-icons.article:before {
    content: "\EF42"; }
  .material-icons.aspect_ratio:before {
    content: "\E85B"; }
  .material-icons.assessment:before {
    content: "\E85C"; }
  .material-icons.assignment:before {
    content: "\E85D"; }
  .material-icons.assignment_ind:before {
    content: "\E85E"; }
  .material-icons.assignment_late:before {
    content: "\E85F"; }
  .material-icons.assignment_return:before {
    content: "\E860"; }
  .material-icons.assignment_returned:before {
    content: "\E861"; }
  .material-icons.assignment_turned_in:before {
    content: "\E862"; }
  .material-icons.assistant:before {
    content: "\E39F"; }
  .material-icons.assistant_direction:before {
    content: "\E988"; }
  .material-icons.assistant_navigation:before {
    content: "\E989"; }
  .material-icons.assistant_photo:before {
    content: "\E3A0"; }
  .material-icons.assured_workload:before {
    content: "\EB6F"; }
  .material-icons.atm:before {
    content: "\E573"; }
  .material-icons.attach_email:before {
    content: "\EA5E"; }
  .material-icons.attach_file:before {
    content: "\E226"; }
  .material-icons.attach_money:before {
    content: "\E227"; }
  .material-icons.attachment:before {
    content: "\E2BC"; }
  .material-icons.attractions:before {
    content: "\EA52"; }
  .material-icons.attribution:before {
    content: "\EFDB"; }
  .material-icons.audiotrack:before {
    content: "\E3A1"; }
  .material-icons.auto_awesome:before {
    content: "\E65F"; }
  .material-icons.auto_awesome_mosaic:before {
    content: "\E660"; }
  .material-icons.auto_awesome_motion:before {
    content: "\E661"; }
  .material-icons.auto_delete:before {
    content: "\EA4C"; }
  .material-icons.auto_fix_high:before {
    content: "\E663"; }
  .material-icons.auto_fix_normal:before {
    content: "\E664"; }
  .material-icons.auto_fix_off:before {
    content: "\E665"; }
  .material-icons.auto_graph:before {
    content: "\E4FB"; }
  .material-icons.auto_stories:before {
    content: "\E666"; }
  .material-icons.autofps_select:before {
    content: "\EFDC"; }
  .material-icons.autorenew:before {
    content: "\E863"; }
  .material-icons.av_timer:before {
    content: "\E01B"; }
  .material-icons.baby_changing_station:before {
    content: "\F19B"; }
  .material-icons.back_hand:before {
    content: "\E764"; }
  .material-icons.backpack:before {
    content: "\F19C"; }
  .material-icons.backspace:before {
    content: "\E14A"; }
  .material-icons.backup:before {
    content: "\E864"; }
  .material-icons.backup_table:before {
    content: "\EF43"; }
  .material-icons.badge:before {
    content: "\EA67"; }
  .material-icons.bakery_dining:before {
    content: "\EA53"; }
  .material-icons.balance:before {
    content: "\EAF6"; }
  .material-icons.balcony:before {
    content: "\E58F"; }
  .material-icons.ballot:before {
    content: "\E172"; }
  .material-icons.bar_chart:before {
    content: "\E26B"; }
  .material-icons.batch_prediction:before {
    content: "\F0F5"; }
  .material-icons.bathroom:before {
    content: "\EFDD"; }
  .material-icons.bathtub:before {
    content: "\EA41"; }
  .material-icons.battery_alert:before {
    content: "\E19C"; }
  .material-icons.battery_charging_full:before {
    content: "\E1A3"; }
  .material-icons.battery_full:before {
    content: "\E1A4"; }
  .material-icons.battery_saver:before {
    content: "\EFDE"; }
  .material-icons.battery_std:before {
    content: "\E1A5"; }
  .material-icons.battery_unknown:before {
    content: "\E1A6"; }
  .material-icons.beach_access:before {
    content: "\EB3E"; }
  .material-icons.bed:before {
    content: "\EFDF"; }
  .material-icons.bedroom_baby:before {
    content: "\EFE0"; }
  .material-icons.bedroom_child:before {
    content: "\EFE1"; }
  .material-icons.bedroom_parent:before {
    content: "\EFE2"; }
  .material-icons.bedtime:before {
    content: "\EF44"; }
  .material-icons.bedtime_off:before {
    content: "\EB76"; }
  .material-icons.beenhere:before {
    content: "\E52D"; }
  .material-icons.bento:before {
    content: "\F1F4"; }
  .material-icons.bike_scooter:before {
    content: "\EF45"; }
  .material-icons.biotech:before {
    content: "\EA3A"; }
  .material-icons.blender:before {
    content: "\EFE3"; }
  .material-icons.block:before {
    content: "\E14B"; }
  .material-icons.block_flipped:before {
    content: "\EF46"; }
  .material-icons.bloodtype:before {
    content: "\EFE4"; }
  .material-icons.bluetooth:before {
    content: "\E1A7"; }
  .material-icons.bluetooth_audio:before {
    content: "\E60F"; }
  .material-icons.bluetooth_connected:before {
    content: "\E1A8"; }
  .material-icons.bluetooth_disabled:before {
    content: "\E1A9"; }
  .material-icons.bluetooth_drive:before {
    content: "\EFE5"; }
  .material-icons.bluetooth_searching:before {
    content: "\E1AA"; }
  .material-icons.blur_circular:before {
    content: "\E3A2"; }
  .material-icons.blur_linear:before {
    content: "\E3A3"; }
  .material-icons.blur_off:before {
    content: "\E3A4"; }
  .material-icons.blur_on:before {
    content: "\E3A5"; }
  .material-icons.bolt:before {
    content: "\EA0B"; }
  .material-icons.book:before {
    content: "\E865"; }
  .material-icons.book_online:before {
    content: "\F217"; }
  .material-icons.bookmark:before {
    content: "\E866"; }
  .material-icons.bookmark_add:before {
    content: "\E598"; }
  .material-icons.bookmark_added:before {
    content: "\E599"; }
  .material-icons.bookmark_border:before {
    content: "\E867"; }
  .material-icons.bookmark_outline:before {
    content: "\E867"; }
  .material-icons.bookmark_remove:before {
    content: "\E59A"; }
  .material-icons.bookmarks:before {
    content: "\E98B"; }
  .material-icons.border_all:before {
    content: "\E228"; }
  .material-icons.border_bottom:before {
    content: "\E229"; }
  .material-icons.border_clear:before {
    content: "\E22A"; }
  .material-icons.border_color:before {
    content: "\E22B"; }
  .material-icons.border_horizontal:before {
    content: "\E22C"; }
  .material-icons.border_inner:before {
    content: "\E22D"; }
  .material-icons.border_left:before {
    content: "\E22E"; }
  .material-icons.border_outer:before {
    content: "\E22F"; }
  .material-icons.border_right:before {
    content: "\E230"; }
  .material-icons.border_style:before {
    content: "\E231"; }
  .material-icons.border_top:before {
    content: "\E232"; }
  .material-icons.border_vertical:before {
    content: "\E233"; }
  .material-icons.boy:before {
    content: "\EB67"; }
  .material-icons.branding_watermark:before {
    content: "\E06B"; }
  .material-icons.breakfast_dining:before {
    content: "\EA54"; }
  .material-icons.brightness_1:before {
    content: "\E3A6"; }
  .material-icons.brightness_2:before {
    content: "\E3A7"; }
  .material-icons.brightness_3:before {
    content: "\E3A8"; }
  .material-icons.brightness_4:before {
    content: "\E3A9"; }
  .material-icons.brightness_5:before {
    content: "\E3AA"; }
  .material-icons.brightness_6:before {
    content: "\E3AB"; }
  .material-icons.brightness_7:before {
    content: "\E3AC"; }
  .material-icons.brightness_auto:before {
    content: "\E1AB"; }
  .material-icons.brightness_high:before {
    content: "\E1AC"; }
  .material-icons.brightness_low:before {
    content: "\E1AD"; }
  .material-icons.brightness_medium:before {
    content: "\E1AE"; }
  .material-icons.broken_image:before {
    content: "\E3AD"; }
  .material-icons.browser_not_supported:before {
    content: "\EF47"; }
  .material-icons.browser_updated:before {
    content: "\E7CF"; }
  .material-icons.brunch_dining:before {
    content: "\EA73"; }
  .material-icons.brush:before {
    content: "\E3AE"; }
  .material-icons.bubble_chart:before {
    content: "\E6DD"; }
  .material-icons.bug_report:before {
    content: "\E868"; }
  .material-icons.build:before {
    content: "\E869"; }
  .material-icons.build_circle:before {
    content: "\EF48"; }
  .material-icons.bungalow:before {
    content: "\E591"; }
  .material-icons.burst_mode:before {
    content: "\E43C"; }
  .material-icons.bus_alert:before {
    content: "\E98F"; }
  .material-icons.business:before {
    content: "\E0AF"; }
  .material-icons.business_center:before {
    content: "\EB3F"; }
  .material-icons.cabin:before {
    content: "\E589"; }
  .material-icons.cable:before {
    content: "\EFE6"; }
  .material-icons.cached:before {
    content: "\E86A"; }
  .material-icons.cake:before {
    content: "\E7E9"; }
  .material-icons.calculate:before {
    content: "\EA5F"; }
  .material-icons.calendar_today:before {
    content: "\E935"; }
  .material-icons.calendar_view_day:before {
    content: "\E936"; }
  .material-icons.calendar_view_month:before {
    content: "\EFE7"; }
  .material-icons.calendar_view_week:before {
    content: "\EFE8"; }
  .material-icons.call:before {
    content: "\E0B0"; }
  .material-icons.call_end:before {
    content: "\E0B1"; }
  .material-icons.call_made:before {
    content: "\E0B2"; }
  .material-icons.call_merge:before {
    content: "\E0B3"; }
  .material-icons.call_missed:before {
    content: "\E0B4"; }
  .material-icons.call_missed_outgoing:before {
    content: "\E0E4"; }
  .material-icons.call_received:before {
    content: "\E0B5"; }
  .material-icons.call_split:before {
    content: "\E0B6"; }
  .material-icons.call_to_action:before {
    content: "\E06C"; }
  .material-icons.camera:before {
    content: "\E3AF"; }
  .material-icons.camera_alt:before {
    content: "\E3B0"; }
  .material-icons.camera_enhance:before {
    content: "\E8FC"; }
  .material-icons.camera_front:before {
    content: "\E3B1"; }
  .material-icons.camera_indoor:before {
    content: "\EFE9"; }
  .material-icons.camera_outdoor:before {
    content: "\EFEA"; }
  .material-icons.camera_rear:before {
    content: "\E3B2"; }
  .material-icons.camera_roll:before {
    content: "\E3B3"; }
  .material-icons.cameraswitch:before {
    content: "\EFEB"; }
  .material-icons.campaign:before {
    content: "\EF49"; }
  .material-icons.cancel:before {
    content: "\E5C9"; }
  .material-icons.cancel_presentation:before {
    content: "\E0E9"; }
  .material-icons.cancel_schedule_send:before {
    content: "\EA39"; }
  .material-icons.candlestick_chart:before {
    content: "\EAD4"; }
  .material-icons.car_rental:before {
    content: "\EA55"; }
  .material-icons.car_repair:before {
    content: "\EA56"; }
  .material-icons.card_giftcard:before {
    content: "\E8F6"; }
  .material-icons.card_membership:before {
    content: "\E8F7"; }
  .material-icons.card_travel:before {
    content: "\E8F8"; }
  .material-icons.carpenter:before {
    content: "\F1F8"; }
  .material-icons.cases:before {
    content: "\E992"; }
  .material-icons.casino:before {
    content: "\EB40"; }
  .material-icons.cast:before {
    content: "\E307"; }
  .material-icons.cast_connected:before {
    content: "\E308"; }
  .material-icons.cast_for_education:before {
    content: "\EFEC"; }
  .material-icons.castle:before {
    content: "\EAB1"; }
  .material-icons.catching_pokemon:before {
    content: "\E508"; }
  .material-icons.category:before {
    content: "\E574"; }
  .material-icons.celebration:before {
    content: "\EA65"; }
  .material-icons.cell_wifi:before {
    content: "\E0EC"; }
  .material-icons.center_focus_strong:before {
    content: "\E3B4"; }
  .material-icons.center_focus_weak:before {
    content: "\E3B5"; }
  .material-icons.chair:before {
    content: "\EFED"; }
  .material-icons.chair_alt:before {
    content: "\EFEE"; }
  .material-icons.chalet:before {
    content: "\E585"; }
  .material-icons.change_circle:before {
    content: "\E2E7"; }
  .material-icons.change_history:before {
    content: "\E86B"; }
  .material-icons.charging_station:before {
    content: "\F19D"; }
  .material-icons.chat:before {
    content: "\E0B7"; }
  .material-icons.chat_bubble:before {
    content: "\E0CA"; }
  .material-icons.chat_bubble_outline:before {
    content: "\E0CB"; }
  .material-icons.check:before {
    content: "\E5CA"; }
  .material-icons.check_box:before {
    content: "\E834"; }
  .material-icons.check_box_outline_blank:before {
    content: "\E835"; }
  .material-icons.check_circle:before {
    content: "\E86C"; }
  .material-icons.check_circle_outline:before {
    content: "\E92D"; }
  .material-icons.checklist:before {
    content: "\E6B1"; }
  .material-icons.checklist_rtl:before {
    content: "\E6B3"; }
  .material-icons.checkroom:before {
    content: "\F19E"; }
  .material-icons.chevron_left:before {
    content: "\E5CB"; }
  .material-icons.chevron_right:before {
    content: "\E5CC"; }
  .material-icons.child_care:before {
    content: "\EB41"; }
  .material-icons.child_friendly:before {
    content: "\EB42"; }
  .material-icons.chrome_reader_mode:before {
    content: "\E86D"; }
  .material-icons.church:before {
    content: "\EAAE"; }
  .material-icons.circle:before {
    content: "\EF4A"; }
  .material-icons.circle_notifications:before {
    content: "\E994"; }
  .material-icons.class:before {
    content: "\E86E"; }
  .material-icons.clean_hands:before {
    content: "\F21F"; }
  .material-icons.cleaning_services:before {
    content: "\F0FF"; }
  .material-icons.clear:before {
    content: "\E14C"; }
  .material-icons.clear_all:before {
    content: "\E0B8"; }
  .material-icons.close:before {
    content: "\E5CD"; }
  .material-icons.close_fullscreen:before {
    content: "\F1CF"; }
  .material-icons.closed_caption:before {
    content: "\E01C"; }
  .material-icons.closed_caption_disabled:before {
    content: "\F1DC"; }
  .material-icons.closed_caption_off:before {
    content: "\E996"; }
  .material-icons.cloud:before {
    content: "\E2BD"; }
  .material-icons.cloud_circle:before {
    content: "\E2BE"; }
  .material-icons.cloud_done:before {
    content: "\E2BF"; }
  .material-icons.cloud_download:before {
    content: "\E2C0"; }
  .material-icons.cloud_off:before {
    content: "\E2C1"; }
  .material-icons.cloud_queue:before {
    content: "\E2C2"; }
  .material-icons.cloud_sync:before {
    content: "\EB5A"; }
  .material-icons.cloud_upload:before {
    content: "\E2C3"; }
  .material-icons.cloudy_snowing:before {
    content: "\E810"; }
  .material-icons.co2:before {
    content: "\E7B0"; }
  .material-icons.co_present:before {
    content: "\EAF0"; }
  .material-icons.code:before {
    content: "\E86F"; }
  .material-icons.code_off:before {
    content: "\E4F3"; }
  .material-icons.coffee:before {
    content: "\EFEF"; }
  .material-icons.coffee_maker:before {
    content: "\EFF0"; }
  .material-icons.collections:before {
    content: "\E3B6"; }
  .material-icons.collections_bookmark:before {
    content: "\E431"; }
  .material-icons.color_lens:before {
    content: "\E3B7"; }
  .material-icons.colorize:before {
    content: "\E3B8"; }
  .material-icons.comment:before {
    content: "\E0B9"; }
  .material-icons.comment_bank:before {
    content: "\EA4E"; }
  .material-icons.comments_disabled:before {
    content: "\E7A2"; }
  .material-icons.commit:before {
    content: "\EAF5"; }
  .material-icons.commute:before {
    content: "\E940"; }
  .material-icons.compare:before {
    content: "\E3B9"; }
  .material-icons.compare_arrows:before {
    content: "\E915"; }
  .material-icons.compass_calibration:before {
    content: "\E57C"; }
  .material-icons.compost:before {
    content: "\E761"; }
  .material-icons.compress:before {
    content: "\E94D"; }
  .material-icons.computer:before {
    content: "\E30A"; }
  .material-icons.confirmation_num:before {
    content: "\E638"; }
  .material-icons.confirmation_number:before {
    content: "\E638"; }
  .material-icons.connect_without_contact:before {
    content: "\F223"; }
  .material-icons.connected_tv:before {
    content: "\E998"; }
  .material-icons.connecting_airports:before {
    content: "\E7C9"; }
  .material-icons.construction:before {
    content: "\EA3C"; }
  .material-icons.contact_mail:before {
    content: "\E0D0"; }
  .material-icons.contact_page:before {
    content: "\F22E"; }
  .material-icons.contact_phone:before {
    content: "\E0CF"; }
  .material-icons.contact_support:before {
    content: "\E94C"; }
  .material-icons.contactless:before {
    content: "\EA71"; }
  .material-icons.contacts:before {
    content: "\E0BA"; }
  .material-icons.content_copy:before {
    content: "\E14D"; }
  .material-icons.content_cut:before {
    content: "\E14E"; }
  .material-icons.content_paste:before {
    content: "\E14F"; }
  .material-icons.content_paste_go:before {
    content: "\EA8E"; }
  .material-icons.content_paste_off:before {
    content: "\E4F8"; }
  .material-icons.content_paste_search:before {
    content: "\EA9B"; }
  .material-icons.contrast:before {
    content: "\EB37"; }
  .material-icons.control_camera:before {
    content: "\E074"; }
  .material-icons.control_point:before {
    content: "\E3BA"; }
  .material-icons.control_point_duplicate:before {
    content: "\E3BB"; }
  .material-icons.cookie:before {
    content: "\EAAC"; }
  .material-icons.copy_all:before {
    content: "\E2EC"; }
  .material-icons.copyright:before {
    content: "\E90C"; }
  .material-icons.coronavirus:before {
    content: "\F221"; }
  .material-icons.corporate_fare:before {
    content: "\F1D0"; }
  .material-icons.cottage:before {
    content: "\E587"; }
  .material-icons.countertops:before {
    content: "\F1F7"; }
  .material-icons.create:before {
    content: "\E150"; }
  .material-icons.create_new_folder:before {
    content: "\E2CC"; }
  .material-icons.credit_card:before {
    content: "\E870"; }
  .material-icons.credit_card_off:before {
    content: "\E4F4"; }
  .material-icons.credit_score:before {
    content: "\EFF1"; }
  .material-icons.crib:before {
    content: "\E588"; }
  .material-icons.crop:before {
    content: "\E3BE"; }
  .material-icons.crop_16_9:before {
    content: "\E3BC"; }
  .material-icons.crop_3_2:before {
    content: "\E3BD"; }
  .material-icons.crop_5_4:before {
    content: "\E3BF"; }
  .material-icons.crop_7_5:before {
    content: "\E3C0"; }
  .material-icons.crop_din:before {
    content: "\E3C1"; }
  .material-icons.crop_free:before {
    content: "\E3C2"; }
  .material-icons.crop_landscape:before {
    content: "\E3C3"; }
  .material-icons.crop_original:before {
    content: "\E3C4"; }
  .material-icons.crop_portrait:before {
    content: "\E3C5"; }
  .material-icons.crop_rotate:before {
    content: "\E437"; }
  .material-icons.crop_square:before {
    content: "\E3C6"; }
  .material-icons.cruelty_free:before {
    content: "\E799"; }
  .material-icons.currency_exchange:before {
    content: "\EB70"; }
  .material-icons.currency_franc:before {
    content: "\EAFA"; }
  .material-icons.currency_lira:before {
    content: "\EAEF"; }
  .material-icons.currency_pound:before {
    content: "\EAF1"; }
  .material-icons.currency_ruble:before {
    content: "\EAEC"; }
  .material-icons.currency_rupee:before {
    content: "\EAF7"; }
  .material-icons.currency_yen:before {
    content: "\EAFB"; }
  .material-icons.currency_yuan:before {
    content: "\EAF9"; }
  .material-icons.dangerous:before {
    content: "\E99A"; }
  .material-icons.dark_mode:before {
    content: "\E51C"; }
  .material-icons.dashboard:before {
    content: "\E871"; }
  .material-icons.dashboard_customize:before {
    content: "\E99B"; }
  .material-icons.data_array:before {
    content: "\EAD1"; }
  .material-icons.data_exploration:before {
    content: "\E76F"; }
  .material-icons.data_object:before {
    content: "\EAD3"; }
  .material-icons.data_saver_off:before {
    content: "\EFF2"; }
  .material-icons.data_saver_on:before {
    content: "\EFF3"; }
  .material-icons.data_usage:before {
    content: "\E1AF"; }
  .material-icons.date_range:before {
    content: "\E916"; }
  .material-icons.deblur:before {
    content: "\EB77"; }
  .material-icons.deck:before {
    content: "\EA42"; }
  .material-icons.dehaze:before {
    content: "\E3C7"; }
  .material-icons.delete:before {
    content: "\E872"; }
  .material-icons.delete_forever:before {
    content: "\E92B"; }
  .material-icons.delete_outline:before {
    content: "\E92E"; }
  .material-icons.delete_sweep:before {
    content: "\E16C"; }
  .material-icons.delivery_dining:before {
    content: "\EA72"; }
  .material-icons.departure_board:before {
    content: "\E576"; }
  .material-icons.description:before {
    content: "\E873"; }
  .material-icons.design_services:before {
    content: "\F10A"; }
  .material-icons.desktop_access_disabled:before {
    content: "\E99D"; }
  .material-icons.desktop_mac:before {
    content: "\E30B"; }
  .material-icons.desktop_windows:before {
    content: "\E30C"; }
  .material-icons.details:before {
    content: "\E3C8"; }
  .material-icons.developer_board:before {
    content: "\E30D"; }
  .material-icons.developer_board_off:before {
    content: "\E4FF"; }
  .material-icons.developer_mode:before {
    content: "\E1B0"; }
  .material-icons.device_hub:before {
    content: "\E335"; }
  .material-icons.device_thermostat:before {
    content: "\E1FF"; }
  .material-icons.device_unknown:before {
    content: "\E339"; }
  .material-icons.devices:before {
    content: "\E1B1"; }
  .material-icons.devices_other:before {
    content: "\E337"; }
  .material-icons.dialer_sip:before {
    content: "\E0BB"; }
  .material-icons.dialpad:before {
    content: "\E0BC"; }
  .material-icons.diamond:before {
    content: "\EAD5"; }
  .material-icons.dining:before {
    content: "\EFF4"; }
  .material-icons.dinner_dining:before {
    content: "\EA57"; }
  .material-icons.directions:before {
    content: "\E52E"; }
  .material-icons.directions_bike:before {
    content: "\E52F"; }
  .material-icons.directions_boat:before {
    content: "\E532"; }
  .material-icons.directions_boat_filled:before {
    content: "\EFF5"; }
  .material-icons.directions_bus:before {
    content: "\E530"; }
  .material-icons.directions_bus_filled:before {
    content: "\EFF6"; }
  .material-icons.directions_car:before {
    content: "\E531"; }
  .material-icons.directions_car_filled:before {
    content: "\EFF7"; }
  .material-icons.directions_ferry:before {
    content: "\E532"; }
  .material-icons.directions_off:before {
    content: "\F10F"; }
  .material-icons.directions_railway:before {
    content: "\E534"; }
  .material-icons.directions_railway_filled:before {
    content: "\EFF8"; }
  .material-icons.directions_run:before {
    content: "\E566"; }
  .material-icons.directions_subway:before {
    content: "\E533"; }
  .material-icons.directions_subway_filled:before {
    content: "\EFF9"; }
  .material-icons.directions_train:before {
    content: "\E534"; }
  .material-icons.directions_transit:before {
    content: "\E535"; }
  .material-icons.directions_transit_filled:before {
    content: "\EFFA"; }
  .material-icons.directions_walk:before {
    content: "\E536"; }
  .material-icons.dirty_lens:before {
    content: "\EF4B"; }
  .material-icons.disabled_by_default:before {
    content: "\F230"; }
  .material-icons.disabled_visible:before {
    content: "\E76E"; }
  .material-icons.disc_full:before {
    content: "\E610"; }
  .material-icons.discord:before {
    content: "\EA6C"; }
  .material-icons.dnd_forwardslash:before {
    content: "\E611"; }
  .material-icons.dns:before {
    content: "\E875"; }
  .material-icons.do_disturb:before {
    content: "\F08C"; }
  .material-icons.do_disturb_alt:before {
    content: "\F08D"; }
  .material-icons.do_disturb_off:before {
    content: "\F08E"; }
  .material-icons.do_disturb_on:before {
    content: "\F08F"; }
  .material-icons.do_not_disturb:before {
    content: "\E612"; }
  .material-icons.do_not_disturb_alt:before {
    content: "\E611"; }
  .material-icons.do_not_disturb_off:before {
    content: "\E643"; }
  .material-icons.do_not_disturb_on:before {
    content: "\E644"; }
  .material-icons.do_not_disturb_on_total_silence:before {
    content: "\EFFB"; }
  .material-icons.do_not_step:before {
    content: "\F19F"; }
  .material-icons.do_not_touch:before {
    content: "\F1B0"; }
  .material-icons.dock:before {
    content: "\E30E"; }
  .material-icons.document_scanner:before {
    content: "\E5FA"; }
  .material-icons.domain:before {
    content: "\E7EE"; }
  .material-icons.domain_add:before {
    content: "\EB62"; }
  .material-icons.domain_disabled:before {
    content: "\E0EF"; }
  .material-icons.domain_verification:before {
    content: "\EF4C"; }
  .material-icons.done:before {
    content: "\E876"; }
  .material-icons.done_all:before {
    content: "\E877"; }
  .material-icons.done_outline:before {
    content: "\E92F"; }
  .material-icons.donut_large:before {
    content: "\E917"; }
  .material-icons.donut_small:before {
    content: "\E918"; }
  .material-icons.door_back:before {
    content: "\EFFC"; }
  .material-icons.door_front:before {
    content: "\EFFD"; }
  .material-icons.door_sliding:before {
    content: "\EFFE"; }
  .material-icons.doorbell:before {
    content: "\EFFF"; }
  .material-icons.double_arrow:before {
    content: "\EA50"; }
  .material-icons.downhill_skiing:before {
    content: "\E509"; }
  .material-icons.download:before {
    content: "\F090"; }
  .material-icons.download_done:before {
    content: "\F091"; }
  .material-icons.download_for_offline:before {
    content: "\F000"; }
  .material-icons.downloading:before {
    content: "\F001"; }
  .material-icons.drafts:before {
    content: "\E151"; }
  .material-icons.drag_handle:before {
    content: "\E25D"; }
  .material-icons.drag_indicator:before {
    content: "\E945"; }
  .material-icons.draw:before {
    content: "\E746"; }
  .material-icons.drive_eta:before {
    content: "\E613"; }
  .material-icons.drive_file_move:before {
    content: "\E675"; }
  .material-icons.drive_file_move_outline:before {
    content: "\E9A1"; }
  .material-icons.drive_file_move_rtl:before {
    content: "\E76D"; }
  .material-icons.drive_file_rename_outline:before {
    content: "\E9A2"; }
  .material-icons.drive_folder_upload:before {
    content: "\E9A3"; }
  .material-icons.dry:before {
    content: "\F1B3"; }
  .material-icons.dry_cleaning:before {
    content: "\EA58"; }
  .material-icons.duo:before {
    content: "\E9A5"; }
  .material-icons.dvr:before {
    content: "\E1B2"; }
  .material-icons.dynamic_feed:before {
    content: "\EA14"; }
  .material-icons.dynamic_form:before {
    content: "\F1BF"; }
  .material-icons.e_mobiledata:before {
    content: "\F002"; }
  .material-icons.earbuds:before {
    content: "\F003"; }
  .material-icons.earbuds_battery:before {
    content: "\F004"; }
  .material-icons.east:before {
    content: "\F1DF"; }
  .material-icons.eco:before {
    content: "\EA35"; }
  .material-icons.edgesensor_high:before {
    content: "\F005"; }
  .material-icons.edgesensor_low:before {
    content: "\F006"; }
  .material-icons.edit:before {
    content: "\E3C9"; }
  .material-icons.edit_attributes:before {
    content: "\E578"; }
  .material-icons.edit_calendar:before {
    content: "\E742"; }
  .material-icons.edit_location:before {
    content: "\E568"; }
  .material-icons.edit_location_alt:before {
    content: "\E1C5"; }
  .material-icons.edit_note:before {
    content: "\E745"; }
  .material-icons.edit_notifications:before {
    content: "\E525"; }
  .material-icons.edit_off:before {
    content: "\E950"; }
  .material-icons.edit_road:before {
    content: "\EF4D"; }
  .material-icons.egg:before {
    content: "\EACC"; }
  .material-icons.egg_alt:before {
    content: "\EAC8"; }
  .material-icons.eject:before {
    content: "\E8FB"; }
  .material-icons.elderly:before {
    content: "\F21A"; }
  .material-icons.elderly_woman:before {
    content: "\EB69"; }
  .material-icons.electric_bike:before {
    content: "\EB1B"; }
  .material-icons.electric_car:before {
    content: "\EB1C"; }
  .material-icons.electric_moped:before {
    content: "\EB1D"; }
  .material-icons.electric_rickshaw:before {
    content: "\EB1E"; }
  .material-icons.electric_scooter:before {
    content: "\EB1F"; }
  .material-icons.electrical_services:before {
    content: "\F102"; }
  .material-icons.elevator:before {
    content: "\F1A0"; }
  .material-icons.email:before {
    content: "\E0BE"; }
  .material-icons.emergency:before {
    content: "\E1EB"; }
  .material-icons.emoji_emotions:before {
    content: "\EA22"; }
  .material-icons.emoji_events:before {
    content: "\EA23"; }
  .material-icons.emoji_flags:before {
    content: "\EA1A"; }
  .material-icons.emoji_food_beverage:before {
    content: "\EA1B"; }
  .material-icons.emoji_nature:before {
    content: "\EA1C"; }
  .material-icons.emoji_objects:before {
    content: "\EA24"; }
  .material-icons.emoji_people:before {
    content: "\EA1D"; }
  .material-icons.emoji_symbols:before {
    content: "\EA1E"; }
  .material-icons.emoji_transportation:before {
    content: "\EA1F"; }
  .material-icons.engineering:before {
    content: "\EA3D"; }
  .material-icons.enhance_photo_translate:before {
    content: "\E8FC"; }
  .material-icons.enhanced_encryption:before {
    content: "\E63F"; }
  .material-icons.equalizer:before {
    content: "\E01D"; }
  .material-icons.error:before {
    content: "\E000"; }
  .material-icons.error_outline:before {
    content: "\E001"; }
  .material-icons.escalator:before {
    content: "\F1A1"; }
  .material-icons.escalator_warning:before {
    content: "\F1AC"; }
  .material-icons.euro:before {
    content: "\EA15"; }
  .material-icons.euro_symbol:before {
    content: "\E926"; }
  .material-icons.ev_station:before {
    content: "\E56D"; }
  .material-icons.event:before {
    content: "\E878"; }
  .material-icons.event_available:before {
    content: "\E614"; }
  .material-icons.event_busy:before {
    content: "\E615"; }
  .material-icons.event_note:before {
    content: "\E616"; }
  .material-icons.event_seat:before {
    content: "\E903"; }
  .material-icons.exit_to_app:before {
    content: "\E879"; }
  .material-icons.expand:before {
    content: "\E94F"; }
  .material-icons.expand_circle_down:before {
    content: "\E7CD"; }
  .material-icons.expand_less:before {
    content: "\E5CE"; }
  .material-icons.expand_more:before {
    content: "\E5CF"; }
  .material-icons.explicit:before {
    content: "\E01E"; }
  .material-icons.explore:before {
    content: "\E87A"; }
  .material-icons.explore_off:before {
    content: "\E9A8"; }
  .material-icons.exposure:before {
    content: "\E3CA"; }
  .material-icons.exposure_minus_1:before {
    content: "\E3CB"; }
  .material-icons.exposure_minus_2:before {
    content: "\E3CC"; }
  .material-icons.exposure_neg_1:before {
    content: "\E3CB"; }
  .material-icons.exposure_neg_2:before {
    content: "\E3CC"; }
  .material-icons.exposure_plus_1:before {
    content: "\E3CD"; }
  .material-icons.exposure_plus_2:before {
    content: "\E3CE"; }
  .material-icons.exposure_zero:before {
    content: "\E3CF"; }
  .material-icons.extension:before {
    content: "\E87B"; }
  .material-icons.extension_off:before {
    content: "\E4F5"; }
  .material-icons.face:before {
    content: "\E87C"; }
  .material-icons.face_retouching_natural:before {
    content: "\EF4E"; }
  .material-icons.face_retouching_off:before {
    content: "\F007"; }
  .material-icons.facebook:before {
    content: "\F234"; }
  .material-icons.fact_check:before {
    content: "\F0C5"; }
  .material-icons.family_restroom:before {
    content: "\F1A2"; }
  .material-icons.fast_forward:before {
    content: "\E01F"; }
  .material-icons.fast_rewind:before {
    content: "\E020"; }
  .material-icons.fastfood:before {
    content: "\E57A"; }
  .material-icons.favorite:before {
    content: "\E87D"; }
  .material-icons.favorite_border:before {
    content: "\E87E"; }
  .material-icons.favorite_outline:before {
    content: "\E87E"; }
  .material-icons.fax:before {
    content: "\EAD8"; }
  .material-icons.featured_play_list:before {
    content: "\E06D"; }
  .material-icons.featured_video:before {
    content: "\E06E"; }
  .material-icons.feed:before {
    content: "\F009"; }
  .material-icons.feedback:before {
    content: "\E87F"; }
  .material-icons.female:before {
    content: "\E590"; }
  .material-icons.fence:before {
    content: "\F1F6"; }
  .material-icons.festival:before {
    content: "\EA68"; }
  .material-icons.fiber_dvr:before {
    content: "\E05D"; }
  .material-icons.fiber_manual_record:before {
    content: "\E061"; }
  .material-icons.fiber_new:before {
    content: "\E05E"; }
  .material-icons.fiber_pin:before {
    content: "\E06A"; }
  .material-icons.fiber_smart_record:before {
    content: "\E062"; }
  .material-icons.file_copy:before {
    content: "\E173"; }
  .material-icons.file_download:before {
    content: "\E2C4"; }
  .material-icons.file_download_done:before {
    content: "\E9AA"; }
  .material-icons.file_download_off:before {
    content: "\E4FE"; }
  .material-icons.file_open:before {
    content: "\EAF3"; }
  .material-icons.file_present:before {
    content: "\EA0E"; }
  .material-icons.file_upload:before {
    content: "\E2C6"; }
  .material-icons.filter:before {
    content: "\E3D3"; }
  .material-icons.filter_1:before {
    content: "\E3D0"; }
  .material-icons.filter_2:before {
    content: "\E3D1"; }
  .material-icons.filter_3:before {
    content: "\E3D2"; }
  .material-icons.filter_4:before {
    content: "\E3D4"; }
  .material-icons.filter_5:before {
    content: "\E3D5"; }
  .material-icons.filter_6:before {
    content: "\E3D6"; }
  .material-icons.filter_7:before {
    content: "\E3D7"; }
  .material-icons.filter_8:before {
    content: "\E3D8"; }
  .material-icons.filter_9:before {
    content: "\E3D9"; }
  .material-icons.filter_9_plus:before {
    content: "\E3DA"; }
  .material-icons.filter_alt:before {
    content: "\EF4F"; }
  .material-icons.filter_alt_off:before {
    content: "\EB32"; }
  .material-icons.filter_b_and_w:before {
    content: "\E3DB"; }
  .material-icons.filter_center_focus:before {
    content: "\E3DC"; }
  .material-icons.filter_drama:before {
    content: "\E3DD"; }
  .material-icons.filter_frames:before {
    content: "\E3DE"; }
  .material-icons.filter_hdr:before {
    content: "\E3DF"; }
  .material-icons.filter_list:before {
    content: "\E152"; }
  .material-icons.filter_list_alt:before {
    content: "\E94E"; }
  .material-icons.filter_list_off:before {
    content: "\EB57"; }
  .material-icons.filter_none:before {
    content: "\E3E0"; }
  .material-icons.filter_tilt_shift:before {
    content: "\E3E2"; }
  .material-icons.filter_vintage:before {
    content: "\E3E3"; }
  .material-icons.find_in_page:before {
    content: "\E880"; }
  .material-icons.find_replace:before {
    content: "\E881"; }
  .material-icons.fingerprint:before {
    content: "\E90D"; }
  .material-icons.fire_extinguisher:before {
    content: "\F1D8"; }
  .material-icons.fire_hydrant:before {
    content: "\F1A3"; }
  .material-icons.fireplace:before {
    content: "\EA43"; }
  .material-icons.first_page:before {
    content: "\E5DC"; }
  .material-icons.fit_screen:before {
    content: "\EA10"; }
  .material-icons.fitbit:before {
    content: "\E82B"; }
  .material-icons.fitness_center:before {
    content: "\EB43"; }
  .material-icons.flag:before {
    content: "\E153"; }
  .material-icons.flag_circle:before {
    content: "\EAF8"; }
  .material-icons.flaky:before {
    content: "\EF50"; }
  .material-icons.flare:before {
    content: "\E3E4"; }
  .material-icons.flash_auto:before {
    content: "\E3E5"; }
  .material-icons.flash_off:before {
    content: "\E3E6"; }
  .material-icons.flash_on:before {
    content: "\E3E7"; }
  .material-icons.flashlight_off:before {
    content: "\F00A"; }
  .material-icons.flashlight_on:before {
    content: "\F00B"; }
  .material-icons.flatware:before {
    content: "\F00C"; }
  .material-icons.flight:before {
    content: "\E539"; }
  .material-icons.flight_class:before {
    content: "\E7CB"; }
  .material-icons.flight_land:before {
    content: "\E904"; }
  .material-icons.flight_takeoff:before {
    content: "\E905"; }
  .material-icons.flip:before {
    content: "\E3E8"; }
  .material-icons.flip_camera_android:before {
    content: "\EA37"; }
  .material-icons.flip_camera_ios:before {
    content: "\EA38"; }
  .material-icons.flip_to_back:before {
    content: "\E882"; }
  .material-icons.flip_to_front:before {
    content: "\E883"; }
  .material-icons.flourescent:before {
    content: "\F00D"; }
  .material-icons.flutter_dash:before {
    content: "\E00B"; }
  .material-icons.fmd_bad:before {
    content: "\F00E"; }
  .material-icons.fmd_good:before {
    content: "\F00F"; }
  .material-icons.foggy:before {
    content: "\E818"; }
  .material-icons.folder:before {
    content: "\E2C7"; }
  .material-icons.folder_delete:before {
    content: "\EB34"; }
  .material-icons.folder_open:before {
    content: "\E2C8"; }
  .material-icons.folder_shared:before {
    content: "\E2C9"; }
  .material-icons.folder_special:before {
    content: "\E617"; }
  .material-icons.folder_zip:before {
    content: "\EB2C"; }
  .material-icons.follow_the_signs:before {
    content: "\F222"; }
  .material-icons.font_download:before {
    content: "\E167"; }
  .material-icons.font_download_off:before {
    content: "\E4F9"; }
  .material-icons.food_bank:before {
    content: "\F1F2"; }
  .material-icons.forest:before {
    content: "\EA99"; }
  .material-icons.format_align_center:before {
    content: "\E234"; }
  .material-icons.format_align_justify:before {
    content: "\E235"; }
  .material-icons.format_align_left:before {
    content: "\E236"; }
  .material-icons.format_align_right:before {
    content: "\E237"; }
  .material-icons.format_bold:before {
    content: "\E238"; }
  .material-icons.format_clear:before {
    content: "\E239"; }
  .material-icons.format_color_fill:before {
    content: "\E23A"; }
  .material-icons.format_color_reset:before {
    content: "\E23B"; }
  .material-icons.format_color_text:before {
    content: "\E23C"; }
  .material-icons.format_indent_decrease:before {
    content: "\E23D"; }
  .material-icons.format_indent_increase:before {
    content: "\E23E"; }
  .material-icons.format_italic:before {
    content: "\E23F"; }
  .material-icons.format_line_spacing:before {
    content: "\E240"; }
  .material-icons.format_list_bulleted:before {
    content: "\E241"; }
  .material-icons.format_list_numbered:before {
    content: "\E242"; }
  .material-icons.format_list_numbered_rtl:before {
    content: "\E267"; }
  .material-icons.format_overline:before {
    content: "\EB65"; }
  .material-icons.format_paint:before {
    content: "\E243"; }
  .material-icons.format_quote:before {
    content: "\E244"; }
  .material-icons.format_shapes:before {
    content: "\E25E"; }
  .material-icons.format_size:before {
    content: "\E245"; }
  .material-icons.format_strikethrough:before {
    content: "\E246"; }
  .material-icons.format_textdirection_l_to_r:before {
    content: "\E247"; }
  .material-icons.format_textdirection_r_to_l:before {
    content: "\E248"; }
  .material-icons.format_underline:before {
    content: "\E249"; }
  .material-icons.format_underlined:before {
    content: "\E249"; }
  .material-icons.fort:before {
    content: "\EAAD"; }
  .material-icons.forum:before {
    content: "\E0BF"; }
  .material-icons.forward:before {
    content: "\E154"; }
  .material-icons.forward_10:before {
    content: "\E056"; }
  .material-icons.forward_30:before {
    content: "\E057"; }
  .material-icons.forward_5:before {
    content: "\E058"; }
  .material-icons.forward_to_inbox:before {
    content: "\F187"; }
  .material-icons.foundation:before {
    content: "\F200"; }
  .material-icons.free_breakfast:before {
    content: "\EB44"; }
  .material-icons.free_cancellation:before {
    content: "\E748"; }
  .material-icons.front_hand:before {
    content: "\E769"; }
  .material-icons.fullscreen:before {
    content: "\E5D0"; }
  .material-icons.fullscreen_exit:before {
    content: "\E5D1"; }
  .material-icons.functions:before {
    content: "\E24A"; }
  .material-icons.g_mobiledata:before {
    content: "\F010"; }
  .material-icons.g_translate:before {
    content: "\E927"; }
  .material-icons.gamepad:before {
    content: "\E30F"; }
  .material-icons.games:before {
    content: "\E021"; }
  .material-icons.garage:before {
    content: "\F011"; }
  .material-icons.gavel:before {
    content: "\E90E"; }
  .material-icons.generating_tokens:before {
    content: "\E749"; }
  .material-icons.gesture:before {
    content: "\E155"; }
  .material-icons.get_app:before {
    content: "\E884"; }
  .material-icons.gif:before {
    content: "\E908"; }
  .material-icons.gif_box:before {
    content: "\E7A3"; }
  .material-icons.girl:before {
    content: "\EB68"; }
  .material-icons.gite:before {
    content: "\E58B"; }
  .material-icons.goat:before {
    content: "\EBFF"; }
  .material-icons.golf_course:before {
    content: "\EB45"; }
  .material-icons.gpp_bad:before {
    content: "\F012"; }
  .material-icons.gpp_good:before {
    content: "\F013"; }
  .material-icons.gpp_maybe:before {
    content: "\F014"; }
  .material-icons.gps_fixed:before {
    content: "\E1B3"; }
  .material-icons.gps_not_fixed:before {
    content: "\E1B4"; }
  .material-icons.gps_off:before {
    content: "\E1B5"; }
  .material-icons.grade:before {
    content: "\E885"; }
  .material-icons.gradient:before {
    content: "\E3E9"; }
  .material-icons.grading:before {
    content: "\EA4F"; }
  .material-icons.grain:before {
    content: "\E3EA"; }
  .material-icons.graphic_eq:before {
    content: "\E1B8"; }
  .material-icons.grass:before {
    content: "\F205"; }
  .material-icons.grid_3x3:before {
    content: "\F015"; }
  .material-icons.grid_4x4:before {
    content: "\F016"; }
  .material-icons.grid_goldenratio:before {
    content: "\F017"; }
  .material-icons.grid_off:before {
    content: "\E3EB"; }
  .material-icons.grid_on:before {
    content: "\E3EC"; }
  .material-icons.grid_view:before {
    content: "\E9B0"; }
  .material-icons.group:before {
    content: "\E7EF"; }
  .material-icons.group_add:before {
    content: "\E7F0"; }
  .material-icons.group_off:before {
    content: "\E747"; }
  .material-icons.group_remove:before {
    content: "\E7AD"; }
  .material-icons.group_work:before {
    content: "\E886"; }
  .material-icons.groups:before {
    content: "\F233"; }
  .material-icons.h_mobiledata:before {
    content: "\F018"; }
  .material-icons.h_plus_mobiledata:before {
    content: "\F019"; }
  .material-icons.hail:before {
    content: "\E9B1"; }
  .material-icons.handyman:before {
    content: "\F10B"; }
  .material-icons.hardware:before {
    content: "\EA59"; }
  .material-icons.hd:before {
    content: "\E052"; }
  .material-icons.hdr_auto:before {
    content: "\F01A"; }
  .material-icons.hdr_auto_select:before {
    content: "\F01B"; }
  .material-icons.hdr_enhanced_select:before {
    content: "\EF51"; }
  .material-icons.hdr_off:before {
    content: "\E3ED"; }
  .material-icons.hdr_off_select:before {
    content: "\F01C"; }
  .material-icons.hdr_on:before {
    content: "\E3EE"; }
  .material-icons.hdr_on_select:before {
    content: "\F01D"; }
  .material-icons.hdr_plus:before {
    content: "\F01E"; }
  .material-icons.hdr_strong:before {
    content: "\E3F1"; }
  .material-icons.hdr_weak:before {
    content: "\E3F2"; }
  .material-icons.headphones:before {
    content: "\F01F"; }
  .material-icons.headphones_battery:before {
    content: "\F020"; }
  .material-icons.headset:before {
    content: "\E310"; }
  .material-icons.headset_mic:before {
    content: "\E311"; }
  .material-icons.headset_off:before {
    content: "\E33A"; }
  .material-icons.healing:before {
    content: "\E3F3"; }
  .material-icons.health_and_safety:before {
    content: "\E1D5"; }
  .material-icons.hearing:before {
    content: "\E023"; }
  .material-icons.hearing_disabled:before {
    content: "\F104"; }
  .material-icons.heart_broken:before {
    content: "\EAC2"; }
  .material-icons.height:before {
    content: "\EA16"; }
  .material-icons.help:before {
    content: "\E887"; }
  .material-icons.help_center:before {
    content: "\F1C0"; }
  .material-icons.help_outline:before {
    content: "\E8FD"; }
  .material-icons.hevc:before {
    content: "\F021"; }
  .material-icons.hexagon:before {
    content: "\EB39"; }
  .material-icons.hide_image:before {
    content: "\F022"; }
  .material-icons.hide_source:before {
    content: "\F023"; }
  .material-icons.high_quality:before {
    content: "\E024"; }
  .material-icons.highlight:before {
    content: "\E25F"; }
  .material-icons.highlight_alt:before {
    content: "\EF52"; }
  .material-icons.highlight_off:before {
    content: "\E888"; }
  .material-icons.highlight_remove:before {
    content: "\E888"; }
  .material-icons.hiking:before {
    content: "\E50A"; }
  .material-icons.history:before {
    content: "\E889"; }
  .material-icons.history_edu:before {
    content: "\EA3E"; }
  .material-icons.history_toggle_off:before {
    content: "\F17D"; }
  .material-icons.hive:before {
    content: "\EAA6"; }
  .material-icons.holiday_village:before {
    content: "\E58A"; }
  .material-icons.home:before {
    content: "\E88A"; }
  .material-icons.home_filled:before {
    content: "\E9B2"; }
  .material-icons.home_max:before {
    content: "\F024"; }
  .material-icons.home_mini:before {
    content: "\F025"; }
  .material-icons.home_repair_service:before {
    content: "\F100"; }
  .material-icons.home_work:before {
    content: "\EA09"; }
  .material-icons.horizontal_distribute:before {
    content: "\E014"; }
  .material-icons.horizontal_rule:before {
    content: "\F108"; }
  .material-icons.horizontal_split:before {
    content: "\E947"; }
  .material-icons.hot_tub:before {
    content: "\EB46"; }
  .material-icons.hotel:before {
    content: "\E53A"; }
  .material-icons.hotel_class:before {
    content: "\E743"; }
  .material-icons.hourglass_bottom:before {
    content: "\EA5C"; }
  .material-icons.hourglass_disabled:before {
    content: "\EF53"; }
  .material-icons.hourglass_empty:before {
    content: "\E88B"; }
  .material-icons.hourglass_full:before {
    content: "\E88C"; }
  .material-icons.hourglass_top:before {
    content: "\EA5B"; }
  .material-icons.house:before {
    content: "\EA44"; }
  .material-icons.house_siding:before {
    content: "\F202"; }
  .material-icons.houseboat:before {
    content: "\E584"; }
  .material-icons.how_to_reg:before {
    content: "\E174"; }
  .material-icons.how_to_vote:before {
    content: "\E175"; }
  .material-icons.http:before {
    content: "\E902"; }
  .material-icons.https:before {
    content: "\E88D"; }
  .material-icons.hub:before {
    content: "\E9F4"; }
  .material-icons.hvac:before {
    content: "\F10E"; }
  .material-icons.ice_skating:before {
    content: "\E50B"; }
  .material-icons.icecream:before {
    content: "\EA69"; }
  .material-icons.image:before {
    content: "\E3F4"; }
  .material-icons.image_aspect_ratio:before {
    content: "\E3F5"; }
  .material-icons.image_not_supported:before {
    content: "\F116"; }
  .material-icons.image_search:before {
    content: "\E43F"; }
  .material-icons.imagesearch_roller:before {
    content: "\E9B4"; }
  .material-icons.import_contacts:before {
    content: "\E0E0"; }
  .material-icons.import_export:before {
    content: "\E0C3"; }
  .material-icons.important_devices:before {
    content: "\E912"; }
  .material-icons.inbox:before {
    content: "\E156"; }
  .material-icons.incomplete_circle:before {
    content: "\E79B"; }
  .material-icons.indeterminate_check_box:before {
    content: "\E909"; }
  .material-icons.info:before {
    content: "\E88E"; }
  .material-icons.info_outline:before {
    content: "\E88F"; }
  .material-icons.input:before {
    content: "\E890"; }
  .material-icons.insert_chart:before {
    content: "\E24B"; }
  .material-icons.insert_chart_outlined:before {
    content: "\E26A"; }
  .material-icons.insert_comment:before {
    content: "\E24C"; }
  .material-icons.insert_drive_file:before {
    content: "\E24D"; }
  .material-icons.insert_emoticon:before {
    content: "\E24E"; }
  .material-icons.insert_invitation:before {
    content: "\E24F"; }
  .material-icons.insert_link:before {
    content: "\E250"; }
  .material-icons.insert_page_break:before {
    content: "\EACA"; }
  .material-icons.insert_photo:before {
    content: "\E251"; }
  .material-icons.insights:before {
    content: "\F092"; }
  .material-icons.install_desktop:before {
    content: "\EB71"; }
  .material-icons.install_mobile:before {
    content: "\EB72"; }
  .material-icons.integration_instructions:before {
    content: "\EF54"; }
  .material-icons.interests:before {
    content: "\E7C8"; }
  .material-icons.interpreter_mode:before {
    content: "\E83B"; }
  .material-icons.inventory:before {
    content: "\E179"; }
  .material-icons.inventory_2:before {
    content: "\E1A1"; }
  .material-icons.invert_colors:before {
    content: "\E891"; }
  .material-icons.invert_colors_off:before {
    content: "\E0C4"; }
  .material-icons.invert_colors_on:before {
    content: "\E891"; }
  .material-icons.ios_share:before {
    content: "\E6B8"; }
  .material-icons.iron:before {
    content: "\E583"; }
  .material-icons.iso:before {
    content: "\E3F6"; }
  .material-icons.join_full:before {
    content: "\EAEB"; }
  .material-icons.join_inner:before {
    content: "\EAF4"; }
  .material-icons.join_left:before {
    content: "\EAF2"; }
  .material-icons.join_right:before {
    content: "\EAEA"; }
  .material-icons.kayaking:before {
    content: "\E50C"; }
  .material-icons.kebab_dining:before {
    content: "\E842"; }
  .material-icons.key:before {
    content: "\E73C"; }
  .material-icons.keyboard:before {
    content: "\E312"; }
  .material-icons.keyboard_alt:before {
    content: "\F028"; }
  .material-icons.keyboard_arrow_down:before {
    content: "\E313"; }
  .material-icons.keyboard_arrow_left:before {
    content: "\E314"; }
  .material-icons.keyboard_arrow_right:before {
    content: "\E315"; }
  .material-icons.keyboard_arrow_up:before {
    content: "\E316"; }
  .material-icons.keyboard_backspace:before {
    content: "\E317"; }
  .material-icons.keyboard_capslock:before {
    content: "\E318"; }
  .material-icons.keyboard_command:before {
    content: "\EAE0"; }
  .material-icons.keyboard_command_key:before {
    content: "\EAE7"; }
  .material-icons.keyboard_control:before {
    content: "\E5D3"; }
  .material-icons.keyboard_control_key:before {
    content: "\EAE6"; }
  .material-icons.keyboard_double_arrow_down:before {
    content: "\EAD0"; }
  .material-icons.keyboard_double_arrow_left:before {
    content: "\EAC3"; }
  .material-icons.keyboard_double_arrow_right:before {
    content: "\EAC9"; }
  .material-icons.keyboard_double_arrow_up:before {
    content: "\EACF"; }
  .material-icons.keyboard_hide:before {
    content: "\E31A"; }
  .material-icons.keyboard_option:before {
    content: "\EADF"; }
  .material-icons.keyboard_option_key:before {
    content: "\EAE8"; }
  .material-icons.keyboard_return:before {
    content: "\E31B"; }
  .material-icons.keyboard_tab:before {
    content: "\E31C"; }
  .material-icons.keyboard_voice:before {
    content: "\E31D"; }
  .material-icons.king_bed:before {
    content: "\EA45"; }
  .material-icons.kitchen:before {
    content: "\EB47"; }
  .material-icons.kitesurfing:before {
    content: "\E50D"; }
  .material-icons.label:before {
    content: "\E892"; }
  .material-icons.label_important:before {
    content: "\E937"; }
  .material-icons.label_important_outline:before {
    content: "\E948"; }
  .material-icons.label_off:before {
    content: "\E9B6"; }
  .material-icons.label_outline:before {
    content: "\E893"; }
  .material-icons.lan:before {
    content: "\EB2F"; }
  .material-icons.landscape:before {
    content: "\E3F7"; }
  .material-icons.language:before {
    content: "\E894"; }
  .material-icons.laptop:before {
    content: "\E31E"; }
  .material-icons.laptop_chromebook:before {
    content: "\E31F"; }
  .material-icons.laptop_mac:before {
    content: "\E320"; }
  .material-icons.laptop_windows:before {
    content: "\E321"; }
  .material-icons.last_page:before {
    content: "\E5DD"; }
  .material-icons.launch:before {
    content: "\E895"; }
  .material-icons.layers:before {
    content: "\E53B"; }
  .material-icons.layers_clear:before {
    content: "\E53C"; }
  .material-icons.leaderboard:before {
    content: "\F20C"; }
  .material-icons.leak_add:before {
    content: "\E3F8"; }
  .material-icons.leak_remove:before {
    content: "\E3F9"; }
  .material-icons.leave_bags_at_home:before {
    content: "\F21B"; }
  .material-icons.legend_toggle:before {
    content: "\F11B"; }
  .material-icons.lens:before {
    content: "\E3FA"; }
  .material-icons.lens_blur:before {
    content: "\F029"; }
  .material-icons.library_add:before {
    content: "\E02E"; }
  .material-icons.library_add_check:before {
    content: "\E9B7"; }
  .material-icons.library_books:before {
    content: "\E02F"; }
  .material-icons.library_music:before {
    content: "\E030"; }
  .material-icons.light:before {
    content: "\F02A"; }
  .material-icons.light_mode:before {
    content: "\E518"; }
  .material-icons.lightbulb:before {
    content: "\E0F0"; }
  .material-icons.lightbulb_outline:before {
    content: "\E90F"; }
  .material-icons.line_axis:before {
    content: "\EA9A"; }
  .material-icons.line_style:before {
    content: "\E919"; }
  .material-icons.line_weight:before {
    content: "\E91A"; }
  .material-icons.linear_scale:before {
    content: "\E260"; }
  .material-icons.link:before {
    content: "\E157"; }
  .material-icons.link_off:before {
    content: "\E16F"; }
  .material-icons.linked_camera:before {
    content: "\E438"; }
  .material-icons.liquor:before {
    content: "\EA60"; }
  .material-icons.list:before {
    content: "\E896"; }
  .material-icons.list_alt:before {
    content: "\E0EE"; }
  .material-icons.live_help:before {
    content: "\E0C6"; }
  .material-icons.live_tv:before {
    content: "\E639"; }
  .material-icons.living:before {
    content: "\F02B"; }
  .material-icons.local_activity:before {
    content: "\E53F"; }
  .material-icons.local_airport:before {
    content: "\E53D"; }
  .material-icons.local_atm:before {
    content: "\E53E"; }
  .material-icons.local_attraction:before {
    content: "\E53F"; }
  .material-icons.local_bar:before {
    content: "\E540"; }
  .material-icons.local_cafe:before {
    content: "\E541"; }
  .material-icons.local_car_wash:before {
    content: "\E542"; }
  .material-icons.local_convenience_store:before {
    content: "\E543"; }
  .material-icons.local_dining:before {
    content: "\E556"; }
  .material-icons.local_drink:before {
    content: "\E544"; }
  .material-icons.local_fire_department:before {
    content: "\EF55"; }
  .material-icons.local_florist:before {
    content: "\E545"; }
  .material-icons.local_gas_station:before {
    content: "\E546"; }
  .material-icons.local_grocery_store:before {
    content: "\E547"; }
  .material-icons.local_hospital:before {
    content: "\E548"; }
  .material-icons.local_hotel:before {
    content: "\E549"; }
  .material-icons.local_laundry_service:before {
    content: "\E54A"; }
  .material-icons.local_library:before {
    content: "\E54B"; }
  .material-icons.local_mall:before {
    content: "\E54C"; }
  .material-icons.local_movies:before {
    content: "\E54D"; }
  .material-icons.local_offer:before {
    content: "\E54E"; }
  .material-icons.local_parking:before {
    content: "\E54F"; }
  .material-icons.local_pharmacy:before {
    content: "\E550"; }
  .material-icons.local_phone:before {
    content: "\E551"; }
  .material-icons.local_pizza:before {
    content: "\E552"; }
  .material-icons.local_play:before {
    content: "\E553"; }
  .material-icons.local_police:before {
    content: "\EF56"; }
  .material-icons.local_post_office:before {
    content: "\E554"; }
  .material-icons.local_print_shop:before {
    content: "\E555"; }
  .material-icons.local_printshop:before {
    content: "\E555"; }
  .material-icons.local_restaurant:before {
    content: "\E556"; }
  .material-icons.local_see:before {
    content: "\E557"; }
  .material-icons.local_shipping:before {
    content: "\E558"; }
  .material-icons.local_taxi:before {
    content: "\E559"; }
  .material-icons.location_city:before {
    content: "\E7F1"; }
  .material-icons.location_disabled:before {
    content: "\E1B6"; }
  .material-icons.location_history:before {
    content: "\E55A"; }
  .material-icons.location_off:before {
    content: "\E0C7"; }
  .material-icons.location_on:before {
    content: "\E0C8"; }
  .material-icons.location_pin:before {
    content: "\F1DB"; }
  .material-icons.location_searching:before {
    content: "\E1B7"; }
  .material-icons.lock:before {
    content: "\E897"; }
  .material-icons.lock_clock:before {
    content: "\EF57"; }
  .material-icons.lock_open:before {
    content: "\E898"; }
  .material-icons.lock_outline:before {
    content: "\E899"; }
  .material-icons.lock_reset:before {
    content: "\EADE"; }
  .material-icons.login:before {
    content: "\EA77"; }
  .material-icons.logo_dev:before {
    content: "\EAD6"; }
  .material-icons.logout:before {
    content: "\E9BA"; }
  .material-icons.looks:before {
    content: "\E3FC"; }
  .material-icons.looks_3:before {
    content: "\E3FB"; }
  .material-icons.looks_4:before {
    content: "\E3FD"; }
  .material-icons.looks_5:before {
    content: "\E3FE"; }
  .material-icons.looks_6:before {
    content: "\E3FF"; }
  .material-icons.looks_one:before {
    content: "\E400"; }
  .material-icons.looks_two:before {
    content: "\E401"; }
  .material-icons.loop:before {
    content: "\E028"; }
  .material-icons.loupe:before {
    content: "\E402"; }
  .material-icons.low_priority:before {
    content: "\E16D"; }
  .material-icons.loyalty:before {
    content: "\E89A"; }
  .material-icons.lte_mobiledata:before {
    content: "\F02C"; }
  .material-icons.lte_plus_mobiledata:before {
    content: "\F02D"; }
  .material-icons.luggage:before {
    content: "\F235"; }
  .material-icons.lunch_dining:before {
    content: "\EA61"; }
  .material-icons.mail:before {
    content: "\E158"; }
  .material-icons.mail_outline:before {
    content: "\E0E1"; }
  .material-icons.male:before {
    content: "\E58E"; }
  .material-icons.man:before {
    content: "\E4EB"; }
  .material-icons.manage_accounts:before {
    content: "\F02E"; }
  .material-icons.manage_search:before {
    content: "\F02F"; }
  .material-icons.map:before {
    content: "\E55B"; }
  .material-icons.maps_home_work:before {
    content: "\F030"; }
  .material-icons.maps_ugc:before {
    content: "\EF58"; }
  .material-icons.margin:before {
    content: "\E9BB"; }
  .material-icons.mark_as_unread:before {
    content: "\E9BC"; }
  .material-icons.mark_chat_read:before {
    content: "\F18B"; }
  .material-icons.mark_chat_unread:before {
    content: "\F189"; }
  .material-icons.mark_email_read:before {
    content: "\F18C"; }
  .material-icons.mark_email_unread:before {
    content: "\F18A"; }
  .material-icons.markunread:before {
    content: "\E159"; }
  .material-icons.markunread_mailbox:before {
    content: "\E89B"; }
  .material-icons.masks:before {
    content: "\F218"; }
  .material-icons.maximize:before {
    content: "\E930"; }
  .material-icons.media_bluetooth_off:before {
    content: "\F031"; }
  .material-icons.media_bluetooth_on:before {
    content: "\F032"; }
  .material-icons.mediation:before {
    content: "\EFA7"; }
  .material-icons.medical_services:before {
    content: "\F109"; }
  .material-icons.medication:before {
    content: "\F033"; }
  .material-icons.medication_liquid:before {
    content: "\EA87"; }
  .material-icons.meeting_room:before {
    content: "\EB4F"; }
  .material-icons.memory:before {
    content: "\E322"; }
  .material-icons.menu:before {
    content: "\E5D2"; }
  .material-icons.menu_book:before {
    content: "\EA19"; }
  .material-icons.menu_open:before {
    content: "\E9BD"; }
  .material-icons.merge_type:before {
    content: "\E252"; }
  .material-icons.message:before {
    content: "\E0C9"; }
  .material-icons.messenger:before {
    content: "\E0CA"; }
  .material-icons.messenger_outline:before {
    content: "\E0CB"; }
  .material-icons.mic:before {
    content: "\E029"; }
  .material-icons.mic_external_off:before {
    content: "\EF59"; }
  .material-icons.mic_external_on:before {
    content: "\EF5A"; }
  .material-icons.mic_none:before {
    content: "\E02A"; }
  .material-icons.mic_off:before {
    content: "\E02B"; }
  .material-icons.microwave:before {
    content: "\F204"; }
  .material-icons.military_tech:before {
    content: "\EA3F"; }
  .material-icons.minimize:before {
    content: "\E931"; }
  .material-icons.miscellaneous_services:before {
    content: "\F10C"; }
  .material-icons.missed_video_call:before {
    content: "\E073"; }
  .material-icons.mms:before {
    content: "\E618"; }
  .material-icons.mobile_friendly:before {
    content: "\E200"; }
  .material-icons.mobile_off:before {
    content: "\E201"; }
  .material-icons.mobile_screen_share:before {
    content: "\E0E7"; }
  .material-icons.mobiledata_off:before {
    content: "\F034"; }
  .material-icons.mode:before {
    content: "\F097"; }
  .material-icons.mode_comment:before {
    content: "\E253"; }
  .material-icons.mode_edit:before {
    content: "\E254"; }
  .material-icons.mode_edit_outline:before {
    content: "\F035"; }
  .material-icons.mode_night:before {
    content: "\F036"; }
  .material-icons.mode_of_travel:before {
    content: "\E7CE"; }
  .material-icons.mode_standby:before {
    content: "\F037"; }
  .material-icons.model_training:before {
    content: "\F0CF"; }
  .material-icons.monetization_on:before {
    content: "\E263"; }
  .material-icons.money:before {
    content: "\E57D"; }
  .material-icons.money_off:before {
    content: "\E25C"; }
  .material-icons.money_off_csred:before {
    content: "\F038"; }
  .material-icons.monitor:before {
    content: "\EF5B"; }
  .material-icons.monitor_heart:before {
    content: "\EAA2"; }
  .material-icons.monitor_weight:before {
    content: "\F039"; }
  .material-icons.monochrome_photos:before {
    content: "\E403"; }
  .material-icons.mood:before {
    content: "\E7F2"; }
  .material-icons.mood_bad:before {
    content: "\E7F3"; }
  .material-icons.moped:before {
    content: "\EB28"; }
  .material-icons.more:before {
    content: "\E619"; }
  .material-icons.more_horiz:before {
    content: "\E5D3"; }
  .material-icons.more_time:before {
    content: "\EA5D"; }
  .material-icons.more_vert:before {
    content: "\E5D4"; }
  .material-icons.mosque:before {
    content: "\EAB2"; }
  .material-icons.motion_photos_auto:before {
    content: "\F03A"; }
  .material-icons.motion_photos_off:before {
    content: "\E9C0"; }
  .material-icons.motion_photos_on:before {
    content: "\E9C1"; }
  .material-icons.motion_photos_pause:before {
    content: "\F227"; }
  .material-icons.motion_photos_paused:before {
    content: "\E9C2"; }
  .material-icons.motorcycle:before {
    content: "\E91B"; }
  .material-icons.mouse:before {
    content: "\E323"; }
  .material-icons.move_down:before {
    content: "\EB61"; }
  .material-icons.move_to_inbox:before {
    content: "\E168"; }
  .material-icons.move_up:before {
    content: "\EB64"; }
  .material-icons.movie:before {
    content: "\E02C"; }
  .material-icons.movie_creation:before {
    content: "\E404"; }
  .material-icons.movie_filter:before {
    content: "\E43A"; }
  .material-icons.moving:before {
    content: "\E501"; }
  .material-icons.mp:before {
    content: "\E9C3"; }
  .material-icons.multiline_chart:before {
    content: "\E6DF"; }
  .material-icons.multiple_stop:before {
    content: "\F1B9"; }
  .material-icons.multitrack_audio:before {
    content: "\E1B8"; }
  .material-icons.museum:before {
    content: "\EA36"; }
  .material-icons.music_note:before {
    content: "\E405"; }
  .material-icons.music_off:before {
    content: "\E440"; }
  .material-icons.music_video:before {
    content: "\E063"; }
  .material-icons.my_library_add:before {
    content: "\E02E"; }
  .material-icons.my_library_books:before {
    content: "\E02F"; }
  .material-icons.my_library_music:before {
    content: "\E030"; }
  .material-icons.my_location:before {
    content: "\E55C"; }
  .material-icons.nat:before {
    content: "\EF5C"; }
  .material-icons.nature:before {
    content: "\E406"; }
  .material-icons.nature_people:before {
    content: "\E407"; }
  .material-icons.navigate_before:before {
    content: "\E408"; }
  .material-icons.navigate_next:before {
    content: "\E409"; }
  .material-icons.navigation:before {
    content: "\E55D"; }
  .material-icons.near_me:before {
    content: "\E569"; }
  .material-icons.near_me_disabled:before {
    content: "\F1EF"; }
  .material-icons.nearby_error:before {
    content: "\F03B"; }
  .material-icons.nearby_off:before {
    content: "\F03C"; }
  .material-icons.network_cell:before {
    content: "\E1B9"; }
  .material-icons.network_check:before {
    content: "\E640"; }
  .material-icons.network_locked:before {
    content: "\E61A"; }
  .material-icons.network_wifi:before {
    content: "\E1BA"; }
  .material-icons.new_label:before {
    content: "\E609"; }
  .material-icons.new_releases:before {
    content: "\E031"; }
  .material-icons.next_plan:before {
    content: "\EF5D"; }
  .material-icons.next_week:before {
    content: "\E16A"; }
  .material-icons.nfc:before {
    content: "\E1BB"; }
  .material-icons.night_shelter:before {
    content: "\F1F1"; }
  .material-icons.nightlife:before {
    content: "\EA62"; }
  .material-icons.nightlight:before {
    content: "\F03D"; }
  .material-icons.nightlight_round:before {
    content: "\EF5E"; }
  .material-icons.nights_stay:before {
    content: "\EA46"; }
  .material-icons.no_accounts:before {
    content: "\F03E"; }
  .material-icons.no_backpack:before {
    content: "\F237"; }
  .material-icons.no_cell:before {
    content: "\F1A4"; }
  .material-icons.no_drinks:before {
    content: "\F1A5"; }
  .material-icons.no_encryption:before {
    content: "\E641"; }
  .material-icons.no_encryption_gmailerrorred:before {
    content: "\F03F"; }
  .material-icons.no_flash:before {
    content: "\F1A6"; }
  .material-icons.no_food:before {
    content: "\F1A7"; }
  .material-icons.no_luggage:before {
    content: "\F23B"; }
  .material-icons.no_meals:before {
    content: "\F1D6"; }
  .material-icons.no_meals_ouline:before {
    content: "\F229"; }
  .material-icons.no_meeting_room:before {
    content: "\EB4E"; }
  .material-icons.no_photography:before {
    content: "\F1A8"; }
  .material-icons.no_sim:before {
    content: "\E0CC"; }
  .material-icons.no_stroller:before {
    content: "\F1AF"; }
  .material-icons.no_transfer:before {
    content: "\F1D5"; }
  .material-icons.nordic_walking:before {
    content: "\E50E"; }
  .material-icons.north:before {
    content: "\F1E0"; }
  .material-icons.north_east:before {
    content: "\F1E1"; }
  .material-icons.north_west:before {
    content: "\F1E2"; }
  .material-icons.not_accessible:before {
    content: "\F0FE"; }
  .material-icons.not_interested:before {
    content: "\E033"; }
  .material-icons.not_listed_location:before {
    content: "\E575"; }
  .material-icons.not_started:before {
    content: "\F0D1"; }
  .material-icons.note:before {
    content: "\E06F"; }
  .material-icons.note_add:before {
    content: "\E89C"; }
  .material-icons.note_alt:before {
    content: "\F040"; }
  .material-icons.notes:before {
    content: "\E26C"; }
  .material-icons.notification_add:before {
    content: "\E399"; }
  .material-icons.notification_important:before {
    content: "\E004"; }
  .material-icons.notifications:before {
    content: "\E7F4"; }
  .material-icons.notifications_active:before {
    content: "\E7F7"; }
  .material-icons.notifications_none:before {
    content: "\E7F5"; }
  .material-icons.notifications_off:before {
    content: "\E7F6"; }
  .material-icons.notifications_on:before {
    content: "\E7F7"; }
  .material-icons.notifications_paused:before {
    content: "\E7F8"; }
  .material-icons.now_wallpaper:before {
    content: "\E1BC"; }
  .material-icons.now_widgets:before {
    content: "\E1BD"; }
  .material-icons.numbers:before {
    content: "\EAC7"; }
  .material-icons.offline_bolt:before {
    content: "\E932"; }
  .material-icons.offline_pin:before {
    content: "\E90A"; }
  .material-icons.offline_share:before {
    content: "\E9C5"; }
  .material-icons.ondemand_video:before {
    content: "\E63A"; }
  .material-icons.online_prediction:before {
    content: "\F0EB"; }
  .material-icons.opacity:before {
    content: "\E91C"; }
  .material-icons.open_in_browser:before {
    content: "\E89D"; }
  .material-icons.open_in_full:before {
    content: "\F1CE"; }
  .material-icons.open_in_new:before {
    content: "\E89E"; }
  .material-icons.open_in_new_off:before {
    content: "\E4F6"; }
  .material-icons.open_with:before {
    content: "\E89F"; }
  .material-icons.other_houses:before {
    content: "\E58C"; }
  .material-icons.outbond:before {
    content: "\F228"; }
  .material-icons.outbound:before {
    content: "\E1CA"; }
  .material-icons.outbox:before {
    content: "\EF5F"; }
  .material-icons.outdoor_grill:before {
    content: "\EA47"; }
  .material-icons.outgoing_mail:before {
    content: "\F0D2"; }
  .material-icons.outlet:before {
    content: "\F1D4"; }
  .material-icons.outlined_flag:before {
    content: "\E16E"; }
  .material-icons.padding:before {
    content: "\E9C8"; }
  .material-icons.pages:before {
    content: "\E7F9"; }
  .material-icons.pageview:before {
    content: "\E8A0"; }
  .material-icons.paid:before {
    content: "\F041"; }
  .material-icons.palette:before {
    content: "\E40A"; }
  .material-icons.pan_tool:before {
    content: "\E925"; }
  .material-icons.panorama:before {
    content: "\E40B"; }
  .material-icons.panorama_fish_eye:before {
    content: "\E40C"; }
  .material-icons.panorama_fisheye:before {
    content: "\E40C"; }
  .material-icons.panorama_horizontal:before {
    content: "\E40D"; }
  .material-icons.panorama_horizontal_select:before {
    content: "\EF60"; }
  .material-icons.panorama_photosphere:before {
    content: "\E9C9"; }
  .material-icons.panorama_photosphere_select:before {
    content: "\E9CA"; }
  .material-icons.panorama_vertical:before {
    content: "\E40E"; }
  .material-icons.panorama_vertical_select:before {
    content: "\EF61"; }
  .material-icons.panorama_wide_angle:before {
    content: "\E40F"; }
  .material-icons.panorama_wide_angle_select:before {
    content: "\EF62"; }
  .material-icons.paragliding:before {
    content: "\E50F"; }
  .material-icons.park:before {
    content: "\EA63"; }
  .material-icons.party_mode:before {
    content: "\E7FA"; }
  .material-icons.password:before {
    content: "\F042"; }
  .material-icons.pattern:before {
    content: "\F043"; }
  .material-icons.pause:before {
    content: "\E034"; }
  .material-icons.pause_circle:before {
    content: "\E1A2"; }
  .material-icons.pause_circle_filled:before {
    content: "\E035"; }
  .material-icons.pause_circle_outline:before {
    content: "\E036"; }
  .material-icons.pause_presentation:before {
    content: "\E0EA"; }
  .material-icons.payment:before {
    content: "\E8A1"; }
  .material-icons.payments:before {
    content: "\EF63"; }
  .material-icons.paypal:before {
    content: "\EA8D"; }
  .material-icons.pedal_bike:before {
    content: "\EB29"; }
  .material-icons.pending:before {
    content: "\EF64"; }
  .material-icons.pending_actions:before {
    content: "\F1BB"; }
  .material-icons.pentagon:before {
    content: "\EB50"; }
  .material-icons.people:before {
    content: "\E7FB"; }
  .material-icons.people_alt:before {
    content: "\EA21"; }
  .material-icons.people_outline:before {
    content: "\E7FC"; }
  .material-icons.percent:before {
    content: "\EB58"; }
  .material-icons.perm_camera_mic:before {
    content: "\E8A2"; }
  .material-icons.perm_contact_cal:before {
    content: "\E8A3"; }
  .material-icons.perm_contact_calendar:before {
    content: "\E8A3"; }
  .material-icons.perm_data_setting:before {
    content: "\E8A4"; }
  .material-icons.perm_device_info:before {
    content: "\E8A5"; }
  .material-icons.perm_device_information:before {
    content: "\E8A5"; }
  .material-icons.perm_identity:before {
    content: "\E8A6"; }
  .material-icons.perm_media:before {
    content: "\E8A7"; }
  .material-icons.perm_phone_msg:before {
    content: "\E8A8"; }
  .material-icons.perm_scan_wifi:before {
    content: "\E8A9"; }
  .material-icons.person:before {
    content: "\E7FD"; }
  .material-icons.person_add:before {
    content: "\E7FE"; }
  .material-icons.person_add_alt:before {
    content: "\EA4D"; }
  .material-icons.person_add_alt_1:before {
    content: "\EF65"; }
  .material-icons.person_add_disabled:before {
    content: "\E9CB"; }
  .material-icons.person_off:before {
    content: "\E510"; }
  .material-icons.person_outline:before {
    content: "\E7FF"; }
  .material-icons.person_pin:before {
    content: "\E55A"; }
  .material-icons.person_pin_circle:before {
    content: "\E56A"; }
  .material-icons.person_remove:before {
    content: "\EF66"; }
  .material-icons.person_remove_alt_1:before {
    content: "\EF67"; }
  .material-icons.person_search:before {
    content: "\F106"; }
  .material-icons.personal_injury:before {
    content: "\E6DA"; }
  .material-icons.personal_video:before {
    content: "\E63B"; }
  .material-icons.pest_control:before {
    content: "\F0FA"; }
  .material-icons.pest_control_rodent:before {
    content: "\F0FD"; }
  .material-icons.pets:before {
    content: "\E91D"; }
  .material-icons.phishing:before {
    content: "\EAD7"; }
  .material-icons.phone:before {
    content: "\E0CD"; }
  .material-icons.phone_android:before {
    content: "\E324"; }
  .material-icons.phone_bluetooth_speaker:before {
    content: "\E61B"; }
  .material-icons.phone_callback:before {
    content: "\E649"; }
  .material-icons.phone_disabled:before {
    content: "\E9CC"; }
  .material-icons.phone_enabled:before {
    content: "\E9CD"; }
  .material-icons.phone_forwarded:before {
    content: "\E61C"; }
  .material-icons.phone_in_talk:before {
    content: "\E61D"; }
  .material-icons.phone_iphone:before {
    content: "\E325"; }
  .material-icons.phone_locked:before {
    content: "\E61E"; }
  .material-icons.phone_missed:before {
    content: "\E61F"; }
  .material-icons.phone_paused:before {
    content: "\E620"; }
  .material-icons.phonelink:before {
    content: "\E326"; }
  .material-icons.phonelink_erase:before {
    content: "\E0DB"; }
  .material-icons.phonelink_lock:before {
    content: "\E0DC"; }
  .material-icons.phonelink_off:before {
    content: "\E327"; }
  .material-icons.phonelink_ring:before {
    content: "\E0DD"; }
  .material-icons.phonelink_setup:before {
    content: "\E0DE"; }
  .material-icons.photo:before {
    content: "\E410"; }
  .material-icons.photo_album:before {
    content: "\E411"; }
  .material-icons.photo_camera:before {
    content: "\E412"; }
  .material-icons.photo_camera_back:before {
    content: "\EF68"; }
  .material-icons.photo_camera_front:before {
    content: "\EF69"; }
  .material-icons.photo_filter:before {
    content: "\E43B"; }
  .material-icons.photo_library:before {
    content: "\E413"; }
  .material-icons.photo_size_select_actual:before {
    content: "\E432"; }
  .material-icons.photo_size_select_large:before {
    content: "\E433"; }
  .material-icons.photo_size_select_small:before {
    content: "\E434"; }
  .material-icons.piano:before {
    content: "\E521"; }
  .material-icons.piano_off:before {
    content: "\E520"; }
  .material-icons.picture_as_pdf:before {
    content: "\E415"; }
  .material-icons.picture_in_picture:before {
    content: "\E8AA"; }
  .material-icons.picture_in_picture_alt:before {
    content: "\E911"; }
  .material-icons.pie_chart:before {
    content: "\E6C4"; }
  .material-icons.pie_chart_outline:before {
    content: "\F044"; }
  .material-icons.pie_chart_outlined:before {
    content: "\E6C5"; }
  .material-icons.pin:before {
    content: "\F045"; }
  .material-icons.pin_drop:before {
    content: "\E55E"; }
  .material-icons.pin_end:before {
    content: "\E767"; }
  .material-icons.pin_invoke:before {
    content: "\E763"; }
  .material-icons.pinch:before {
    content: "\EB38"; }
  .material-icons.pivot_table_chart:before {
    content: "\E9CE"; }
  .material-icons.pix:before {
    content: "\EAA3"; }
  .material-icons.place:before {
    content: "\E55F"; }
  .material-icons.plagiarism:before {
    content: "\EA5A"; }
  .material-icons.play_arrow:before {
    content: "\E037"; }
  .material-icons.play_circle:before {
    content: "\E1C4"; }
  .material-icons.play_circle_fill:before {
    content: "\E038"; }
  .material-icons.play_circle_filled:before {
    content: "\E038"; }
  .material-icons.play_circle_outline:before {
    content: "\E039"; }
  .material-icons.play_disabled:before {
    content: "\EF6A"; }
  .material-icons.play_for_work:before {
    content: "\E906"; }
  .material-icons.play_lesson:before {
    content: "\F047"; }
  .material-icons.playlist_add:before {
    content: "\E03B"; }
  .material-icons.playlist_add_check:before {
    content: "\E065"; }
  .material-icons.playlist_add_check_circle:before {
    content: "\E7E6"; }
  .material-icons.playlist_add_circle:before {
    content: "\E7E5"; }
  .material-icons.playlist_play:before {
    content: "\E05F"; }
  .material-icons.plumbing:before {
    content: "\F107"; }
  .material-icons.plus_one:before {
    content: "\E800"; }
  .material-icons.podcasts:before {
    content: "\F048"; }
  .material-icons.point_of_sale:before {
    content: "\F17E"; }
  .material-icons.policy:before {
    content: "\EA17"; }
  .material-icons.poll:before {
    content: "\E801"; }
  .material-icons.polymer:before {
    content: "\E8AB"; }
  .material-icons.pool:before {
    content: "\EB48"; }
  .material-icons.portable_wifi_off:before {
    content: "\E0CE"; }
  .material-icons.portrait:before {
    content: "\E416"; }
  .material-icons.post_add:before {
    content: "\EA20"; }
  .material-icons.power:before {
    content: "\E63C"; }
  .material-icons.power_input:before {
    content: "\E336"; }
  .material-icons.power_off:before {
    content: "\E646"; }
  .material-icons.power_settings_new:before {
    content: "\E8AC"; }
  .material-icons.precision_manufacturing:before {
    content: "\F049"; }
  .material-icons.pregnant_woman:before {
    content: "\E91E"; }
  .material-icons.present_to_all:before {
    content: "\E0DF"; }
  .material-icons.preview:before {
    content: "\F1C5"; }
  .material-icons.price_change:before {
    content: "\F04A"; }
  .material-icons.price_check:before {
    content: "\F04B"; }
  .material-icons.print:before {
    content: "\E8AD"; }
  .material-icons.print_disabled:before {
    content: "\E9CF"; }
  .material-icons.priority_high:before {
    content: "\E645"; }
  .material-icons.privacy_tip:before {
    content: "\F0DC"; }
  .material-icons.private_connectivity:before {
    content: "\E744"; }
  .material-icons.production_quantity_limits:before {
    content: "\E1D1"; }
  .material-icons.psychology:before {
    content: "\EA4A"; }
  .material-icons.public:before {
    content: "\E80B"; }
  .material-icons.public_off:before {
    content: "\F1CA"; }
  .material-icons.publish:before {
    content: "\E255"; }
  .material-icons.published_with_changes:before {
    content: "\F232"; }
  .material-icons.punch_clock:before {
    content: "\EAA8"; }
  .material-icons.push_pin:before {
    content: "\F10D"; }
  .material-icons.qr_code:before {
    content: "\EF6B"; }
  .material-icons.qr_code_2:before {
    content: "\E00A"; }
  .material-icons.qr_code_scanner:before {
    content: "\F206"; }
  .material-icons.query_builder:before {
    content: "\E8AE"; }
  .material-icons.query_stats:before {
    content: "\E4FC"; }
  .material-icons.question_answer:before {
    content: "\E8AF"; }
  .material-icons.queue:before {
    content: "\E03C"; }
  .material-icons.queue_music:before {
    content: "\E03D"; }
  .material-icons.queue_play_next:before {
    content: "\E066"; }
  .material-icons.quick_contacts_dialer:before {
    content: "\E0CF"; }
  .material-icons.quick_contacts_mail:before {
    content: "\E0D0"; }
  .material-icons.quickreply:before {
    content: "\EF6C"; }
  .material-icons.quiz:before {
    content: "\F04C"; }
  .material-icons.quora:before {
    content: "\EA98"; }
  .material-icons.r_mobiledata:before {
    content: "\F04D"; }
  .material-icons.radar:before {
    content: "\F04E"; }
  .material-icons.radio:before {
    content: "\E03E"; }
  .material-icons.radio_button_checked:before {
    content: "\E837"; }
  .material-icons.radio_button_off:before {
    content: "\E836"; }
  .material-icons.radio_button_on:before {
    content: "\E837"; }
  .material-icons.radio_button_unchecked:before {
    content: "\E836"; }
  .material-icons.railway_alert:before {
    content: "\E9D1"; }
  .material-icons.ramen_dining:before {
    content: "\EA64"; }
  .material-icons.rate_review:before {
    content: "\E560"; }
  .material-icons.raw_off:before {
    content: "\F04F"; }
  .material-icons.raw_on:before {
    content: "\F050"; }
  .material-icons.read_more:before {
    content: "\EF6D"; }
  .material-icons.real_estate_agent:before {
    content: "\E73A"; }
  .material-icons.receipt:before {
    content: "\E8B0"; }
  .material-icons.receipt_long:before {
    content: "\EF6E"; }
  .material-icons.recent_actors:before {
    content: "\E03F"; }
  .material-icons.recommend:before {
    content: "\E9D2"; }
  .material-icons.record_voice_over:before {
    content: "\E91F"; }
  .material-icons.rectangle:before {
    content: "\EB54"; }
  .material-icons.recycling:before {
    content: "\E760"; }
  .material-icons.reddit:before {
    content: "\EAA0"; }
  .material-icons.redeem:before {
    content: "\E8B1"; }
  .material-icons.redo:before {
    content: "\E15A"; }
  .material-icons.reduce_capacity:before {
    content: "\F21C"; }
  .material-icons.refresh:before {
    content: "\E5D5"; }
  .material-icons.remember_me:before {
    content: "\F051"; }
  .material-icons.remove:before {
    content: "\E15B"; }
  .material-icons.remove_circle:before {
    content: "\E15C"; }
  .material-icons.remove_circle_outline:before {
    content: "\E15D"; }
  .material-icons.remove_done:before {
    content: "\E9D3"; }
  .material-icons.remove_from_queue:before {
    content: "\E067"; }
  .material-icons.remove_moderator:before {
    content: "\E9D4"; }
  .material-icons.remove_red_eye:before {
    content: "\E417"; }
  .material-icons.remove_shopping_cart:before {
    content: "\E928"; }
  .material-icons.reorder:before {
    content: "\E8FE"; }
  .material-icons.repeat:before {
    content: "\E040"; }
  .material-icons.repeat_on:before {
    content: "\E9D6"; }
  .material-icons.repeat_one:before {
    content: "\E041"; }
  .material-icons.repeat_one_on:before {
    content: "\E9D7"; }
  .material-icons.replay:before {
    content: "\E042"; }
  .material-icons.replay_10:before {
    content: "\E059"; }
  .material-icons.replay_30:before {
    content: "\E05A"; }
  .material-icons.replay_5:before {
    content: "\E05B"; }
  .material-icons.replay_circle_filled:before {
    content: "\E9D8"; }
  .material-icons.reply:before {
    content: "\E15E"; }
  .material-icons.reply_all:before {
    content: "\E15F"; }
  .material-icons.report:before {
    content: "\E160"; }
  .material-icons.report_gmailerrorred:before {
    content: "\F052"; }
  .material-icons.report_off:before {
    content: "\E170"; }
  .material-icons.report_problem:before {
    content: "\E8B2"; }
  .material-icons.request_page:before {
    content: "\F22C"; }
  .material-icons.request_quote:before {
    content: "\F1B6"; }
  .material-icons.reset_tv:before {
    content: "\E9D9"; }
  .material-icons.restart_alt:before {
    content: "\F053"; }
  .material-icons.restaurant:before {
    content: "\E56C"; }
  .material-icons.restaurant_menu:before {
    content: "\E561"; }
  .material-icons.restore:before {
    content: "\E8B3"; }
  .material-icons.restore_from_trash:before {
    content: "\E938"; }
  .material-icons.restore_page:before {
    content: "\E929"; }
  .material-icons.reviews:before {
    content: "\F054"; }
  .material-icons.rice_bowl:before {
    content: "\F1F5"; }
  .material-icons.ring_volume:before {
    content: "\E0D1"; }
  .material-icons.roofing:before {
    content: "\F201"; }
  .material-icons.room:before {
    content: "\E8B4"; }
  .material-icons.room_preferences:before {
    content: "\F1B8"; }
  .material-icons.room_service:before {
    content: "\EB49"; }
  .material-icons.rotate_90_degrees_ccw:before {
    content: "\E418"; }
  .material-icons.rotate_90_degrees_cw:before {
    content: "\EAAB"; }
  .material-icons.rotate_left:before {
    content: "\E419"; }
  .material-icons.rotate_right:before {
    content: "\E41A"; }
  .material-icons.rounded_corner:before {
    content: "\E920"; }
  .material-icons.route:before {
    content: "\EACD"; }
  .material-icons.router:before {
    content: "\E328"; }
  .material-icons.rowing:before {
    content: "\E921"; }
  .material-icons.rss_feed:before {
    content: "\E0E5"; }
  .material-icons.rsvp:before {
    content: "\F055"; }
  .material-icons.rtt:before {
    content: "\E9AD"; }
  .material-icons.rule:before {
    content: "\F1C2"; }
  .material-icons.rule_folder:before {
    content: "\F1C9"; }
  .material-icons.run_circle:before {
    content: "\EF6F"; }
  .material-icons.running_with_errors:before {
    content: "\E51D"; }
  .material-icons.rv_hookup:before {
    content: "\E642"; }
  .material-icons.safety_divider:before {
    content: "\E1CC"; }
  .material-icons.sailing:before {
    content: "\E502"; }
  .material-icons.sanitizer:before {
    content: "\F21D"; }
  .material-icons.satellite:before {
    content: "\E562"; }
  .material-icons.satellite_alt:before {
    content: "\EB3A"; }
  .material-icons.save:before {
    content: "\E161"; }
  .material-icons.save_alt:before {
    content: "\E171"; }
  .material-icons.save_as:before {
    content: "\EB60"; }
  .material-icons.saved_search:before {
    content: "\EA11"; }
  .material-icons.savings:before {
    content: "\E2EB"; }
  .material-icons.scale:before {
    content: "\EB5F"; }
  .material-icons.scanner:before {
    content: "\E329"; }
  .material-icons.scatter_plot:before {
    content: "\E268"; }
  .material-icons.schedule:before {
    content: "\E8B5"; }
  .material-icons.schedule_send:before {
    content: "\EA0A"; }
  .material-icons.schema:before {
    content: "\E4FD"; }
  .material-icons.school:before {
    content: "\E80C"; }
  .material-icons.science:before {
    content: "\EA4B"; }
  .material-icons.score:before {
    content: "\E269"; }
  .material-icons.screen_lock_landscape:before {
    content: "\E1BE"; }
  .material-icons.screen_lock_portrait:before {
    content: "\E1BF"; }
  .material-icons.screen_lock_rotation:before {
    content: "\E1C0"; }
  .material-icons.screen_rotation:before {
    content: "\E1C1"; }
  .material-icons.screen_search_desktop:before {
    content: "\EF70"; }
  .material-icons.screen_share:before {
    content: "\E0E2"; }
  .material-icons.screenshot:before {
    content: "\F056"; }
  .material-icons.sd:before {
    content: "\E9DD"; }
  .material-icons.sd_card:before {
    content: "\E623"; }
  .material-icons.sd_card_alert:before {
    content: "\F057"; }
  .material-icons.sd_storage:before {
    content: "\E1C2"; }
  .material-icons.search:before {
    content: "\E8B6"; }
  .material-icons.search_off:before {
    content: "\EA76"; }
  .material-icons.security:before {
    content: "\E32A"; }
  .material-icons.security_update:before {
    content: "\F058"; }
  .material-icons.security_update_good:before {
    content: "\F059"; }
  .material-icons.security_update_warning:before {
    content: "\F05A"; }
  .material-icons.segment:before {
    content: "\E94B"; }
  .material-icons.select_all:before {
    content: "\E162"; }
  .material-icons.self_improvement:before {
    content: "\EA78"; }
  .material-icons.sell:before {
    content: "\F05B"; }
  .material-icons.send:before {
    content: "\E163"; }
  .material-icons.send_and_archive:before {
    content: "\EA0C"; }
  .material-icons.send_time_extension:before {
    content: "\EADB"; }
  .material-icons.send_to_mobile:before {
    content: "\F05C"; }
  .material-icons.sensor_door:before {
    content: "\F1B5"; }
  .material-icons.sensor_window:before {
    content: "\F1B4"; }
  .material-icons.sensors:before {
    content: "\E51E"; }
  .material-icons.sensors_off:before {
    content: "\E51F"; }
  .material-icons.sentiment_dissatisfied:before {
    content: "\E811"; }
  .material-icons.sentiment_neutral:before {
    content: "\E812"; }
  .material-icons.sentiment_satisfied:before {
    content: "\E813"; }
  .material-icons.sentiment_satisfied_alt:before {
    content: "\E0ED"; }
  .material-icons.sentiment_very_dissatisfied:before {
    content: "\E814"; }
  .material-icons.sentiment_very_satisfied:before {
    content: "\E815"; }
  .material-icons.set_meal:before {
    content: "\F1EA"; }
  .material-icons.settings:before {
    content: "\E8B8"; }
  .material-icons.settings_accessibility:before {
    content: "\F05D"; }
  .material-icons.settings_applications:before {
    content: "\E8B9"; }
  .material-icons.settings_backup_restore:before {
    content: "\E8BA"; }
  .material-icons.settings_bluetooth:before {
    content: "\E8BB"; }
  .material-icons.settings_brightness:before {
    content: "\E8BD"; }
  .material-icons.settings_cell:before {
    content: "\E8BC"; }
  .material-icons.settings_display:before {
    content: "\E8BD"; }
  .material-icons.settings_ethernet:before {
    content: "\E8BE"; }
  .material-icons.settings_input_antenna:before {
    content: "\E8BF"; }
  .material-icons.settings_input_component:before {
    content: "\E8C0"; }
  .material-icons.settings_input_composite:before {
    content: "\E8C1"; }
  .material-icons.settings_input_hdmi:before {
    content: "\E8C2"; }
  .material-icons.settings_input_svideo:before {
    content: "\E8C3"; }
  .material-icons.settings_overscan:before {
    content: "\E8C4"; }
  .material-icons.settings_phone:before {
    content: "\E8C5"; }
  .material-icons.settings_power:before {
    content: "\E8C6"; }
  .material-icons.settings_remote:before {
    content: "\E8C7"; }
  .material-icons.settings_suggest:before {
    content: "\F05E"; }
  .material-icons.settings_system_daydream:before {
    content: "\E1C3"; }
  .material-icons.settings_voice:before {
    content: "\E8C8"; }
  .material-icons.share:before {
    content: "\E80D"; }
  .material-icons.share_arrival_time:before {
    content: "\E524"; }
  .material-icons.share_location:before {
    content: "\F05F"; }
  .material-icons.shield:before {
    content: "\E9E0"; }
  .material-icons.shield_moon:before {
    content: "\EAA9"; }
  .material-icons.shop:before {
    content: "\E8C9"; }
  .material-icons.shop_2:before {
    content: "\E19E"; }
  .material-icons.shop_two:before {
    content: "\E8CA"; }
  .material-icons.shopify:before {
    content: "\EA9D"; }
  .material-icons.shopping_bag:before {
    content: "\F1CC"; }
  .material-icons.shopping_basket:before {
    content: "\E8CB"; }
  .material-icons.shopping_cart:before {
    content: "\E8CC"; }
  .material-icons.short_text:before {
    content: "\E261"; }
  .material-icons.shortcut:before {
    content: "\F060"; }
  .material-icons.show_chart:before {
    content: "\E6E1"; }
  .material-icons.shower:before {
    content: "\F061"; }
  .material-icons.shuffle:before {
    content: "\E043"; }
  .material-icons.shuffle_on:before {
    content: "\E9E1"; }
  .material-icons.shutter_speed:before {
    content: "\E43D"; }
  .material-icons.sick:before {
    content: "\F220"; }
  .material-icons.signal_cellular_0_bar:before {
    content: "\F0A8"; }
  .material-icons.signal_cellular_4_bar:before {
    content: "\E1C8"; }
  .material-icons.signal_cellular_alt:before {
    content: "\E202"; }
  .material-icons.signal_cellular_connected_no_internet_0_bar:before {
    content: "\F0AC"; }
  .material-icons.signal_cellular_connected_no_internet_4_bar:before {
    content: "\E1CD"; }
  .material-icons.signal_cellular_no_sim:before {
    content: "\E1CE"; }
  .material-icons.signal_cellular_nodata:before {
    content: "\F062"; }
  .material-icons.signal_cellular_null:before {
    content: "\E1CF"; }
  .material-icons.signal_cellular_off:before {
    content: "\E1D0"; }
  .material-icons.signal_wifi_0_bar:before {
    content: "\F0B0"; }
  .material-icons.signal_wifi_4_bar:before {
    content: "\E1D8"; }
  .material-icons.signal_wifi_4_bar_lock:before {
    content: "\E1D9"; }
  .material-icons.signal_wifi_bad:before {
    content: "\F063"; }
  .material-icons.signal_wifi_connected_no_internet_4:before {
    content: "\F064"; }
  .material-icons.signal_wifi_off:before {
    content: "\E1DA"; }
  .material-icons.signal_wifi_statusbar_4_bar:before {
    content: "\F065"; }
  .material-icons.signal_wifi_statusbar_connected_no_internet_4:before {
    content: "\F066"; }
  .material-icons.signal_wifi_statusbar_null:before {
    content: "\F067"; }
  .material-icons.sim_card:before {
    content: "\E32B"; }
  .material-icons.sim_card_alert:before {
    content: "\E624"; }
  .material-icons.sim_card_download:before {
    content: "\F068"; }
  .material-icons.single_bed:before {
    content: "\EA48"; }
  .material-icons.sip:before {
    content: "\F069"; }
  .material-icons.skateboarding:before {
    content: "\E511"; }
  .material-icons.skip_next:before {
    content: "\E044"; }
  .material-icons.skip_previous:before {
    content: "\E045"; }
  .material-icons.sledding:before {
    content: "\E512"; }
  .material-icons.slideshow:before {
    content: "\E41B"; }
  .material-icons.slow_motion_video:before {
    content: "\E068"; }
  .material-icons.smart_button:before {
    content: "\F1C1"; }
  .material-icons.smart_display:before {
    content: "\F06A"; }
  .material-icons.smart_screen:before {
    content: "\F06B"; }
  .material-icons.smart_toy:before {
    content: "\F06C"; }
  .material-icons.smartphone:before {
    content: "\E32C"; }
  .material-icons.smoke_free:before {
    content: "\EB4A"; }
  .material-icons.smoking_rooms:before {
    content: "\EB4B"; }
  .material-icons.sms:before {
    content: "\E625"; }
  .material-icons.sms_failed:before {
    content: "\E626"; }
  .material-icons.snapchat:before {
    content: "\EA6E"; }
  .material-icons.snippet_folder:before {
    content: "\F1C7"; }
  .material-icons.snooze:before {
    content: "\E046"; }
  .material-icons.snowboarding:before {
    content: "\E513"; }
  .material-icons.snowing:before {
    content: "\E80F"; }
  .material-icons.snowmobile:before {
    content: "\E503"; }
  .material-icons.snowshoeing:before {
    content: "\E514"; }
  .material-icons.soap:before {
    content: "\F1B2"; }
  .material-icons.social_distance:before {
    content: "\E1CB"; }
  .material-icons.sort:before {
    content: "\E164"; }
  .material-icons.sort_by_alpha:before {
    content: "\E053"; }
  .material-icons.soup_kitchen:before {
    content: "\E7D3"; }
  .material-icons.source:before {
    content: "\F1C4"; }
  .material-icons.south:before {
    content: "\F1E3"; }
  .material-icons.south_america:before {
    content: "\E7E4"; }
  .material-icons.south_east:before {
    content: "\F1E4"; }
  .material-icons.south_west:before {
    content: "\F1E5"; }
  .material-icons.spa:before {
    content: "\EB4C"; }
  .material-icons.space_bar:before {
    content: "\E256"; }
  .material-icons.space_dashboard:before {
    content: "\E66B"; }
  .material-icons.speaker:before {
    content: "\E32D"; }
  .material-icons.speaker_group:before {
    content: "\E32E"; }
  .material-icons.speaker_notes:before {
    content: "\E8CD"; }
  .material-icons.speaker_notes_off:before {
    content: "\E92A"; }
  .material-icons.speaker_phone:before {
    content: "\E0D2"; }
  .material-icons.speed:before {
    content: "\E9E4"; }
  .material-icons.spellcheck:before {
    content: "\E8CE"; }
  .material-icons.splitscreen:before {
    content: "\F06D"; }
  .material-icons.spoke:before {
    content: "\E9A7"; }
  .material-icons.sports:before {
    content: "\EA30"; }
  .material-icons.sports_bar:before {
    content: "\F1F3"; }
  .material-icons.sports_baseball:before {
    content: "\EA51"; }
  .material-icons.sports_basketball:before {
    content: "\EA26"; }
  .material-icons.sports_cricket:before {
    content: "\EA27"; }
  .material-icons.sports_esports:before {
    content: "\EA28"; }
  .material-icons.sports_football:before {
    content: "\EA29"; }
  .material-icons.sports_golf:before {
    content: "\EA2A"; }
  .material-icons.sports_handball:before {
    content: "\EA33"; }
  .material-icons.sports_hockey:before {
    content: "\EA2B"; }
  .material-icons.sports_kabaddi:before {
    content: "\EA34"; }
  .material-icons.sports_martial_arts:before {
    content: "\EAE9"; }
  .material-icons.sports_mma:before {
    content: "\EA2C"; }
  .material-icons.sports_motorsports:before {
    content: "\EA2D"; }
  .material-icons.sports_rugby:before {
    content: "\EA2E"; }
  .material-icons.sports_score:before {
    content: "\F06E"; }
  .material-icons.sports_soccer:before {
    content: "\EA2F"; }
  .material-icons.sports_tennis:before {
    content: "\EA32"; }
  .material-icons.sports_volleyball:before {
    content: "\EA31"; }
  .material-icons.square:before {
    content: "\EB36"; }
  .material-icons.square_foot:before {
    content: "\EA49"; }
  .material-icons.ssid_chart:before {
    content: "\EB66"; }
  .material-icons.stacked_bar_chart:before {
    content: "\E9E6"; }
  .material-icons.stacked_line_chart:before {
    content: "\F22B"; }
  .material-icons.stairs:before {
    content: "\F1A9"; }
  .material-icons.star:before {
    content: "\E838"; }
  .material-icons.star_border:before {
    content: "\E83A"; }
  .material-icons.star_border_purple500:before {
    content: "\F099"; }
  .material-icons.star_half:before {
    content: "\E839"; }
  .material-icons.star_outline:before {
    content: "\F06F"; }
  .material-icons.star_purple500:before {
    content: "\F09A"; }
  .material-icons.star_rate:before {
    content: "\F0EC"; }
  .material-icons.stars:before {
    content: "\E8D0"; }
  .material-icons.start:before {
    content: "\E089"; }
  .material-icons.stay_current_landscape:before {
    content: "\E0D3"; }
  .material-icons.stay_current_portrait:before {
    content: "\E0D4"; }
  .material-icons.stay_primary_landscape:before {
    content: "\E0D5"; }
  .material-icons.stay_primary_portrait:before {
    content: "\E0D6"; }
  .material-icons.sticky_note_2:before {
    content: "\F1FC"; }
  .material-icons.stop:before {
    content: "\E047"; }
  .material-icons.stop_circle:before {
    content: "\EF71"; }
  .material-icons.stop_screen_share:before {
    content: "\E0E3"; }
  .material-icons.storage:before {
    content: "\E1DB"; }
  .material-icons.store:before {
    content: "\E8D1"; }
  .material-icons.store_mall_directory:before {
    content: "\E563"; }
  .material-icons.storefront:before {
    content: "\EA12"; }
  .material-icons.storm:before {
    content: "\F070"; }
  .material-icons.straighten:before {
    content: "\E41C"; }
  .material-icons.stream:before {
    content: "\E9E9"; }
  .material-icons.streetview:before {
    content: "\E56E"; }
  .material-icons.strikethrough_s:before {
    content: "\E257"; }
  .material-icons.stroller:before {
    content: "\F1AE"; }
  .material-icons.style:before {
    content: "\E41D"; }
  .material-icons.subdirectory_arrow_left:before {
    content: "\E5D9"; }
  .material-icons.subdirectory_arrow_right:before {
    content: "\E5DA"; }
  .material-icons.subject:before {
    content: "\E8D2"; }
  .material-icons.subscript:before {
    content: "\F111"; }
  .material-icons.subscriptions:before {
    content: "\E064"; }
  .material-icons.subtitles:before {
    content: "\E048"; }
  .material-icons.subtitles_off:before {
    content: "\EF72"; }
  .material-icons.subway:before {
    content: "\E56F"; }
  .material-icons.summarize:before {
    content: "\F071"; }
  .material-icons.sunny:before {
    content: "\E81A"; }
  .material-icons.sunny_snowing:before {
    content: "\E819"; }
  .material-icons.superscript:before {
    content: "\F112"; }
  .material-icons.supervised_user_circle:before {
    content: "\E939"; }
  .material-icons.supervisor_account:before {
    content: "\E8D3"; }
  .material-icons.support:before {
    content: "\EF73"; }
  .material-icons.support_agent:before {
    content: "\F0E2"; }
  .material-icons.surfing:before {
    content: "\E515"; }
  .material-icons.surround_sound:before {
    content: "\E049"; }
  .material-icons.swap_calls:before {
    content: "\E0D7"; }
  .material-icons.swap_horiz:before {
    content: "\E8D4"; }
  .material-icons.swap_horizontal_circle:before {
    content: "\E933"; }
  .material-icons.swap_vert:before {
    content: "\E8D5"; }
  .material-icons.swap_vert_circle:before {
    content: "\E8D6"; }
  .material-icons.swap_vertical_circle:before {
    content: "\E8D6"; }
  .material-icons.swipe:before {
    content: "\E9EC"; }
  .material-icons.swipe_down:before {
    content: "\EB53"; }
  .material-icons.swipe_down_alt:before {
    content: "\EB30"; }
  .material-icons.swipe_left:before {
    content: "\EB59"; }
  .material-icons.swipe_left_alt:before {
    content: "\EB33"; }
  .material-icons.swipe_right:before {
    content: "\EB52"; }
  .material-icons.swipe_right_alt:before {
    content: "\EB56"; }
  .material-icons.swipe_up:before {
    content: "\EB2E"; }
  .material-icons.swipe_up_alt:before {
    content: "\EB35"; }
  .material-icons.swipe_vertical:before {
    content: "\EB51"; }
  .material-icons.switch_access_shortcut:before {
    content: "\E7E1"; }
  .material-icons.switch_access_shortcut_add:before {
    content: "\E7E2"; }
  .material-icons.switch_account:before {
    content: "\E9ED"; }
  .material-icons.switch_camera:before {
    content: "\E41E"; }
  .material-icons.switch_left:before {
    content: "\F1D1"; }
  .material-icons.switch_right:before {
    content: "\F1D2"; }
  .material-icons.switch_video:before {
    content: "\E41F"; }
  .material-icons.synagogue:before {
    content: "\EAB0"; }
  .material-icons.sync:before {
    content: "\E627"; }
  .material-icons.sync_alt:before {
    content: "\EA18"; }
  .material-icons.sync_disabled:before {
    content: "\E628"; }
  .material-icons.sync_lock:before {
    content: "\EAEE"; }
  .material-icons.sync_problem:before {
    content: "\E629"; }
  .material-icons.system_security_update:before {
    content: "\F072"; }
  .material-icons.system_security_update_good:before {
    content: "\F073"; }
  .material-icons.system_security_update_warning:before {
    content: "\F074"; }
  .material-icons.system_update:before {
    content: "\E62A"; }
  .material-icons.system_update_alt:before {
    content: "\E8D7"; }
  .material-icons.system_update_tv:before {
    content: "\E8D7"; }
  .material-icons.tab:before {
    content: "\E8D8"; }
  .material-icons.tab_unselected:before {
    content: "\E8D9"; }
  .material-icons.table_bar:before {
    content: "\EAD2"; }
  .material-icons.table_chart:before {
    content: "\E265"; }
  .material-icons.table_restaurant:before {
    content: "\EAC6"; }
  .material-icons.table_rows:before {
    content: "\F101"; }
  .material-icons.table_view:before {
    content: "\F1BE"; }
  .material-icons.tablet:before {
    content: "\E32F"; }
  .material-icons.tablet_android:before {
    content: "\E330"; }
  .material-icons.tablet_mac:before {
    content: "\E331"; }
  .material-icons.tag:before {
    content: "\E9EF"; }
  .material-icons.tag_faces:before {
    content: "\E420"; }
  .material-icons.takeout_dining:before {
    content: "\EA74"; }
  .material-icons.tap_and_play:before {
    content: "\E62B"; }
  .material-icons.tapas:before {
    content: "\F1E9"; }
  .material-icons.task:before {
    content: "\F075"; }
  .material-icons.task_alt:before {
    content: "\E2E6"; }
  .material-icons.taxi_alert:before {
    content: "\EF74"; }
  .material-icons.telegram:before {
    content: "\EA6B"; }
  .material-icons.temple_buddhist:before {
    content: "\EAB3"; }
  .material-icons.temple_hindu:before {
    content: "\EAAF"; }
  .material-icons.terrain:before {
    content: "\E564"; }
  .material-icons.text_decrease:before {
    content: "\EADD"; }
  .material-icons.text_fields:before {
    content: "\E262"; }
  .material-icons.text_format:before {
    content: "\E165"; }
  .material-icons.text_increase:before {
    content: "\EAE2"; }
  .material-icons.text_rotate_up:before {
    content: "\E93A"; }
  .material-icons.text_rotate_vertical:before {
    content: "\E93B"; }
  .material-icons.text_rotation_angledown:before {
    content: "\E93C"; }
  .material-icons.text_rotation_angleup:before {
    content: "\E93D"; }
  .material-icons.text_rotation_down:before {
    content: "\E93E"; }
  .material-icons.text_rotation_none:before {
    content: "\E93F"; }
  .material-icons.text_snippet:before {
    content: "\F1C6"; }
  .material-icons.textsms:before {
    content: "\E0D8"; }
  .material-icons.texture:before {
    content: "\E421"; }
  .material-icons.theater_comedy:before {
    content: "\EA66"; }
  .material-icons.theaters:before {
    content: "\E8DA"; }
  .material-icons.thermostat:before {
    content: "\F076"; }
  .material-icons.thermostat_auto:before {
    content: "\F077"; }
  .material-icons.thumb_down:before {
    content: "\E8DB"; }
  .material-icons.thumb_down_alt:before {
    content: "\E816"; }
  .material-icons.thumb_down_off_alt:before {
    content: "\E9F2"; }
  .material-icons.thumb_up:before {
    content: "\E8DC"; }
  .material-icons.thumb_up_alt:before {
    content: "\E817"; }
  .material-icons.thumb_up_off_alt:before {
    content: "\E9F3"; }
  .material-icons.thumbs_up_down:before {
    content: "\E8DD"; }
  .material-icons.tiktok:before {
    content: "\EA7E"; }
  .material-icons.time_to_leave:before {
    content: "\E62C"; }
  .material-icons.timelapse:before {
    content: "\E422"; }
  .material-icons.timeline:before {
    content: "\E922"; }
  .material-icons.timer:before {
    content: "\E425"; }
  .material-icons.timer_10:before {
    content: "\E423"; }
  .material-icons.timer_10_select:before {
    content: "\F07A"; }
  .material-icons.timer_3:before {
    content: "\E424"; }
  .material-icons.timer_3_select:before {
    content: "\F07B"; }
  .material-icons.timer_off:before {
    content: "\E426"; }
  .material-icons.tips_and_updates:before {
    content: "\E79A"; }
  .material-icons.title:before {
    content: "\E264"; }
  .material-icons.toc:before {
    content: "\E8DE"; }
  .material-icons.today:before {
    content: "\E8DF"; }
  .material-icons.toggle_off:before {
    content: "\E9F5"; }
  .material-icons.toggle_on:before {
    content: "\E9F6"; }
  .material-icons.token:before {
    content: "\EA25"; }
  .material-icons.toll:before {
    content: "\E8E0"; }
  .material-icons.tonality:before {
    content: "\E427"; }
  .material-icons.topic:before {
    content: "\F1C8"; }
  .material-icons.touch_app:before {
    content: "\E913"; }
  .material-icons.tour:before {
    content: "\EF75"; }
  .material-icons.toys:before {
    content: "\E332"; }
  .material-icons.track_changes:before {
    content: "\E8E1"; }
  .material-icons.traffic:before {
    content: "\E565"; }
  .material-icons.train:before {
    content: "\E570"; }
  .material-icons.tram:before {
    content: "\E571"; }
  .material-icons.transfer_within_a_station:before {
    content: "\E572"; }
  .material-icons.transform:before {
    content: "\E428"; }
  .material-icons.transgender:before {
    content: "\E58D"; }
  .material-icons.transit_enterexit:before {
    content: "\E579"; }
  .material-icons.translate:before {
    content: "\E8E2"; }
  .material-icons.travel_explore:before {
    content: "\E2DB"; }
  .material-icons.trending_down:before {
    content: "\E8E3"; }
  .material-icons.trending_flat:before {
    content: "\E8E4"; }
  .material-icons.trending_neutral:before {
    content: "\E8E4"; }
  .material-icons.trending_up:before {
    content: "\E8E5"; }
  .material-icons.trip_origin:before {
    content: "\E57B"; }
  .material-icons.try:before {
    content: "\F07C"; }
  .material-icons.tty:before {
    content: "\F1AA"; }
  .material-icons.tune:before {
    content: "\E429"; }
  .material-icons.tungsten:before {
    content: "\F07D"; }
  .material-icons.turned_in:before {
    content: "\E8E6"; }
  .material-icons.turned_in_not:before {
    content: "\E8E7"; }
  .material-icons.tv:before {
    content: "\E333"; }
  .material-icons.tv_off:before {
    content: "\E647"; }
  .material-icons.two_wheeler:before {
    content: "\E9F9"; }
  .material-icons.umbrella:before {
    content: "\F1AD"; }
  .material-icons.unarchive:before {
    content: "\E169"; }
  .material-icons.undo:before {
    content: "\E166"; }
  .material-icons.unfold_less:before {
    content: "\E5D6"; }
  .material-icons.unfold_more:before {
    content: "\E5D7"; }
  .material-icons.unpublished:before {
    content: "\F236"; }
  .material-icons.unsubscribe:before {
    content: "\E0EB"; }
  .material-icons.upcoming:before {
    content: "\F07E"; }
  .material-icons.update:before {
    content: "\E923"; }
  .material-icons.update_disabled:before {
    content: "\E075"; }
  .material-icons.upgrade:before {
    content: "\F0FB"; }
  .material-icons.upload:before {
    content: "\F09B"; }
  .material-icons.upload_file:before {
    content: "\E9FC"; }
  .material-icons.usb:before {
    content: "\E1E0"; }
  .material-icons.usb_off:before {
    content: "\E4FA"; }
  .material-icons.vaccines:before {
    content: "\E138"; }
  .material-icons.verified:before {
    content: "\EF76"; }
  .material-icons.verified_user:before {
    content: "\E8E8"; }
  .material-icons.vertical_align_bottom:before {
    content: "\E258"; }
  .material-icons.vertical_align_center:before {
    content: "\E259"; }
  .material-icons.vertical_align_top:before {
    content: "\E25A"; }
  .material-icons.vertical_distribute:before {
    content: "\E076"; }
  .material-icons.vertical_split:before {
    content: "\E949"; }
  .material-icons.vibration:before {
    content: "\E62D"; }
  .material-icons.video_call:before {
    content: "\E070"; }
  .material-icons.video_camera_back:before {
    content: "\F07F"; }
  .material-icons.video_camera_front:before {
    content: "\F080"; }
  .material-icons.video_collection:before {
    content: "\E04A"; }
  .material-icons.video_label:before {
    content: "\E071"; }
  .material-icons.video_library:before {
    content: "\E04A"; }
  .material-icons.video_settings:before {
    content: "\EA75"; }
  .material-icons.video_stable:before {
    content: "\F081"; }
  .material-icons.videocam:before {
    content: "\E04B"; }
  .material-icons.videocam_off:before {
    content: "\E04C"; }
  .material-icons.videogame_asset:before {
    content: "\E338"; }
  .material-icons.videogame_asset_off:before {
    content: "\E500"; }
  .material-icons.view_agenda:before {
    content: "\E8E9"; }
  .material-icons.view_array:before {
    content: "\E8EA"; }
  .material-icons.view_carousel:before {
    content: "\E8EB"; }
  .material-icons.view_column:before {
    content: "\E8EC"; }
  .material-icons.view_comfortable:before {
    content: "\E42A"; }
  .material-icons.view_comfy:before {
    content: "\E42A"; }
  .material-icons.view_comfy_alt:before {
    content: "\EB73"; }
  .material-icons.view_compact:before {
    content: "\E42B"; }
  .material-icons.view_compact_alt:before {
    content: "\EB74"; }
  .material-icons.view_cozy:before {
    content: "\EB75"; }
  .material-icons.view_day:before {
    content: "\E8ED"; }
  .material-icons.view_headline:before {
    content: "\E8EE"; }
  .material-icons.view_in_ar:before {
    content: "\E9FE"; }
  .material-icons.view_list:before {
    content: "\E8EF"; }
  .material-icons.view_module:before {
    content: "\E8F0"; }
  .material-icons.view_quilt:before {
    content: "\E8F1"; }
  .material-icons.view_sidebar:before {
    content: "\F114"; }
  .material-icons.view_stream:before {
    content: "\E8F2"; }
  .material-icons.view_week:before {
    content: "\E8F3"; }
  .material-icons.vignette:before {
    content: "\E435"; }
  .material-icons.villa:before {
    content: "\E586"; }
  .material-icons.visibility:before {
    content: "\E8F4"; }
  .material-icons.visibility_off:before {
    content: "\E8F5"; }
  .material-icons.voice_chat:before {
    content: "\E62E"; }
  .material-icons.voice_over_off:before {
    content: "\E94A"; }
  .material-icons.voicemail:before {
    content: "\E0D9"; }
  .material-icons.volume_down:before {
    content: "\E04D"; }
  .material-icons.volume_down_alt:before {
    content: "\E79C"; }
  .material-icons.volume_mute:before {
    content: "\E04E"; }
  .material-icons.volume_off:before {
    content: "\E04F"; }
  .material-icons.volume_up:before {
    content: "\E050"; }
  .material-icons.volunteer_activism:before {
    content: "\EA70"; }
  .material-icons.vpn_key:before {
    content: "\E0DA"; }
  .material-icons.vpn_lock:before {
    content: "\E62F"; }
  .material-icons.vrpano:before {
    content: "\F082"; }
  .material-icons.wallet_giftcard:before {
    content: "\E8F6"; }
  .material-icons.wallet_membership:before {
    content: "\E8F7"; }
  .material-icons.wallet_travel:before {
    content: "\E8F8"; }
  .material-icons.wallpaper:before {
    content: "\E1BC"; }
  .material-icons.warning:before {
    content: "\E002"; }
  .material-icons.warning_amber:before {
    content: "\F083"; }
  .material-icons.wash:before {
    content: "\F1B1"; }
  .material-icons.watch:before {
    content: "\E334"; }
  .material-icons.watch_later:before {
    content: "\E924"; }
  .material-icons.watch_off:before {
    content: "\EAE3"; }
  .material-icons.water:before {
    content: "\F084"; }
  .material-icons.water_damage:before {
    content: "\F203"; }
  .material-icons.water_drop:before {
    content: "\E798"; }
  .material-icons.waterfall_chart:before {
    content: "\EA00"; }
  .material-icons.waves:before {
    content: "\E176"; }
  .material-icons.waving_hand:before {
    content: "\E766"; }
  .material-icons.wb_auto:before {
    content: "\E42C"; }
  .material-icons.wb_cloudy:before {
    content: "\E42D"; }
  .material-icons.wb_incandescent:before {
    content: "\E42E"; }
  .material-icons.wb_iridescent:before {
    content: "\E436"; }
  .material-icons.wb_shade:before {
    content: "\EA01"; }
  .material-icons.wb_sunny:before {
    content: "\E430"; }
  .material-icons.wb_twighlight:before {
    content: "\EA02"; }
  .material-icons.wb_twilight:before {
    content: "\E1C6"; }
  .material-icons.wc:before {
    content: "\E63D"; }
  .material-icons.web:before {
    content: "\E051"; }
  .material-icons.web_asset:before {
    content: "\E069"; }
  .material-icons.web_asset_off:before {
    content: "\E4F7"; }
  .material-icons.web_stories:before {
    content: "\E595"; }
  .material-icons.wechat:before {
    content: "\EA81"; }
  .material-icons.weekend:before {
    content: "\E16B"; }
  .material-icons.west:before {
    content: "\F1E6"; }
  .material-icons.whatsapp:before {
    content: "\EA9C"; }
  .material-icons.whatshot:before {
    content: "\E80E"; }
  .material-icons.wheelchair_pickup:before {
    content: "\F1AB"; }
  .material-icons.where_to_vote:before {
    content: "\E177"; }
  .material-icons.widgets:before {
    content: "\E1BD"; }
  .material-icons.wifi:before {
    content: "\E63E"; }
  .material-icons.wifi_calling:before {
    content: "\EF77"; }
  .material-icons.wifi_calling_3:before {
    content: "\F085"; }
  .material-icons.wifi_channel:before {
    content: "\EB6A"; }
  .material-icons.wifi_find:before {
    content: "\EB31"; }
  .material-icons.wifi_lock:before {
    content: "\E1E1"; }
  .material-icons.wifi_off:before {
    content: "\E648"; }
  .material-icons.wifi_password:before {
    content: "\EB6B"; }
  .material-icons.wifi_protected_setup:before {
    content: "\F0FC"; }
  .material-icons.wifi_tethering:before {
    content: "\E1E2"; }
  .material-icons.wifi_tethering_error:before {
    content: "\EAD9"; }
  .material-icons.wifi_tethering_error_rounded:before {
    content: "\F086"; }
  .material-icons.wifi_tethering_off:before {
    content: "\F087"; }
  .material-icons.window:before {
    content: "\F088"; }
  .material-icons.wine_bar:before {
    content: "\F1E8"; }
  .material-icons.woman:before {
    content: "\E13E"; }
  .material-icons.woo_commerce:before {
    content: "\EA6D"; }
  .material-icons.wordpress:before {
    content: "\EA9F"; }
  .material-icons.work:before {
    content: "\E8F9"; }
  .material-icons.work_off:before {
    content: "\E942"; }
  .material-icons.work_outline:before {
    content: "\E943"; }
  .material-icons.workspace_premium:before {
    content: "\E7AF"; }
  .material-icons.workspaces:before {
    content: "\E1A0"; }
  .material-icons.workspaces_filled:before {
    content: "\EA0D"; }
  .material-icons.workspaces_outline:before {
    content: "\EA0F"; }
  .material-icons.wrap_text:before {
    content: "\E25B"; }
  .material-icons.wrong_location:before {
    content: "\EF78"; }
  .material-icons.wysiwyg:before {
    content: "\F1C3"; }
  .material-icons.yard:before {
    content: "\F089"; }
  .material-icons.youtube_searched_for:before {
    content: "\E8FA"; }
  .material-icons.zoom_in:before {
    content: "\E8FF"; }
  .material-icons.zoom_in_map:before {
    content: "\EB2D"; }
  .material-icons.zoom_out:before {
    content: "\E900"; }
  .material-icons.zoom_out_map:before {
    content: "\E56B"; }
/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-marginTop: calc(var(--PhoneInputCountrySelectArrow-height) / 2);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: inherit;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-top: var(--PhoneInputCountrySelectArrow-marginTop);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}