.custom-tooltip {
  position: relative;
  background: rgba(0, 0, 0, .3);
  padding: 2.5px 6px;
  border-radius: 100%;
  font-size: 10px;
  cursor: help;
  color: #fff;
  top: -2px;
}

.loader {
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1.5s linear infinite;
  margin: auto;
}

.boton-loader {
	border: 4.8px solid #f3f3f3;
	/* Light grey */
	border-top: 4.8px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 24px;
	height: 24px;
	animation: spin 1.5s linear infinite;
	margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.thead-comesano{
  text-align: center; 
  background-color: #e5a22d;
  border-color: #dee2e6;
  color: #424344;
}
.agregar {
  background-color: rgba(0, 209, 0, 0.392);
}
.modificar {
  background-color: rgba(0, 187, 255, 0.487);
}
.eliminar {
  background-color: rgba(255, 0, 0, 0.44);
}
.btn-add-comesano{
  border: 0px;
  background-color:#e5a22d;
  width: 15vw;
  height: 7vh;
  position: absolute;
  top: 0vh;
  left: 0vw;
  box-shadow: 2px 2px 2px gray;
}
.btn-add-comesano:hover{
  cursor:pointer;
}
.btn-add-comesano-right{
  border: 0px;
  background-color:#e5a22d;
  width: 15vw;
  height: 7vh;
  position: absolute;
  top: 0vh;
  right: 0vw;
  box-shadow: 2px 2px 2px gray;
}
.btn-add-comesano-right:hover{
  cursor:pointer;
}


.btn-comesano{
  border: 0px;
  background-color:#e5a22d;
  width: 5vw;
  height: 5vh;
  /* position: absolute;
  top: 0vh;
  left: 0vw; */
  box-shadow: 2px 2px 2px gray;
}
.btn-comesano:hover{
  cursor:pointer;
}
.icon-title-abm{
  width: 10vh;
}
.modal-xl{
  max-width: 90%;
}
.hidden{
  display: none;
}

/* NOTIFICACIONES */
.panel-notif {
  width: 20%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: antiquewhite;
}

.num-count {
  position: relative;
  user-select: none;
  cursor: pointer;
  font-size: 0.6rem;
  background: tomato;
  width: 1.2rem;
  height: 1.2rem;
  color: wheat;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 0.3rem;
  right: 0.5rem;
  box-sizing: border-box;
}

#mensajesArea {
  position: relative;
  overflow-y: auto;
  padding: 0 10px;
  /* height: calc(100% - 48px); */
  justify-content: flex-end;
  flex-direction: column;
  max-height: 15rem !important; 
  min-height: 3rem !important;
}

.bubble {
  font-size: 16px;
  position: relative;
  display: inline-block;
  clear: both;
  margin-bottom: 8px;
  padding: 13px 14px;
  vertical-align: top;
  border-radius: 5px;
}

.you {
  float: left;
  color: white;
  background-color: #00b0ff;
  align-self: flex-start;
  text-align: start;
  max-width: 95%;
}

.you:before {
  left: -3px;
  background-color: var(#00b0ff);
}

.me {
  float: right;
  color: #1a1a1a;
  background-color: #eceff1;
  align-self: flex-end;
  text-align: end;
  max-width: 95%;
}

.me:before {
  right: -3px;
  background-color: #eceff1;
}

.notification-container {
  cursor: default;
  position: absolute;
  z-index: 999;
  top: 92px;
  right: 105px;
  width: 400px;
  font-weight: 300;
  background: whitesmoke;
  border-radius: 0.5rem;
  box-shadow: 2px 2px rgba(26, 26, 26, 0.6);
}

.notification-container:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 0;
  height: 0; 
  transform: translate(-1rem, -100%);
  border-left: .75rem solid transparent;
  border-right: .75rem solid transparent;
  border-bottom: .75rem solid whitesmoke;
}
  
.notification-container h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 700;
  color: #84929f;
  padding: 15px; 
}

.notification-container i {
  color: #b5c4d2;
  font-size: 140%;
  vertical-align: 50%;
  position: absolute;
}

.notification-container em {
  margin-right: 10px;
  font-weight: 700;
  font-size: 115%;
  color: tomato;
  vertical-align: bottom;
  display: inline-block;
}

.notification {
  color: black;
  box-sizing: border-box;
  background: whitesmoke;
  width: 90%;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #1a1a1a;
  cursor: pointer;
}

.btn-notif {
  width: min-content;
}

.btn-primary {
  background-color:#e5a22d !important;
  border-color: #e5a22d !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 162, 45, 0.5) !important;
}

.btn-pulse{animation: animate 3s linear infinite}.btn-pulse i{position: relative;display: flex;justify-content: center;align-items: center;font-size: 15px;color: #fff;height: 100%;cursor: pointer}@keyframes animate{0%{box-shadow: 0 0 0 0 #e5a22d , 0 0 0 0 #e5a22d}40%{box-shadow: 0 0 0 25px rgb(255, 109, 74, 0) , 0 0 0 0 #e5a22d}80%{box-shadow: 0 0 0 25px rgb(255, 109, 74, 0) , 0 0 0 15px rgb(255, 109, 74, 0)}100%{box-shadow: 0 0 0 0 rgb(255, 109, 74, 0) , 0 0 0 30px rgb(255, 109, 74, 0)}}

.custom-scroll {
  max-height: 70vh;  /* Define una altura máxima para el scroll */
  overflow-y: auto;   /* Activa el scroll vertical */
}

.pastel-warning-bg {
  background-color: #fff3cd !important;
}