body{
  background-color: #000000 !important;
}
.header-bg-color{
  background-color: #000000;
}
.logo-img{
  height:auto;max-width: 66px;
}
.brand-name{
  font-size: 30px;font-weight: 700;color: #ffffff;
}
.text-end button{
  font-size: 15px !important;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  background-color: #FFDC25;
  color: #000000;
  font-weight: 600 !important;
}
.text-end button:hover{
  background-color: #d9b55e;
  color: #000000;
}
.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;
}


