.app-header-dark {
    background-color: #346cb0;
    color: hsla(0,0%,100%,.8);
    line-height: 0.5;
}

.app-header-light {
    background-color: rgba(255, 255, 255, 0.9);
    background: #FFF;
    color: rgb(114, 120, 111);
    line-height: 0.5;
}

.top-bar-brand {
    margin-bottom: 0;
    padding: 0 .5rem 0 1rem;
    display: none;
    height: 3.5rem;
    width: 15rem;
    font-size: 1.25rem;
    align-items: center;
}

.app-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /*height: 3.5rem;*/
    z-index: 1030;
    box-shadow: 0 0 0 1px rgb(20 20 31 / 5%), 0 1px 3px 0 rgb(20 20 31 / 15%);
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

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

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

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

.dropdown-toggle {
  outline: 0;
}
