body {
  background: #f7f8fa;
}

main {
  min-height: calc(100vh - 64px);
}

.app-container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .app-container {
    max-width: 1560px;
  }
}

@media (min-width: 1800px) {
  .app-container {
    max-width: 1760px;
  }
}

.table th {
  white-space: nowrap;
}

.app-brand {
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.app-brand img {
  height: 38px;
  max-width: 190px;
  object-fit: contain;
}

.app-navbar .nav-link {
  border-radius: 6px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.app-navbar .nav-link.active {
  background: #e7f1ff;
  color: #0d6efd;
  font-weight: 600;
}

.account-link {
  font-weight: 600;
}

.utc-clock {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  white-space: nowrap;
}

.service-nav {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
}

.service-subnav {
  background: #fbfcfd;
  border-bottom: 1px solid #dee2e6;
}

.service-nav-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  overflow-x: auto;
  padding: 0.55rem 0;
  white-space: nowrap;
}

.service-nav-title {
  color: #212529;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 0.35rem;
}

.service-nav-group {
  color: #6c757d;
  font-size: 0.72rem;
  font-weight: 700;
  margin-left: 0.7rem;
  text-transform: uppercase;
}

.service-nav-link {
  border: 1px solid transparent;
  border-radius: 6px;
  color: #495057;
  display: inline-flex;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0.42rem 0.65rem;
  text-decoration: none;
}

.service-nav-link:hover,
.service-nav-link:focus {
  background: #f1f5f9;
  color: #0d6efd;
}

.service-nav-link.active {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.service-nav-link.danger {
  color: #b02a37;
}

.service-nav-link.danger.active {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.service-nav-link.disabled {
  color: #adb5bd;
  cursor: not-allowed;
}

@media (max-width: 991.98px) {
  .app-navbar .navbar-nav {
    align-items: stretch;
    padding-top: 0.75rem;
  }

  .app-navbar .nav-link,
  .app-navbar .navbar-text {
    padding-left: 0;
  }

  .utc-clock {
    min-height: auto;
  }
}
