html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1.display1 {
    margin: 1rem 0;
    background-color: rgba(var(--bs-primary-rgb),0.2);
    padding: 1rem;
    border-radius: 3px;
    color: var(--bs-primary);
}
.footer .container {
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: normal;
    line-height: normal;
}

.status-Partial, .status-Complete, .status-Sent, .status-New, .status-Redo {
    padding: 3px 5px;
    border-radius: 8px;
}

.status-Partial {
    background-color: #FFEBD1;
    border: 2px solid #FFEBD1;
}
.status-Complete {
    background-color: #e7f4e4;
    border: 2px solid #e7f4e4;
}
.status-Sent, .status-New, .status-Redo {
    background-color: #DCE4EF;
    border: 2px solid #DCE4EF;
}