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

/* Darker blue theme */
.navbar-custom {
    background-color: #00205B;
}

.rounded-circle-photo {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.5);
}

.rounded-circle-initials {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
    border: 1px solid rgba(255,255,255,.5);
    display: none;
}

/* Compact Footer */
.footer-custom {
    background-color: #00205B;
    color: #e0e0e0;
    padding: 4px 0;
    font-size: 0.75em;
    line-height: 1.5 !important;
}

.footer-custom a {
    color: #e0e0e0;
    text-decoration: underline;
}

    .footer-custom a:hover {
        color: #ffffff;
    }

/* Additional space at the bottom of the main content */
.content-container {
    /* padding-bottom: 10rem; Original value was to large */
    padding-bottom: 0rem;
}

#suggestions {
    display: none; 
    position: absolute; 
    width: 100%; 
    max-height: 200px; 
    overflow-y: auto;
}

.btn-primary {
    background-color: #00205B;
    border-color: #00205B;
}

    .btn-primary:hover {
        background: #1A3D8F;
        border-color: #1A3D8F;
    }

.btn-danger {
    background-color: #BF0D3E;
    border-color: #BF0D3E;
}

    .btn-danger:hover {
        background-color: #A70B34;
        border-color: #A70B34;
    }

.btn-warning {
    background-color: #D4A017;
    border: #D4A017;
    color: #00205B;
}

.btn-Add {
    background-color: #6C757D;
    border-color: #00205B;
    color: #FFFF;
    font-weight: 600;
}

    .btn-Add:hover {
        background-color: #00205B;
        border-color: #00205B;
        color: #FFFF;
    }