:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #1E2022;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: inherit;
  transition: color .1s;
}
a:hover {
    color: #bbbbbb;
}

h1 {
  font-size: calc(1.26609375rem + .193125vw);
  line-height: 1.1;
}

#app {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
}

tr {
  text-align: left;
}

th, td {
  vertical-align: middle;
}

.page-header-title {
  margin-bottom: .5rem;
}

.dropdown-toggle:after {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.form-select[multiple] {
    min-height: 200px;
}

.border-top-dashed {
    border-top-style: dashed !important;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.btn-sm {
    padding: .3rem .6rem !important;
}
