html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.nav-item.active .nav-link {
    font-weight: bold;
    color: white !important;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}


/*para graficos*/

#rutaSelector {
    background-color: #e6e6fa;
    font-size: 1.2rem;
    padding: 0.75rem;
}


.chart-container {
    position: relative;
    width: 100%;
    height: 1500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
}



@media (max-width: 768px) {
    .chart-container {
        height: 1500px;
        position: relative;
      
    }
}

.nav-item.active .nav-link {
    font-weight: bold;
    color: white !important;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.nav-link {
    transition: all 0.3s ease-in-out;
}


