.app-header.bg-light .navbar-brand {
  padding: 0 1.25rem;
}
.nav-logo {
  width: 170px;
  height: auto;
  padding-top: 15px;
}
.app {
  display: block;
  flex-wrap: wrap;
}
.app.flex-row.align-items-center{
  margin-top: 10em;
}
.sticky-footer{
  height: auto;
  position: relative;
}
.bg-none {
  background-color: rgba(0, 0, 0, 0);
}
.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f9fa !important;
}