.chip-border {
  width: auto;
  height: 24px;
  min-width: 28px;
  position: relative;
  border-radius: 4px;
  border-width: 1px;
  padding: 3px;
  gap: 2px;
  border: 1px solid #434db8;
  display: flex;
  justify-content: center;
  align-items: center;
}
