.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.text-yellow{color:rgba(255,255,0,1)}         /* yellow */
.text-yellow:hover{color:rgba(255,0,0,1); font-weight: bold;}     /* red */

.text-white1{color:rgba(255,255,255,1)}        /* yellow */
.text-white1:hover{color:rgba(255,0,0,1); font-weight: bold; }    /* red */