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;
}

.btn-link {
    width: auto;
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    background-color: transparent;
    border: transparent;
}


.help-header {
    background-color: #7493c5;
}

.help-body {
    background-color: #9eb1d1;
}

.help-footer {
    background-color: #7493c5;
}

.cursor-pointer{
    cursor: pointer;
}

.credential-item-even {
    background-color: #243041;
}

.credential-item-odd {
    background-color: #45566d;
}

.recommended-item-even {
    background-color: #859760;
}

.recommended-item-odd {
    background-color: #838d70;
}

.notrecommended-item-even {
    background-color: #dc3545;
}

.notrecommended-item-odd {
    background-color: #e1828b;
}