.basicInfoSeparator {
  margin: 9px 0 20px 0;
}
.basicInfoSeparator--negative-margin {
  margin-top: -10px;
}
.basicInfoOtherNames {
  padding-left: 14px;
  padding-bottom: 10px;
  font-size: 13px;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.basicInfoOtherNames-items {
  padding: 1px 0;
  font-size: 13px;
}
.basicDisclaimer {
  width: 99.7%;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  height: auto;
  padding: 15px;
  font-size: 13px;
  margin-top: -1px;
  margin-left: 1px;
}
.basicInfoUnderline {
  text-decoration: underline;
}
.basicInfoNRICNore {
  padding-top: 10px;
  padding-bottom: 17px;
  font-size: 13px;
  padding-left: 15px;
}
#passport .textInputContent,
.basicInfoNRICNore {
  background-color: hsla(0, 0%, 100%, 0.85);
}
.basic-info-title {
  font-size: 30px;
  color: #012667;
  padding-top: 7px;
}
.textInputContainer {
  display: flex;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
}
.textInput {
  font-size: 18px;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  color: #43545f;
  background: #fff;
  cursor: pointer;
  opacity: 0.4;
  padding-left: 15px;
}
.textInput:hover {
  opacity: 0.7;
}
.textInput--focused {
  transition: 0.3s;
  cursor: text;
  font-size: 18px;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  color: #43545f;
  background-color: hsla(0, 0%, 100%, 0.85);
  padding-top: 15px;
  padding-left: 15px;
}
.textInputContent {
  flex: 1;
}
.textInputLabel {
  font-weight: 400;
  opacity: 0.4;
  transform: translate(0) scale(1);
  transform-origin: left top;
}
.textInputLabel,
.textInputLabel--focused {
  font-size: 18px;
  pointer-events: none;
  height: 1px;
  left: 15px;
  top: 20px;
  display: block;
  z-index: 2;
  position: relative;
  text-align: left;
  width: 150%;
  transition: 0.3s;
}
.textInputLabel--focused {
  color: #1f6eda;
  font-weight: 700;
  transform: translateY(-13px) scale(0.72);
  transform-origin: left top;
}
.textInputTickContainer {
  background-color: #fff;
  opacity: 0.85;
  display: flex;
  align-items: center;
  transition: 0.3s;
  border: none;
  outline: none;
}
.optionalTextInputTick,
.textInputTick--visible {
  right: 15px;
  top: 25px;
  visibility: visible;
}
.optionalTextInputTick,
.textInputTick--invisible,
.textInputTick--visible {
  position: absolute;
  z-index: 2;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}
.textInputTick--invisible {
  right: 10px;
  top: 22px;
  visibility: hidden;
}
.textInputTick--spinner {
  position: absolute;
  right: 10px;
  top: 18px;
  z-index: 2;
  animation: App-logo-spin 1.5s linear infinite;
}
.textInputLabel--error {
  color: red;
}
.textInputLabel-container--error {
  background-color: #fff2f2;
  border: 1px solid red;
  box-shadow: 0 0 9px rgba(255, 0, 0, 0.5);
}
.textInputLabel-container--error input {
  background: none;
}
#other_title_input.error,
#languageSelection.error,
#country_input.error {
  color: red;
}

#inputcode,
#languageSelection {
  border: 2px solid transparent;
}

#inputcode.error,
#languageSelection.error {
  background-color: #fff2f2;
  border-style: inset;
  border-color: red;
}

#other_submit {
  border: 1px solid #1f6eda;
  border-radius: 2px;
  font-size: 14px;
}

#other_submit.error {
  background-color: #aaadb1;
  border-color: #aaadb1;
  cursor: not-allowed !important;
}

.tiles__item {
  position: relative;
}

.tiles__container {
  padding: 40px 30px 30px;
}

.languange__selection-container {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 140px;
  height: 28px;
  border: 1px solid red;
  border-radius: 3px;
  border-color: transparent;
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

option {
  color: gray;
}

#recaptchaSeparator.no-show {
  display: none;
}

.recaptcha-container {
  position: relative;
  display: inline-block;
  width: 306px;
  height: 80px;
}

.recaptcha-container-error {
  border-style: inset;
  border-color: red;
  border-width: 2px;
}

.recaptcha-error {
  position: absolute;
  top: 2px;
  left: 15px;
  font-size: 13px;
  color: red;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
  z-index: 10;
  display: none;
}
