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%;
}



.x-checkbox-
{
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #6c757d !important;
    border-radius: 4px !important;
    background: white !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
    color: transparent !important;
    transition: all 0.2s !important;
}

    .x-checkbox-pension:checked {
        background: #0d6efd !important;
        border-color: #0d6efd !important;
        color: white !important;
    }

        .x-checkbox-pension:checked::before {
            content: "X" !important;
        }
#tablaEstadosyEtapas th {
    white-space: nowrap;
}
