.localeModal {
  background-color: rgba(0,0,0,0.5);
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.localeModalContent {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 8px;
  margin: auto;
  padding: 20px;
  width: fit-content;
}

.localeModalExitIcon {
  color: #5f6368;
  cursor: pointer;
  left: calc(50% - 12px);
  padding-bottom: -24px;
  position: relative;
  top: 0;
}

.localeModalHeader {
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin-bottom: .5rem;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: -12px;
}

.localeModalSubheader {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.localeModalDetails {
  color: #5f6368;
  font-family: Roboto, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.localeModalOtherLanguagesHeading {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.localeModalLanguageLink a {
  color: #1a73e8;
  display: block;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  font-size: .875rem;
  margin-bottom: .75rem;
}

.localeModalOtherLanguagesDropdown {
  appearance: none;
  background-color: inherit;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzU0NTQ1NCI+PHBhdGggZD0iTTcgMTBsNSA1IDUtNXoiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 50%;
  border: none;
  font-size: .875rem;
  margin-bottom: .75rem;
  padding-left: .25rem;
  padding-right: .25rem;
  width: fit-content;
}

.localeModalButton {
  border-radius: 4px;
  box-shadow: none;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  font-size: .875rem;
  height: 2.25rem;
  margin: .25rem .25rem;
  padding: .4rem 1.25rem;
  width: 15rem;
}

.localeModalWhiteButton {
  background: #fff;
  border: 1px solid #c0c0c0;
  color: #1a73e8;
}

.localeModalBlueButton {
  background: #1a73e8;
  border: 1px solid #1a73e8;
  color: #fff;
}

.localeModalOtherLanguages {
  padding-bottom: .5rem;
}

.buttonDiv {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
