.w-badge {
  background: #2b8bdc;
  color: white;
  font-weight: bold;
  border-radius: 0.5em;
  padding: 0.4em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 0.8em;
}

.orange-badge {
  background: #f4792f;
  color: white;
  font-weight: bold;
  border-radius: 0.5em;
  padding: 0.6em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 0.8em;
}

.blue-badge {
  background: #2b8bdc;
  color: white;
  font-weight: bold;
  border-radius: 2rem;
  padding: 0.8em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  font-size: 0.8em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grayLineBtn {
  padding: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 2rem;
  text-align: center;
  border: 1px solid #999999;
  color: #999999;
  width: fit-content;
}
