/** STYLE.BUNDLE.OVERRRIDE
  - ICONOS MENSAJES Y NOTIFICACIONES
  - ESTILOS MENSAJES
  - ESTILOS GENÉRICOS
*/

.page-header.navbar .page-logo .logo-default {
  margin: 19px 10px 0 10px;
}

/* BEGIN ICONOS MENSAJES Y NOTIFICACIONES */

.password-container {
  position: relative;
}

.password-toggle {
  color: white;
  /* margin-left: 1em; */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.topbar-item {
  margin-left: 0.2em;
}

.topbar-item #kt_quick_user_toggle {
  margin-left: 2em;
}

.topbar-item .baja {
  margin-top: 0.5em;
  background-color: transparent !important;
}

/* END ICONOS MENSAJES Y NOTIFICACIONES */

/* ---------------------------------------------------------------------- */

/* BEGIN ESTILOS MENSAJES  */

.overmsg {
  margin: 0em;
}

.overmsg :hover {
  background-color: #eee;
}



.p-8 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 1em !important;
}

.mb-10,
.my-10 {
  margin-bottom: 1em !important;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;

}

.from {
  font-style: italic;
  color: #706C6B;
}

.symbol {
  margin-left: 10px;
  ;
}

/* END ESTILOS MENSAJES  */

/* ---------------------------------------------------------------------- */

/* BEGIN ESTILOS GENÉRICOS  */

.centrar {
  text-align: center;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-items: center;
  justify-self: center;
  justify-content: center;
  place-items: center;
  vertical-align: middle;
  line-height: 100%;
  margin: auto;
}

/* END ESTILOS GENÉRICOS  */