#app {
    margin-top: 50px;
}
  
@media (max-width: 767px) {
    nav.fixed-top {
        position: absolute;
        top: 0;
    }
}

.select2-selection--single {
    height: 35px !important;
}
.select2-container *:focus {
    outline: none;
}

