/* fallback */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v197/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2) format('woff2');
}

.msr-icon {
  font-family: 'Material Symbols Rounded' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0,
    'wght' 100,
    'GRAD' 24,
    'opsz' 48
}

.msr-icon.labeled {
    margin-top: 3px !important;
    margin-left: 2px !important;
    background-color: transparent !important;
}

.msr-icon.fs-1 {
  font-size: 1rem !important;
}

.msr-icon.fs-2 {
  font-size: 2rem !important;
}

.msr-icon.fs-4 {
  font-size: 4rem !important;
}

.msr-icon.fs-5 {
  font-size: 5rem !important;
}

.msr-icon.black {
  color: black;
}

.ui.labeled.icon.button > .msr-icon, .ui.labeled.icon.buttons > .button > .msr-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	line-height: 1;
	border-radius: 0;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	text-align: center;
	-webkit-animation: none;
	animation: none;
	padding: 0;
	margin: 0;
	background-color: rgba(0,0,0,.05);
	color: '';
	-webkit-box-shadow: -1px 0 0 0 transparent inset;
	box-shadow: -1px 0 0 0 transparent inset;
}