.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 37px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 37px !important;
}

.col-form-label {
  padding: 0px 0px 0px 5px !important;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 5px;
}

.top-message {
  background-color: rgba(253, 124, 37, 0.925);
  color: black;
  font-weight: bold;
  padding: 5px;
}
.dev_hide {
  display: none;
}

@media (max-width: 250px) {
  .dev_hide {
    display: block;
    font-size: 15vw;
  }
  .dev_message {
    display: none;
  }
  .navbar-brand {
    display: none;
  }
}
