.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_item {
  margin-right: 1rem;
}

.tracking form {
  display: flex;
  flex-direction: column;
}

.tracking form button {
  margin-top: 1rem;
}

.input__group {
  display: flex;
}

.input__group input {
  width: 100%;
}

.token_section {
  margin-bottom: 3rem;
}

.token_info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.token_info__chips {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.chips {
  font-size: smaller;
  background-color: #f2f2f0;
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.2rem;
}

.chips_ok::before {
  content: '✔️ ';
}
.chips_fail::before {
  content: '❌ ';
}

.stats__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.stats__item button {
  width: 10rem;
}

.schedule form {
  display: flex;
  flex-direction: column;
}

.schedule form button {
  margin-top: 1rem;
}

.schedule__item {
  display: flex;
  gap: 2rem;
  align-items: baseline;
}

.schedule_name {
  width: 50%;
}

.logs_controls {
  display: flex;
  gap: 1rem;
}

.logs_line__ERROR {
  color: darkred;
  font-weight: 500;
}

.logs_line__SYS {
  font-weight: 500;
}
