#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;
  }