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

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.h div{
    display: flex;
    align-content: space-between;
}

.activos-page {
    margin-top: 1.5rem;
}

.activos-form {
    width: 100%;
}

.activos-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.activos-table th,
.activos-table td {
    border: 1px solid #d9d9d9;
    padding: 0.75rem 1rem;
    text-align: left;
}

.activos-table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.activos-table tbody tr:nth-child(even) {
    background-color: #fdfdfd;
}

.activos-table tbody tr:hover {
    background-color: #f1f7ff;
}