h1 {
  font-size: 20px;
}

body {
  padding-top: 120px;
}

.table-responsive {
  /* width */
}
.table-responsive::-webkit-scrollbar {
  height: 0px;
}

.table {
  font-size: 16px;
}
.table .key {
  width: 110px;
}
.table td {
  padding: 0.5rem;
  white-space: nowrap;
}

.btn-outline-main {
  background-color: transparent !important;
  border: 1px solid var(--brand-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 22px;
  text-transform: capitalize;
  border-radius: 20px;
  color: var(--brand-color) !important;
  transition: all 0.5s ease-in-out;
}/*# sourceMappingURL=show.css.map */