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 rgba(58, 155, 92, .22);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: whitesmoke;
}

.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;
}

.d-contents {
    display: contents !important;
}

#alertas-vencimiento li {
    list-style: disc;
}

#alertas-vencimiento li i {
    font-size: 20px;
    margin-left: 5px;
}

.e-grid {
    font-family: 'Poppins', sans-serif !important;
    
}

.e-grid .e-headercelldiv {
    font-size: 16px !important;
    
}

.e-grid .e-rowcell, .e-grid .e-headercell {
    border-right: 1px solid #e0e0e0 !important;
}

footer {
    background-color: white;
 
}
img.rounded-circle {
    border: 1px solid #ccc;
}

.nav-link.active {
    background-color: #3A9B5C !important;
    color: white !important;
}

.frm {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 5px;
    margin: 1px;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}
