:root{
    --primary-dark: #d0c034; /*#786e25;*/
    --warning-alternate: #ffcc00; 
    --blue: #007bff;
}

.nav-item.active .nav-link {
    color: #b3a529 !important;
    border-bottom-color: #b3a529 !important;
}

/* buttons more weighted */
.btn-primary {
    font-weight: 600;
}

/* upper menu aligned to right */
.dropdown-menu-end {
    --bs-position: end;
    right: 0;
    left: auto;
}

.btn-link.text-primary  {	
    color: var(--primary-dark) !important;
}

/* Custom CSS to style smaller select controls */
.form-select-sm {
    /*width: 150px;*/
    /* Adjust width as needed */
    /*height: 30px;*/
    /* Adjust height as needed */
    font-size: 11px;
    /* Adjust font size as needed */
    padding: 2px;
    /* Adjust padding as needed */
  }

  .text-blue {
    color: var(--blue);
  }

  .fw-bold {
    font-weight: bold;
  }