.selectCountryModal_selectCountry__wrzlY {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: var(--spacing-sp24);
  align-items: center;
  width: 100%;
  height: calc(100dvh - 40px);
  padding: var(--padding-gap-40404032) 0 var(--spacing-sp80) 0;
  background: var(--background-default);
  border-radius: var(--border-radius-panel);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 12%);
}

.selectCountryModal_selectCountrySearch__WlwCX {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp24);
  width: 100%;
  padding: 0 var(--padding-gap-40404032);
}

.selectCountryModal_line__eK3V8 {
  width: 100%;
  padding-top: 1px;
  background: var(--border-default);
}

.selectCountryModal_countries__VC2C1 {
  padding: 0 var(--padding-gap-40404032);
  overflow: hidden scroll;
}

.selectCountryModal_countryList__b8o_D {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp8);
  align-items: flex-start;
  align-self: stretch;
  padding-bottom: var(--spacing-sp24);
}

.selectCountryModal_countryListItem__hAswE {
  display: flex;
  gap: var(--spacing-sp8);
  align-items: flex-start;
  align-self: stretch;
}

.selectCountryModal_country__8Hmf6 {
  display: flex;
  flex: 1 0 0;
  gap: var(--padding-gap-16161612);
  align-items: flex-start;
  height: 100%;
  padding: var(--padding-gap-1212128) var(--padding-gap-20202016);
  border: var(--border-width-bw1) solid var(--border-secondary-action-idle);
  border-radius: var(--border-radius-button);
  transition: border-color 0.2s ease;
}

.selectCountryModal_country__8Hmf6.selectCountryModal_selected__8KmZe {
  border: var(--border-width-bw1) solid var(--border-secondary-action-enabled);
}

.selectCountryModal_countryFlag__C8okG {
  font-family: var(--font-family-default);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: var(--line-height-30) /* 140% */;
  color: var(--text-subtle);
  letter-spacing: 1.6px;
}

.selectCountryModal_countryName__kNTnq {
  flex: 1 0 0;
  font-family: var(--font-family-default);
  font-size: var(--font-size-30);
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: var(--line-height-30) /* 200% */;
  color: var(--text-subtle);
  letter-spacing: 1.12px;
}

.selectCountryModal_button__YQWrh {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: calc(100% - 60px);
  margin: auto;
}

