.pace .pace-progress {
  top: 0px;
}

.pace .pace-activity {
  top: 5px;
}

.footer-anchor {
  color: #546e7a;
  text-decoration: none;
}

.footer-anchor:hover {
  text-decoration: underline;
}

.header-logo {
  float: left;
  margin-right: 0.75rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo img {
  text-align: center;
}

.user-header-logo {
  margin-right: 0.75rem;
}

.user-header-logo img {
  width: 100%;
}

.user-header-link {
  text-decoration: none;
  color: black;
}

.home-link {
  color: #333333;
  text-decoration: none;
}

.home-link:hover {
  text-decoration: underline;
}

.waiting-logo-container {
  color: #333333 !important;
  font-size: 2.5rem !important;
}

.waiting-logo {
  display: block;
  margin: 0 auto;
}

.waiting-logo img {
  text-align: center;
}

.waiting-input-text {
  font-size: 1.5rem;
}

.waiting-content-desc {
  font-size: 1.5rem !important;
}

.timepicker {
  width: 50%;
}

.pos-logo {
  text-align: center;
}

.category-modal {
  display: flex;
}

.category-modal-info {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.disabled-link {
  pointer-events: none;
}

.in-use {
  background-color: blue !important;
}