.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 30px;
  width: 280px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.navbar-nav .nav-link.active {
  border-color: #df1995;
}

.btn-primary {
  color: #fff;
}

.btn-outline-primary:hover, .btn-primary:hover {
  color: #fff;
}

.table > :not(:last-child) > :last-child > * {
  border-color: #dfe2e6;
}

th {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 300;
}

h1 {
  font-weight: 400;
}

.btn-blue {
  background: #3d60c6;
  border-color: #3d60c6;
  color: #ffffff;
}

.btn-blue:hover {
  background: #5077ed;
  color: #ffffff;
}

#link-table-wrapper {
  overflow: auto;
  padding-bottom: 20px;
}
#link-table-wrapper table {
  min-width: 2000px;
}

.resizer {
  display: inline-block;
  background: linear-gradient(#c2c3c4, #c2c3c4) no-repeat center/1px 100%;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  transform: translateX(50%);
  z-index: 1;
  touch-action: none;
}
.resizer.isResizing {
  background: linear-gradient(#e43ca5, #e43ca5) no-repeat center/1px 100%;
}

#link-table-wrapper tbody tr:hover {
  background-color: #e9e9e9;
}/*# sourceMappingURL=table.css.map */