#auth #auth-right {
    background: url(/images/estacion.jfif);
    background-size: cover;
  }
  .exchangemonitor-widget-container{
    width:100% !important;
    min-width: 100% !important;
  }
  #auth #auth-left .auth-title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .buttonslista{display: flex; gap:15px; align-items: center;}
  /*.buttonslista div{width: 100%;}*/
  .buttonslista .input-group-text{line-height: 0;}
  .sidebar-wrapper .sidebar-header img {
    height: 2.1rem;
}
  .disabled{background-color: #e9ecef;}
  @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 #f44336;
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  .pulse
  {
    transform: scale(1);
    animation: pulse 2s infinite;
  }
  .noticount {
   position: absolute;
    top: -5px;
    right: -4px;
    color: white;
    border-radius: 100%;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
    width: 20px;
    height: 20px;
    display: grid;
    align-items: center;
    justify-content: center;
  }