.tag {
  font-weight: bold;
  margin-right: 1em;
}

.value {
  font-family: monospace;
}

.pre {
  font-family: monospace;
  white-space: pre;
}

.pnt-componente-notificaciones {
  background-color: transparent !important;
  padding: 5px 10px 2px 2px;
  margin: 0;
}

.pnt-componente-notificaciones:focus {
  box-shadow: none;
}

.pnt-componente-notificaciones .pnt-contenedor-notificaciones {
  position: relative;
}

.pnt-componente-notificaciones .pnt-campana-notificaciones {
  background-color: white;
  color: #019df4;
  font-size: xx-large !important;
}

.badge.pnt-cantidad-notificaciones {
  border-radius: 20px;
  color: white;
  position: absolute;
  top: -5px;
  left: 14px;
  font-size: 55%;
  border-style: none;
}

.popover {
  box-shadow: 0px 4px 8px 0px rgba(171, 190, 209, 0.4);
  max-width: 100%;
  max-height: 490px !important;
  overflow-y: auto;
  font-family: "Telefonica" !important;
}

.popover .pnt-notificacion:hover {
  background-color: #F5F5F5;
}

.pnt-redireccion-notificacion {
  text-decoration: none;
  color: #019df4;
}

.pnt-redireccion-notificacion:hover {
  text-decoration: underline;
  color: #008EDD;
}

.popover .pnt-notificacion {
  align-items: center;
  padding: 10px 0;
}

.popover .pnt-notificacion:not(:last-child) {
  border-bottom: 0.3px solid #ededed;
}

@media (min-height: 650px) {
  .popover {
    max-height: 590px !important;
  }
}

@media (min-height: 800px) {
  .popover {
    max-height: 750px !important;
  }
}

h3.popover-header {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  justify-content: space-between;
}

h3.pnt-titulo-popover {
  color: #50535a;
  font-family: "Telefonica";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.pnt-titulo-notificacion {
  font-size: 16px;
  color: #444548;
}

.pnt-boton-cerrar-popover {
  opacity: 1;
}

.pnt-descripcion-notificacion p {
  font-size: 12px;
  margin-bottom: 3px;
}

.popover-body {
  padding: 0px;
}

.popover .arrow {
  display: none;
}

@media (min-width: 769px) {
  .popover.bs-popover-bottom {
    top: -8px !important;
  }

  .aui .pnt-componente-notificaciones.open {
    border-bottom: 3px solid #019df4;
    border-radius: 0px;
  }

  .pnt-sitio-empresas .aui .pnt-componente-notificaciones.open {
    border-bottom: 3px solid #A13EA1;
    border-radius: 0px;
  }
}

@media (min-width: 1024px) {
  .popover {
    width: 410px;
  }
}

@media (max-width: 360px) {
  .popover {
    width: 327px;
  }
}

@media (max-width: 768px) {
  .aui .pnt-componente-notificaciones.open {
    border-bottom: 3px solid #019df4;
    border-radius: 0px;
  }

    .pnt-sitio-empresas .aui .pnt-componente-notificaciones.open {
      border-bottom: 3px solid #A13EA1;
      border-radius: 0px;
    }

  .popover {
    max-width: 90%;
    left: -3.5% !important;
  }
}

@media only screen and (max-width: 432px) {
  .pnt-componente-notificaciones {
    padding: 0;
  }
  .pnt-componente-notificaciones:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 4px;
    border-radius: 0.1px !important;
    padding-right: 5px;
    box-shadow: unset !important;
  }
}