html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-header {
    background-color: #002b5c;
    color: white !important;
}

.dz-dashed {
    border-style: dashed !important;
}

.bi {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.password-show {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.password-eye {
    padding-bottom: 1.5em;
}

.no-border {
    border: none;
}

.dropdown-menu input {
    margin-right: 5px;
}

.bg-brewers-blue {
    background-color: #002b5c;
    font-size: 12px;
}

.bg-brewers-blue a {
    text-decoration: none;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}

.stock-table {
    font-size: 14px;
}

.error-input {
    border: 1px solid red;
}
.filter-count {
    color: #c31735;
}
