.form-register__input {
  margin-bottom: 20px;
  position: relative;
  max-width: 376px;
}
.formRegister__input-radio-buttons {
  font-size: 14px;
}

.form-register__submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-register__messages {
  padding: 20px 0;
  margin-top: 2px;
  color: var(--colorRed);
}

.form-register__legal {
  font-size: 0.875em;
  margin-top: 20px;
}

.form-register__section {
  font-size: 1em;
  font-weight: var(--fontWeightBold);
  border-bottom: 1px solid var(--colorGreyDark);
  margin-bottom: var(--spacingSmaller);
  padding-bottom: var(--spacingSmaller);
}

.form-register__input-split {
  display: flex;
  position: relative;
  max-width: 376px;
}

.form-register__input-split > div:first-child {
  max-width: 376px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.form-payment__ccv-helper-icon {
  margin: 10px 18px;
  height: 20px;
  width: 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  position: absolute !important;
  right: 0;
}

@media (min-width: 480px) {
  .form-payment__ccv-helper-icon {
    position: relative !important;
  }

  .form-register__input-split {
    max-width: unset;
  }

  .form-register__input-split > div:first-child {
    flex-direction: row;
  }
}

.form-register__input-split .form-register__input {
  flex-basis: 47.5%;
}

.form-payment__invoice {
  display: flex;
  flex-direction: column;
  font-size: 0.875em;
}

.form-payment__invoice div:first-child {
  font-weight: bold;
}

.form-payment__tooltip {
  position: absolute;
  z-index: 1;
  background: #dce8ed;
  right: -317px;
  top: 0;
  padding: 20px 30px;
  width: 295px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  font-size: 0.875em;
}

.form-payment__tooltip svg {
  margin: 0 auto 20px auto;
}

.form-payment__tooltip p {
  margin: 0;
}

.form-payment__tooltip p:first-of-type {
  font-weight: bold;
  margin-bottom: 12px;
}

.form-payment__cc-icons {
  display: flex;
  flex-direction: row;
  max-width: 376px;
  margin-bottom: 20px;
}
.form-payment__cc-icons i {
  margin-right: 5px;
  font-size: 1.5em;
}

.formPayment__cc-icon-inactive {
  opacity: 0.5;
}

@media screen and (max-width: 1350px) {
  .form-payment__tooltip {
    padding: 20px 60px;
    position: absolute;
    z-index: 1;
    background: #dce8ed;
    bottom: 0;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    width: 100%;
    min-height: 180px;
    height: fit-content;
  }
}

@media screen and (max-width: 700px) {
  .form-payment__tooltip {
    padding: 20px 12px;
  }
}
