/* Danxis — correção definitiva do ícone preto no card da Lista Restritiva */

/* O emoji original é ocultado, pois alguns navegadores o desenham como emoji colorido/branco
   e ignoram a propriedade CSS color. No lugar dele é desenhado um SVG monocromático preto. */
#view-restricted-list .restricted-hero-icon{
  color:transparent !important;
  -webkit-text-fill-color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
}

#view-restricted-list .restricted-hero-icon::before{
  content:"" !important;
  display:block !important;
  width:23px !important;
  height:23px !important;
  background:#000000 !important;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M10.3 3.7 2.6 17.1A2 2 0 0 0 4.3 20h15.4a2 2 0 0 0 1.7-2.9L13.7 3.7a2 2 0 0 0-3.4 0Z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' d='M12 9v4'/%3E%3Ccircle cx='12' cy='16.6' r='1' fill='%23000'/%3E%3C/svg%3E") !important;
  -webkit-mask-repeat:no-repeat !important;
  -webkit-mask-position:center !important;
  -webkit-mask-size:contain !important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M10.3 3.7 2.6 17.1A2 2 0 0 0 4.3 20h15.4a2 2 0 0 0 1.7-2.9L13.7 3.7a2 2 0 0 0-3.4 0Z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' d='M12 9v4'/%3E%3Ccircle cx='12' cy='16.6' r='1' fill='%23000'/%3E%3C/svg%3E") !important;
  mask-repeat:no-repeat !important;
  mask-position:center !important;
  mask-size:contain !important;
}

/* Mantém também preto o símbolo da barra Restrições internas no dossiê. */
#view-profile .stage22-restriction-icon{
  color:#000000 !important;
  -webkit-text-fill-color:#000000 !important;
}
