.awesomplete > ul {
  z-index: 9999;
  max-height: 180px;
  overflow-y: auto;
}
body {
    padding-bottom: 72px;
}

.app-bottom-link {
    color: #6c757d;
}

.app-bottom-link:hover,
.app-bottom-link:focus {
    color: #198754;
}

.app-main {
    min-height: calc(100vh - 130px);
}

.min-w-0 {
    min-width: 0;
}
.app-bottom-link {
    color: #6c757d !important;
}

.app-bottom-link:hover,
.app-bottom-link:focus,
.app-bottom-link:active,
.app-bottom-link.active {
    color: #6c757d !important;
}

.app-bottom-link.text-success {
    color: #198754 !important;
}

#form_prixbase.is-invalid,
#form_prixpromo.is-invalid {
    background-image: none;
    padding-right: 0.75rem;
}
#form_prixbase,
#form_prixpromo {
    min-width: 90px;
}