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%;
}
/* Ensure the page can use full height so flex sticky footer works */
html, body {
  height: 100%;
}

/* Remove any hard bottom margin so footer can stick using flexbox */
body {
  margin-bottom: 0;
}


input:focus::placeholder {
    color: transparent;
}

x-small, .x-small {
    font-size: 0.75em;
}

.text-primary {
    color: #198754 !important;
}

td, th {
    white-space: nowrap;
}

.nav-link {
    color: 
}
/* Footer styling for the portal */
.site-footer {
    background: transparent;
    color: #6c757d;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .site-footer a {
        text-decoration: none;
    }

.site-footer .footer-logo {
    height: 84px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Ensure footer (Bootstrap .footer) does not shrink so mt-auto moves it to bottom */
.footer {
    flex-shrink: 0;
}

/* Small screens: center text under logo */
@media (max-width: 767.98px) {
    .site-footer .container {
        text-align: center;
    }

    .site-footer .text-md-end {
        margin-top: .5rem;
    }
}