html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.toast {
    background-color: #333 !important;
    color: #fff !important;
}

#toast-container > .toast-success {
    background-color: #51a351 !important;
    color: white !important;
}

#toast-container > .toast-error {
    background-color: #bd362f !important;
    color: white !important;
}

#toast-container > .toast-info {
    background-color: #2f96b4 !important;
    color: white !important;
}

#toast-container > .toast-warning {
    background-color: #9dd9f5 !important;
    color: white !important;
}

tbody > tr > td {
    background-color: #cefac0 !important;
}

.search-prod {
    background-color: #7dcff5 !important;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}