[dir=rtl] .input-group.input-group-lg.phone-group {
  flex-direction: row-reverse;
}
[dir=rtl] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), [dir=rtl] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, [dir=rtl] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, [dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
[dir=rtl] #check-form #submit-btn svg {
  transform: rotate(180deg);
}
[dir=rtl] .phone-group #mobile_phone {
  text-align: right;
}
[dir=rtl] .phone-group #mobile_code {
  direction: ltr;
}
[dir=rtl] input[name=email] {
  text-align: right;
}

.lang-nl .br1 {
  display: none;
}
.lang-dk .form-floating > .form-select, .lang-no .form-floating > .form-select {
  padding-bottom: 0.3rem;
}

/*# sourceMappingURL=i18n.css.map */
