.country-select-flag {
  display: none !important;
}

.progress {
  --bs-progress-height: 0.25rem;
  overflow: hidden;
  background-color: rgb(var(--grey-2-rgb));
}

.progress-bar {
  transition: width 1s ease;
}

#back-button {
  background-color: rgb(var(--grey-1-rgb));
  border-color: rgb(var(--grey-1-rgb));
}

#back-button:hover {
  background-color: rgb(var(--grey-2-rgb));
  border-color: rgb(var(--grey-2-rgb));
}