.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.selectgroup-button {
  background-color: #fdfdff;
  border-color: #e4e6fc;
  border-width: 1px;
  border-style: solid;
  display: block;
  text-align: center;
  padding: 0 1rem;
  height: 35px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  min-width: 2.375rem;
  line-height: 36px;
}

.selectgroup-input:focus + .selectgroup-button, .selectgroup-input:checked + .selectgroup-button {
  background-color: #6777ef;
  color: #fff;
  z-index: 1;
}

.selectgroup-pills {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
  margin-right: .5rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn {
  border-radius: 4rem;
  margin: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30%;
  border: none;
  background-color: #EEF9F6;
  color: #09d498;
  font-size: 13px;
  font-weight: 500;
}

.btn-check + .btn:hover {
  color: #09d498;
  background-color: #e4e6fc;
  border-color: none;
}

.btn-outline-primary {
  --bs-btn-color: #09D498;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e4e6fc;
  --bs-btn-hover-border-color: #09D498;
  --bs-btn-focus-shadow-rgb: #e4e6fc;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #09D498;
  --bs-btn-active-border-color: #09D498;
  --bs-btn-active-shadow: #e4e6fc;
  --bs-btn-disabled-color: #09D498;
  --bs-btn-disabled-bg: #e4e6fc;
  --bs-btn-disabled-border-color: #09D498;
  --bs-gradient: none;
}

.btn-check + .btn:hover {
  color: #09d498;
  background-color: #e4e6fc;
  border-color: none;
}

.text-area {
  height: 6rem;
}

.tab-container {
  padding: 1.5rem;
}

.category-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.north-section-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  color: #303030;
  text-align: center;
  line-height: 20px;
}

.north-city-section {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  justify-content: center;
  align-items: center;
}

.side-north-city {
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(255,255,255);
  padding: 1.25rem 0.5rem;
  gap: 0.75rem;
  width: 6rem;
  height: 9.5rem;
}

.north-city-image {
  width: 4rem;
  height: 4rem;
  border-radius: 2.8rem;
}

.north-city-side-image {
  width: 3rem;
  height: 4rem;
  border-radius: 2.8rem;
}

.north-station-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-direction: column;
}

.north-icon {
  width: 2rem;
  height: 2rem;
}

.city-card-link, .city-card-link:hover, .city-card-link:active, .city-card-link:visited {
  text-decoration: none;
  color: #000;
  width: 100%;
}

.other-header {
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
}
