body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
}

h1 {
  font-weight: 400;
  font-size: 26px;
}

nav {
  height: 58px;
  display: flex;
  font-size: 16px;
}

nav button.user-button {
 font-size: 16px;
 padding: 0 15px;
}
nav button.user-button:hover {
  background-color: #ddd;
}
nav button.user-button.active {
  background-color: #ddd;
}

nav > a {
  height: 58px;
  padding: 0px 15px;
  align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}

nav > a:hover {
  background-color: #ddd;
  color: #000;
}

div.nav-wrapper {
  background-color: #f0f0f0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.nav-right {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-right: 16px;
}
button.user-button {
  background: none;
  border: 0px;
  cursor: pointer;
  height: 58px;
  padding: 12px 0px;
}
div.badge-wrapper {
  display: flex;
  align-items: center;
  min-width: 0px;
  max-width: 300px;
}
span.badge {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}
span.badge div.user-avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
  background: #ddd;
  color: #000;
  width: 32px;
  height: 32px;
  font-size: 16px;
}
svg.dropdown-icon {
  color: #555;
  user-select: none;
  display: inline-block;
  fill: #555;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
div.popover {
  display: none;
}
div.popover .modal-backdrop {
  opacity: 1;
  background-color: transparent;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0px;
  z-index: 10;
}
div.popover .modal-root {
  z-index: 50;
  opacity: 1;
  transform: none;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 182ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 62px;
  min-width: auto;
  width: 260px;
  box-shadow: #0001 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
  font-size: 14px;
  background-color: #f4f4f4;
  color: #000;
  border: 1px solid #eee;
  overflow: hidden auto;
  min-height: 16px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  outline: 0px;
  transform-origin: 260px 0px 0px;
}
div.popover .user-info {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 160%;
  font-weight: 400;
  padding: 15px;
}
div.popover .user-info .user-name {
  font-weight: 700;
}
div.popover .user-info .user-email {
  color: #333;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.popover hr {
  margin: 0px 0px 8px;
  flex-shrink: 0;
  border-width: 0px 0px thin;
  border-style: solid;
  border-color: #ccc;
}
div.popover a {
  text-decoration: none;
}
div.popover .menu-item {
  font-size: 14px;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: #000;
  line-height: 160%;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  gap: 20px;
  padding: 8px 20px;
}
div.popover .menu-item:hover {
  background-color: #d9d9d9;
}

div.container {
  margin: 0 auto;
  padding: 15px 24px;
  max-width: 1500px;
  width: calc(100% - 48px);
}

.login.formwrapper {
  width: 400px;
  background-color: #f8f8f8;
  border: 1px solid #aaa;
  margin: 24px auto;
  padding: 0 30px 30px 30px;
}

.row.form-group {
  margin: 24px 0;
  font-size: 16px;
  line-height: 28px;
}
.row.form-group label {
  font-weight: 500;
}
.row.form-group input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  background-color: #fff0;
  border: 0;
  border-bottom: 1px solid #999;
}

input.btn {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  vertical-align: middle;
  transition: .3s ease-out;
  text-decoration: none;
  color: #fff;
  background-color: #199b8e;
  text-align: center;
  letter-spacing: .5px;
  border: none;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
}

input.btn:hover {
  background-color: #3bc0b3;
}

.submitbutton {
  margin-bottom: 24px;
}
.loginsignup {
  font-size: 13px;
}
.loginsignup a {
  text-decoration: none;
  color: #199b8e;
}
.loginsignup a:hover {
  text-decoration: underline;
  color: #199b8e;
}

.alert {
  margin: 24px 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
}

.alert-warning {
  background-color: #f8f8d3;
  border: 1px solid #8e8e42;
  color: #7f7a63;
}

button.close {
  border: none;
  background-color: #fff0;
  font-size: 24px;
  color: #7f7a63;
  cursor: pointer;
}
button.close:hover {
  color: #000;
}

div.tbl-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 4px;
  border: 1px solid #ccc;
}
table.tbl {
  width: 100%;
  border-spacing: 0px;
  border-collapse: unset;
  border: medium;
  overflow: hidden;
}
.tbl thead tr {
  vertical-align: middle;
  outline: 0px;
}
.tbl thead th {
  line-height: 1.5rem;
  text-align: left;
  border-bottom: 2px solid #eee;
  padding: 12px 8px;
  font-size: 14px;
  color: #444;
  font-weight: 700;
  background: #f0f0f0;
  border-width: 2px;
}
.tbl tbody tr {
  cursor: pointer;
}
.tbl tbody td {
  line-height: 160%;
  font-weight: 400;
  text-align: left;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 16px 8px;
}
.tbl tbody tr:hover td {
  background-color: #fafafa;
}

.caret-right-icon {
  user-select: none;
  display: inline-block;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
  color: #000;
  width: 20px;
  height: 20px;
}

div.sidenav {
  display: flex;
}
div.sidenav nav {
  width: 200px;
  font-size: 14px;
  display: block;
}
div.sidenav nav > div {
  height: 20px;
  margin: 0 15px 0 -24px;
  width: calc(100% - 39px);
  padding: 15px 15px 15px 24px;
  transition: background-color 0.15s ease-in-out;
  margin-bottom: 1px;
  position: relative;
  background-color: #fff;
  user-select: none;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  border-left: 4px solid transparent;
}
div.sidenav nav > div:first-of-type {
  border-top: 1px solid #eee;
}
div.sidenav nav > div:hover {
  background-color: #fafafa;
}
div.sidenav nav > div.active {
  background-color: #fafafa;
  border-left: 4px solid #199b8e;
  font-weight: 700;
}
div.sidenav .content-pane {
  width: calc(100% - 200px);
}

.helptext {
  font-size: 13px;
  color: #777;
}

hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
}

.btn {
  cursor: pointer;
  background-color: white;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px 12px;
  text-decoration: none;
  color: #000;
}

.btn:hover {
  background-color: #eee;
}

.btn.sm {
  font-size: 12px;
  padding: 4px 10px;
}
.btn.warning {
  background-color: rgb(240, 100, 100);
  color: #fff;
  border: 1px solid rgb(240, 100, 100);
}
.btn.warning:hover {
  background-color: rgb(238, 65, 65);
}

.message.warning {
  border: 1px solid brown;
  border-radius: 5px;
  padding: 0 15px 15px 15px;
  margin: 30px auto;
}
