/* USE THIS FILE TO ADD ANY ADDITIONS/MODIFICATIONS
---------------------------------------- */

.botonestopbottom {
    position: fixed;
	bottom: 1px;
	right: 2px;
	z-index: 10000;

}
.botonestopbottom ul {
	list-style-type: none;
	display: inline-block;
}
.botonestopbottom .fa {
	color: black;
}
.buttonmlxscroll {
    border-radius: 8px;
	margin: 2px;
	border-color: #2d81fd;
}
.mlxlogo img {
    border-radius: 0.5rem;
    padding: 1px;
}
.barramlx2025 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%; 
    font-weight: bold;  
}
.mlxbotonreg {
  padding: 10px 8px;
  background-color: #9df4fa;
  color: white!important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 3px;
  animation-name: animacionmlx1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
    text-align: center;
}
.mlxbotonreg:hover {
  background-color: #6daef8;
}
.mlxbotonreg:active {
  background-color: #f7df07;
}
@keyframes animacionmlx1 {
  0%   {background-color: rgb(86, 243, 93);}
  33%  {background-color: rgb(225, 250, 5);}
  66%  {background-color: #9df4fa;}
}
.mlxbotoninisesion {
  padding: 10px 8px;
  background-color: rgb(118, 248, 124);
  color: white!important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 3px;
  text-align: center;
}
.mlxsinleer {
  padding: 10px 8px;
  background-color: #f80814;
  color: white!important;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  animation-duration: 2s;
  animation-iteration-count: infinite;
    text-align: center;
}
.mensajenuevosinleer {
    border: 1px !important;
    border-color: #f80814 !important;
    border-radius: 4px;
    border-style: solid !important;
    padding: 4px;
}
.mensajenuevosinleerspan {
    color: #d63384!important;
}
.botonfijoresponder{
    position: fixed;
    bottom: 15px;
    right: 25%;
    z-index: 10000;
    background-color: #2a7ffd;
  border-radius: 10px;  
  padding: 10px 30px;  
	border-color: #464647;  
  border-width: 2px;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  box-shadow: inset 0 0 0 2px white; 
  font-size: 18px;
  font-weight: bold;
}
.botonfijoresponder::after {
  content: "";
  position: absolute;
  width: 10px;          /* grosor del palo */
  height: 45px;         /* altura del palo */
  background-color: #020202; /* color gris oscuro, parecido a madera o metal */
  bottom: -45px;        /* separado un poco debajo del botón */
  left: 50%;            /* centrado horizontalmente */
  transform: translateX(-50%);
  border-radius: 3px;   /* bordes redondeados para que quede más realista */
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 9999;
}
.sinleer3 {
    position: absolute;
    left: 0px;
    top: 20px;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
    background: #c81818;    
    text-align: center;
    padding: 0 10px;  
	transform: rotate(-45deg);  
	border-radius: 5px;
}
#unread {
  scroll-margin-top: 50px;
}
[id^="p"] {
  scroll-margin-top: 50px;
}